From ad11f061d9d6147938adc5cc0db4e7f9cb3b9089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:36:52 +0000 Subject: [PATCH] Bump github.com/nutanix-cloud-native/prism-go-client Bumps the all-go-mod-patch-and-minor group with 1 update: [github.com/nutanix-cloud-native/prism-go-client](https://github.com/nutanix-cloud-native/prism-go-client). Updates `github.com/nutanix-cloud-native/prism-go-client` from 0.5.4 to 0.6.0 - [Release notes](https://github.com/nutanix-cloud-native/prism-go-client/releases) - [Changelog](https://github.com/nutanix-cloud-native/prism-go-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/nutanix-cloud-native/prism-go-client/compare/v0.5.4...v0.6.0) --- updated-dependencies: - dependency-name: github.com/nutanix-cloud-native/prism-go-client dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-mod-patch-and-minor ... Signed-off-by: dependabot[bot] --- go.mod | 3 ++- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 76ff154..30209b3 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ replace github.com/docker/docker => github.com/docker/engine v17.12.0-ce-rc1.0.2 require ( github.com/docker/machine v0.16.2 github.com/google/uuid v1.6.0 - github.com/nutanix-cloud-native/prism-go-client v0.5.5 + github.com/nutanix-cloud-native/prism-go-client v0.6.1 github.com/sirupsen/logrus v1.9.3 gopkg.in/yaml.v3 v3.0.1 ) @@ -43,4 +43,5 @@ require ( golang.org/x/term v0.37.0 // indirect google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect gotest.tools v2.2.0+incompatible // indirect + k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect ) diff --git a/go.sum b/go.sum index 8a399e3..a000fff 100644 --- a/go.sum +++ b/go.sum @@ -101,8 +101,8 @@ github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWE github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY= github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/nutanix-cloud-native/prism-go-client v0.5.5 h1:xonicVCBo/JASp0R2ivlksLDAnnxSAQqsISXBqoNeYs= -github.com/nutanix-cloud-native/prism-go-client v0.5.5/go.mod h1:N/O9fz5fimjb30RxlPbKbGs/Z2lqMgDqrb6CrsZvQrA= +github.com/nutanix-cloud-native/prism-go-client v0.6.1 h1:+zMei58SVLky2sMD3W82RBNsWl7Sy1wSTvJqEZovpI0= +github.com/nutanix-cloud-native/prism-go-client v0.6.1/go.mod h1:MGMzqONi2f9aZHeWwQYwL5j/r6Kxv56g6VIvkVFIlbU= github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=