Skip to content

Commit

Permalink
Merge pull request #212 from shiftstack/g2-rc2
Browse files Browse the repository at this point in the history
Update to Gophercloud v2.0.0-rc.2
  • Loading branch information
EmilienM authored Jun 3, 2024
2 parents bdd9ea7 + 9a067de commit d9fca82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

require (
github.com/gofrs/uuid/v5 v5.2.0
github.com/gophercloud/gophercloud/v2 v2.0.0-rc.1
github.com/gophercloud/gophercloud/v2 v2.0.0-rc.2
github.com/mitchellh/go-homedir v1.1.0
golang.org/x/sys v0.20.0
golang.org/x/text v0.15.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/gofrs/uuid/v5 v5.2.0 h1:qw1GMx6/y8vhVsx626ImfKMuS5CvJmhIKKtuyvfajMM=
github.com/gofrs/uuid/v5 v5.2.0/go.mod h1:CDOjlDMVAtN56jqyRUZh58JT31Tiw7/oQyEXZV+9bD8=
github.com/gophercloud/gophercloud/v2 v2.0.0-rc.1 h1:B0J9VVGlNuMF/743KMVFScDB8M2Bd5N1KlsEZykSBlc=
github.com/gophercloud/gophercloud/v2 v2.0.0-rc.1/go.mod h1:cwPW9cbJmfBt1c7o/yzXuNjwonhWA+F9Zw8LNQzd3Zk=
github.com/gophercloud/gophercloud/v2 v2.0.0-rc.2 h1:InOmY7VX3R+LxnbFLVp9XJjgzqxwUMase8EjRs8K/0U=
github.com/gophercloud/gophercloud/v2 v2.0.0-rc.2/go.mod h1:cwPW9cbJmfBt1c7o/yzXuNjwonhWA+F9Zw8LNQzd3Zk=
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
Expand Down

0 comments on commit d9fca82

Please sign in to comment.