Skip to content

Commit

Permalink
build: Latest prism-go-client (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Aug 14, 2024
1 parent be7f822 commit c72ec39
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ updates:
patterns: [ "*" ]
update-types: [ "patch", "minor" ]
ignore:
# Ignore prism-go-client until there is a released version with the adapter client.
- dependency-name: "github.com/nutanix-cloud-native/prism-go-client"
# Ignore controller-runtime major and minor as it's upgraded together with sigs.k8s.io/cluster-api.
- dependency-name: "sigs.k8s.io/controller-runtime"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
Expand Down
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ module github.com/nutanix-cloud-native/cluster-api-ipam-provider-nutanix

go 1.22.5

// Pin the version of the prism-go-client until it's merged and released.
replace github.com/nutanix-cloud-native/prism-go-client => github.com/nutanix-cloud-native/prism-go-client v0.4.1-0.20240801110437-3351795b4a59

require (
github.com/google/uuid v1.6.0
github.com/nutanix-cloud-native/prism-go-client v0.5.0
github.com/nutanix-cloud-native/prism-go-client v0.5.2-0.20240814123109-e18f3433c2fe
github.com/nutanix/ntnx-api-golang-clients/prism-go-client/v4 v4.0.1-beta.1
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/nutanix-cloud-native/prism-go-client v0.4.1-0.20240801110437-3351795b4a59 h1:b4vFuYlsjWzX29FydhA+VM9RAgTIg/rn2bj4KZXw1bk=
github.com/nutanix-cloud-native/prism-go-client v0.4.1-0.20240801110437-3351795b4a59/go.mod h1:zSIBDppgj6AYbb6CR6Q1xT8TGJjb0C0TYgDu4LZEhoE=
github.com/nutanix-cloud-native/prism-go-client v0.5.2-0.20240814123109-e18f3433c2fe h1:Gi4s83OLZtWD+3hcA9vzbwse9hq9G2u4jjnA1eA6WSk=
github.com/nutanix-cloud-native/prism-go-client v0.5.2-0.20240814123109-e18f3433c2fe/go.mod h1:QhLX+sEep0cStzHVYU6mPgIlnA8U3DySskagrbDprRk=
github.com/nutanix/ntnx-api-golang-clients/clustermgmt-go-client/v4 v4.0.1-beta.2 h1:s1u5/GEw3mTZakepJoTD1OvPVU1YuioRxmKZin+W99s=
github.com/nutanix/ntnx-api-golang-clients/clustermgmt-go-client/v4 v4.0.1-beta.2/go.mod h1:sd4Fnk6MVfEDVY+8WyRoQTmLhi2SgZ3riySWErVHf8E=
github.com/nutanix/ntnx-api-golang-clients/networking-go-client/v4 v4.0.2-beta.1 h1:PvZQwYhhJtxmzLpnzEhHTpp2fV6woc6W65PHGsHzVfs=
Expand Down

0 comments on commit c72ec39

Please sign in to comment.