Skip to content

Commit

Permalink
Go Misc Fixes (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymylei authored Apr 26, 2021
1 parent cdab34c commit c7115fa
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ terraform-provider-okta*
dist

bin/
/vendor/
vendor/

.envrc
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
language: go

env:
- GOFLAGS=-mod=vendor
- GOFLAGS=-mod=readonly

install:
- make build
Expand Down
1 change: 0 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ default: build

dep: # Download required dependencies
go mod tidy
go mod vendor

build: fmtcheck
go install
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ require (
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
github.com/hashicorp/go-hclog v0.16.0
github.com/hashicorp/go-retryablehttp v0.6.8
github.com/hashicorp/terraform-plugin-sdk/v2 v2.5.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.6.1
github.com/okta/okta-sdk-golang/v2 v2.3.1-0.20210423115517-16a380fed4fe
)
Loading

0 comments on commit c7115fa

Please sign in to comment.