Skip to content

Commit

Permalink
Upgrade the deps for 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
houshengbo committed Feb 18, 2025
1 parent 0bd5e15 commit 3cf6b0c
Show file tree
Hide file tree
Showing 813 changed files with 40,492 additions and 18,929 deletions.
43 changes: 21 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
module knative.dev/kn-plugin-operator

go 1.22.7
go 1.23.0

require (
github.com/briandowns/spinner v1.18.1
github.com/ghodss/yaml v1.0.0
github.com/k14s/ytt v0.39.0
github.com/manifestival/client-go-client v0.5.0
github.com/spf13/cobra v1.3.0
golang.org/x/mod v0.22.0
k8s.io/api v0.31.4
k8s.io/apimachinery v0.31.4
k8s.io/client-go v0.31.4
knative.dev/hack v0.0.0-20250128013659-5f7f0f50e9de
knative.dev/operator v0.44.1-0.20250206023613-a0cc535e3eaa
knative.dev/pkg v0.0.0-20250211185550-c8bea7c326ff
golang.org/x/mod v0.23.0
k8s.io/api v0.32.2
k8s.io/apimachinery v0.32.2
k8s.io/client-go v0.32.2
knative.dev/hack v0.0.0-20250217122557-ce4c934f30e5
knative.dev/operator v0.44.1-0.20250214202453-2fca8b1e2005
knative.dev/pkg v0.0.0-20250218011850-c925de2a3f07
)

require (
Expand All @@ -31,17 +31,16 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/gnostic-models v0.6.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/go-version v1.4.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/k14s/starlark-go v0.0.0-20200720175618-3a5c849cc368 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mailru/easyjson v0.9.0 // indirect
github.com/manifestival/manifestival v0.7.2 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
Expand All @@ -55,25 +54,25 @@ require (
go.opencensus.io v0.24.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/oauth2 v0.24.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.6.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/oauth2 v0.26.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/time v0.10.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
istio.io/api v0.0.0-20231206023236-e7cadb36da57 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
sigs.k8s.io/controller-runtime v0.7.2 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)
410 changes: 307 additions & 103 deletions go.sum

Large diffs are not rendered by default.

180 changes: 0 additions & 180 deletions vendor/github.com/golang/protobuf/ptypes/any.go

This file was deleted.

62 changes: 0 additions & 62 deletions vendor/github.com/golang/protobuf/ptypes/any/any.pb.go

This file was deleted.

10 changes: 0 additions & 10 deletions vendor/github.com/golang/protobuf/ptypes/doc.go

This file was deleted.

Loading

0 comments on commit 3cf6b0c

Please sign in to comment.