-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
61 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,34 @@ | ||
module github.com/unikorn-cloud/client-go | ||
|
||
go 1.22.1 | ||
go 1.22.5 | ||
|
||
require ( | ||
github.com/coreos/go-oidc/v3 v3.10.0 | ||
github.com/coreos/go-oidc/v3 v3.11.0 | ||
github.com/spf13/pflag v1.0.5 | ||
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 | ||
github.com/unikorn-cloud/identity v0.2.32 | ||
github.com/unikorn-cloud/kubernetes v0.2.34 | ||
github.com/unikorn-cloud/region v0.1.34 | ||
golang.org/x/oauth2 v0.22.0 | ||
) | ||
|
||
require ( | ||
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect | ||
github.com/getkin/kin-openapi v0.123.0 // indirect | ||
github.com/go-chi/chi/v5 v5.0.12 // indirect | ||
github.com/go-jose/go-jose/v4 v4.0.1 // indirect | ||
github.com/getkin/kin-openapi v0.127.0 // indirect | ||
github.com/go-chi/chi/v5 v5.1.0 // indirect | ||
github.com/go-jose/go-jose/v4 v4.0.4 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||
github.com/go-openapi/swag v0.23.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/invopop/yaml v0.2.0 // indirect | ||
github.com/gorilla/mux v1.8.1 // indirect | ||
github.com/invopop/yaml v0.3.1 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
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.49 // indirect | ||
golang.org/x/crypto v0.24.0 // indirect | ||
github.com/unikorn-cloud/core v0.1.68 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
sigs.k8s.io/controller-runtime v0.19.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters