Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down Expand Up @@ -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
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
Loading