Skip to content

Commit

Permalink
updated cluient library to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RutvikS-crest committed Jan 5, 2022
1 parent 042818a commit 9608177
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 41 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/terraform-providers/terraform-provider-constellix
go 1.13

require (
github.com/Constellix/constellix-go-client v1.1.0
github.com/Constellix/constellix-go-client v1.1.2
github.com/Jeffail/gabs v1.4.0
github.com/hashicorp/terraform-plugin-sdk v1.17.2
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Constellix/constellix-go-client v1.1.0 h1:5/bBDEArhuBVNBYxt3fLiNAj3C7gAwmKJi19/PtwM4Y=
github.com/Constellix/constellix-go-client v1.1.0/go.mod h1:zd3j7BeCZvtZ8pfDYwv/JUSKQ72hgRWFYicBgVUnHFo=
github.com/Constellix/constellix-go-client v1.1.2 h1:DOQd+z4HG7ElTRcptvq615yk2cY097jGTHSLuhZzic0=
github.com/Constellix/constellix-go-client v1.1.2/go.mod h1:zd3j7BeCZvtZ8pfDYwv/JUSKQ72hgRWFYicBgVUnHFo=
github.com/Jeffail/gabs v1.4.0 h1://5fYRRTq1edjfIrQGvdkcd22pkYUrHZ5YC/H2GJVAo=
github.com/Jeffail/gabs v1.4.0/go.mod h1:6xMvQMK4k33lb7GUUpaAPh6nKMmemQeg5d4gn7/bOXc=
github.com/Masterminds/goutils v1.1.0 h1:zukEsf/1JZwCMgHiK3GZftabmxiCw4apj3a28RPBiVg=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cloud.google.com/go/internal/trace
cloud.google.com/go/internal/version
# cloud.google.com/go/storage v1.10.0
cloud.google.com/go/storage
# github.com/Constellix/constellix-go-client v1.1.0
# github.com/Constellix/constellix-go-client v1.1.2
github.com/Constellix/constellix-go-client/client
github.com/Constellix/constellix-go-client/models
# github.com/Jeffail/gabs v1.4.0
Expand Down

0 comments on commit 9608177

Please sign in to comment.