-
Notifications
You must be signed in to change notification settings - Fork 39
Update dependencies for v0.19 release #375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,27 +1,27 @@ | ||||||||||||||||||||||||
| module github.com/shipwright-io/cli | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| go 1.24.0 | ||||||||||||||||||||||||
| go 1.25.6 | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| require ( | ||||||||||||||||||||||||
| github.com/google/go-containerregistry v0.20.7 | ||||||||||||||||||||||||
| github.com/google/go-containerregistry v0.21.1 | ||||||||||||||||||||||||
| github.com/onsi/gomega v1.39.1 | ||||||||||||||||||||||||
| github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 | ||||||||||||||||||||||||
| github.com/schollz/progressbar/v3 v3.19.0 | ||||||||||||||||||||||||
| github.com/shipwright-io/build v0.18.2-0.20260112084729-e48a9ff9aa57 | ||||||||||||||||||||||||
| github.com/shipwright-io/build v0.19.0 | ||||||||||||||||||||||||
| github.com/spf13/cobra v1.10.2 | ||||||||||||||||||||||||
| github.com/spf13/pflag v1.0.10 | ||||||||||||||||||||||||
| github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c | ||||||||||||||||||||||||
| k8s.io/api v0.33.6 | ||||||||||||||||||||||||
| k8s.io/apimachinery v0.33.6 | ||||||||||||||||||||||||
| k8s.io/cli-runtime v0.33.6 | ||||||||||||||||||||||||
| k8s.io/client-go v0.33.6 | ||||||||||||||||||||||||
| k8s.io/api v0.34.4 | ||||||||||||||||||||||||
| k8s.io/apimachinery v0.34.4 | ||||||||||||||||||||||||
| k8s.io/cli-runtime v0.34.4 | ||||||||||||||||||||||||
| k8s.io/client-go v0.34.4 | ||||||||||||||||||||||||
| k8s.io/klog/v2 v2.130.1 | ||||||||||||||||||||||||
| k8s.io/kubectl v0.33.6 | ||||||||||||||||||||||||
| k8s.io/utils v0.0.0-20241210054802-24370beab758 | ||||||||||||||||||||||||
| k8s.io/kubectl v0.34.4 | ||||||||||||||||||||||||
| k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 | ||||||||||||||||||||||||
| ) | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| require ( | ||||||||||||||||||||||||
| cel.dev/expr v0.24.0 // indirect | ||||||||||||||||||||||||
| cel.dev/expr v0.25.1 // indirect | ||||||||||||||||||||||||
| contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect | ||||||||||||||||||||||||
| contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect | ||||||||||||||||||||||||
| github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect | ||||||||||||||||||||||||
|
|
@@ -33,59 +33,68 @@ require ( | |||||||||||||||||||||||
| github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect | ||||||||||||||||||||||||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||||||||||||||||||||||||
| github.com/chai2010/gettext-go v1.0.3 // indirect | ||||||||||||||||||||||||
| github.com/containerd/stargz-snapshotter/estargz v0.18.1 // indirect | ||||||||||||||||||||||||
| github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect | ||||||||||||||||||||||||
| github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect | ||||||||||||||||||||||||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||||||||||||||||||||||||
| github.com/docker/cli v29.1.4+incompatible // indirect | ||||||||||||||||||||||||
| github.com/docker/cli v29.2.1+incompatible // indirect | ||||||||||||||||||||||||
| github.com/docker/distribution v2.8.3+incompatible // indirect | ||||||||||||||||||||||||
| github.com/docker/docker-credential-helpers v0.9.3 // indirect | ||||||||||||||||||||||||
| github.com/emicklei/go-restful/v3 v3.12.1 // indirect | ||||||||||||||||||||||||
| github.com/emicklei/go-restful/v3 v3.12.2 // indirect | ||||||||||||||||||||||||
| github.com/evanphx/json-patch/v5 v5.9.11 // indirect | ||||||||||||||||||||||||
| github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect | ||||||||||||||||||||||||
| github.com/fatih/camelcase v1.0.0 // indirect | ||||||||||||||||||||||||
| github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||||||||||||||||||||||||
| github.com/fxamacker/cbor/v2 v2.9.0 // indirect | ||||||||||||||||||||||||
| github.com/go-errors/errors v1.5.1 // indirect | ||||||||||||||||||||||||
| github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect | ||||||||||||||||||||||||
| github.com/go-git/go-billy/v5 v5.6.2 // indirect | ||||||||||||||||||||||||
| github.com/go-git/go-git/v5 v5.16.5 // indirect | ||||||||||||||||||||||||
| github.com/go-git/go-billy/v5 v5.8.0 // indirect | ||||||||||||||||||||||||
| github.com/go-git/go-git/v5 v5.17.0 // indirect | ||||||||||||||||||||||||
| github.com/go-logr/logr v1.4.3 // indirect | ||||||||||||||||||||||||
| github.com/go-logr/zapr v1.3.0 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/jsonreference v0.21.0 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag v0.23.0 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/jsonpointer v0.22.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/jsonreference v0.21.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag v0.25.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag/cmdutils v0.25.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag/conv v0.25.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag/fileutils v0.25.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag/jsonname v0.25.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag/jsonutils v0.25.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag/loading v0.25.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag/mangling v0.25.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag/netutils v0.25.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag/stringutils v0.25.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag/typeutils v0.25.4 // indirect | ||||||||||||||||||||||||
| github.com/go-openapi/swag/yamlutils v0.25.4 // indirect | ||||||||||||||||||||||||
|
Comment on lines
+56
to
+66
|
||||||||||||||||||||||||
| github.com/go-openapi/swag/cmdutils v0.25.4 // indirect | |
| github.com/go-openapi/swag/conv v0.25.4 // indirect | |
| github.com/go-openapi/swag/fileutils v0.25.4 // indirect | |
| github.com/go-openapi/swag/jsonname v0.25.4 // indirect | |
| github.com/go-openapi/swag/jsonutils v0.25.4 // indirect | |
| github.com/go-openapi/swag/loading v0.25.4 // indirect | |
| github.com/go-openapi/swag/mangling v0.25.4 // indirect | |
| github.com/go-openapi/swag/netutils v0.25.4 // indirect | |
| github.com/go-openapi/swag/stringutils v0.25.4 // indirect | |
| github.com/go-openapi/swag/typeutils v0.25.4 // indirect | |
| github.com/go-openapi/swag/yamlutils v0.25.4 // indirect |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove them, run go mod tidy and they're back ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
godirective ingo.modmust be a language version inmajor.minorform (e.g.,1.25), not a patch version like1.25.6. Using a patch version can causego modparsing errors. If you want to pin an exact toolchain patch, keepgo 1.25and add/adjust atoolchain go1.25.6directive instead.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seemingly not. If you change it to
go 1.25and then rungo mod tidy, then it modifies togo 1.25.6.