Skip to content

Commit

Permalink
Update APIs
Browse files Browse the repository at this point in the history
Latest and greatest APIs for all the things, think it's just region
that's affected.
  • Loading branch information
spjmurray committed Jun 14, 2024
1 parent e23b0c8 commit 60ee5f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.22.1
require (
github.com/coreos/go-oidc/v3 v3.10.0
github.com/spf13/pflag v1.0.5
github.com/unikorn-cloud/identity v0.2.6
github.com/unikorn-cloud/kubernetes v0.2.12
github.com/unikorn-cloud/region v0.1.4
github.com/unikorn-cloud/identity v0.2.11
github.com/unikorn-cloud/kubernetes v0.2.13
github.com/unikorn-cloud/region v0.1.9
golang.org/x/oauth2 v0.20.0
)

Expand All @@ -25,7 +25,7 @@ require (
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/oapi-codegen/runtime v1.1.1 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/unikorn-cloud/core v0.1.46 // indirect
github.com/unikorn-cloud/core v0.1.49 // indirect
golang.org/x/crypto v0.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
github.com/unikorn-cloud/core v0.1.46 h1:bkRIMQt8zdAoPtXut5nngzqIweU9QpVyYm447KjE9ic=
github.com/unikorn-cloud/core v0.1.46/go.mod h1:cP39UQN7aSmsfjQuSMsworI4oBIwx4oA4u20CbPpfZw=
github.com/unikorn-cloud/identity v0.2.6 h1:sG58sDjcBnwsDAAJaVXNUOSM2BMsrq6Cj9iEWkzjeSA=
github.com/unikorn-cloud/identity v0.2.6/go.mod h1:Np9JkUkAxPhFn80w5/uuDcVLFqruXxSZZjImXOpVMAk=
github.com/unikorn-cloud/kubernetes v0.2.12 h1:rK0FwK3HjR83BYF5rZrIRKqe42UqSZICdXBqN46hJiA=
github.com/unikorn-cloud/kubernetes v0.2.12/go.mod h1:icbDyV/zHg6znRDnhfeCuV5BZOk5EPnuX5hSRqvS5IU=
github.com/unikorn-cloud/region v0.1.4 h1:pkrodvAIDnybpYIKNOrSkIAutK6rT+cN4iHx8fAuFr0=
github.com/unikorn-cloud/region v0.1.4/go.mod h1:smSd0FF6SeJ2LSrHmq6c0G1SIZ0o0tHVrZk5jUztoDs=
github.com/unikorn-cloud/core v0.1.49 h1:ahAxrzvBnBICi+qN/AmTqKRJHpxl958gKVfBO3lz4G8=
github.com/unikorn-cloud/core v0.1.49/go.mod h1:cP39UQN7aSmsfjQuSMsworI4oBIwx4oA4u20CbPpfZw=
github.com/unikorn-cloud/identity v0.2.11 h1:q6mkJ3qTRjwhlvLS9Jv0I4wlJhnsbJZHu2rbNdnXBYk=
github.com/unikorn-cloud/identity v0.2.11/go.mod h1:4KHNdHiIKpKERD0slunDDXhdC59M7eiN+Y1wSfHbQwQ=
github.com/unikorn-cloud/kubernetes v0.2.13 h1:QZcnEepls3xTxk3XnxlzZ5HrQ3P7RJlDV79y4f1PeRw=
github.com/unikorn-cloud/kubernetes v0.2.13/go.mod h1:4R9Pdjzrd06p6KmsdE5ylIFlW/2GlV/zV1saEIWdFl8=
github.com/unikorn-cloud/region v0.1.9 h1:yAJ4jlvrav1lwMFuiNY8E1ShXlXmSXhD1qMovjqfC3I=
github.com/unikorn-cloud/region v0.1.9/go.mod h1:73+MWmFReHe7EN9i00RmAL4GuMFc1Dq+c9c0aDxhnlU=
golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI=
golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM=
golang.org/x/oauth2 v0.20.0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo=
Expand Down

0 comments on commit 60ee5f0

Please sign in to comment.