Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
Signed-off-by: Jared Ledvina <[email protected]>
  • Loading branch information
jaredledvina committed May 5, 2021
1 parent 6d286f6 commit 3358f6f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 227 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
module github.com/minamijoyo/tflock

go 1.15

replace k8s.io/client-go => k8s.io/client-go v0.0.0-20190620085101-78d2af792bab

replace google.golang.org/grpc v1.31.1 => google.golang.org/grpc v1.27.1

require (
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/terraform v0.14.4
github.com/mitchellh/cli v1.1.2
k8s.io/client-go v10.0.0+incompatible
)
Loading

0 comments on commit 3358f6f

Please sign in to comment.