Skip to content

Commit

Permalink
update genesiscloud-go package to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
theocod3s committed Sep 12, 2023
1 parent 5d12b01 commit c13dec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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/genesiscloud/terraform-provider-genesiscloud
go 1.18

require (
github.com/genesiscloud/genesiscloud-go v1.0.0-rc.1.0.20230912145552-f20b430f83f7
github.com/genesiscloud/genesiscloud-go v1.0.0
github.com/hashicorp/go-retryablehttp v0.7.4
github.com/hashicorp/terraform-plugin-docs v0.13.0
github.com/hashicorp/terraform-plugin-framework v1.1.1
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@ github.com/fatih/color v1.13.0 h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=
github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk=
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
github.com/frankban/quicktest v1.14.3 h1:FJKSZTDHjyhriyC81FLQ0LY93eSai0ZyR/ZIkd3ZUKE=
github.com/genesiscloud/genesiscloud-go v1.0.0-rc.1.0.20230907164352-4060275b2ab8 h1:llmqhjCmr59wFmKy322MjlO+95cTBazXh3kS0WOaNV8=
github.com/genesiscloud/genesiscloud-go v1.0.0-rc.1.0.20230907164352-4060275b2ab8/go.mod h1:OAMjSCejQTC4BBLWXleegT/fg+X46SZ6t/vW9RPtXWg=
github.com/genesiscloud/genesiscloud-go v1.0.0-rc.1.0.20230912145552-f20b430f83f7 h1:iNFR60uioB/SwfbVmPv1j8mDiL4ZqvpzHko1ugZbQRQ=
github.com/genesiscloud/genesiscloud-go v1.0.0-rc.1.0.20230912145552-f20b430f83f7/go.mod h1:OAMjSCejQTC4BBLWXleegT/fg+X46SZ6t/vW9RPtXWg=
github.com/genesiscloud/genesiscloud-go v1.0.0 h1:waLrCrOKPDG/o5GJtF0IJHPWySZxDBPHIk8jbGQ8A0g=
github.com/genesiscloud/genesiscloud-go v1.0.0/go.mod h1:OAMjSCejQTC4BBLWXleegT/fg+X46SZ6t/vW9RPtXWg=
github.com/genesiscloud/terraform-plugin-framework v0.0.0-20230209224658-8e5bdfcff8eb h1:GiM6GYVU6p8cjsMFcuGuvpBYkF/Ra0b8h7GVMnsFsaw=
github.com/genesiscloud/terraform-plugin-framework v0.0.0-20230209224658-8e5bdfcff8eb/go.mod h1:JMR+Y8KdD9kWMLILo1gn1MzF3C3j607Pvv4PtxQj/8w=
github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0=
Expand Down

0 comments on commit c13dec1

Please sign in to comment.