Skip to content

Commit

Permalink
Merge pull request #6 from jaredledvina/feature/upgrade-deps
Browse files Browse the repository at this point in the history
Upgrade dependencies and remove retracted version
  • Loading branch information
minamijoyo committed May 7, 2021
2 parents 6d286f6 + eb6d096 commit 60f8e8c
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 281 deletions.
9 changes: 5 additions & 4 deletions 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
go 1.16

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

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

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

0 comments on commit 60f8e8c

Please sign in to comment.