-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #423 from jenkins-x/upgrade-api
chore: upgrade go and dependencies
- Loading branch information
Showing
4 changed files
with
206 additions
and
166 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
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
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,112 +1,120 @@ | ||
module github.com/jenkins-x/jx-helpers/v3 | ||
|
||
require ( | ||
github.com/AlecAivazis/survey/v2 v2.3.4 | ||
github.com/AlecAivazis/survey/v2 v2.3.7 | ||
github.com/MakeNowJust/heredoc v1.0.0 | ||
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 | ||
github.com/alecthomas/jsonschema v0.0.0-20200530073317-71f438968921 | ||
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b | ||
github.com/blang/semver v3.5.1+incompatible | ||
github.com/cenkalti/backoff v2.2.1+incompatible | ||
github.com/creack/pty v1.1.17 | ||
github.com/fatih/color v1.15.0 | ||
github.com/creack/pty v1.1.24 | ||
github.com/fatih/color v1.18.0 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/go-errors/errors v1.4.2 | ||
github.com/go-git/go-git/v5 v5.12.0 | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/go-errors/errors v1.5.1 | ||
github.com/go-git/go-git/v5 v5.13.1 | ||
github.com/golang/glog v1.2.4 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec | ||
github.com/jenkins-x/go-scm v1.14.43 | ||
github.com/jenkins-x/jx-api/v4 v4.7.6 | ||
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02 | ||
github.com/jenkins-x/go-scm v1.14.53 | ||
github.com/jenkins-x/jx-api/v4 v4.7.9 | ||
github.com/jenkins-x/jx-kube-client/v3 v3.0.8 | ||
github.com/jenkins-x/jx-logging/v3 v3.0.17 | ||
github.com/magiconair/properties v1.8.5 | ||
github.com/onsi/ginkgo v1.14.0 | ||
github.com/onsi/gomega v1.33.1 | ||
github.com/magiconair/properties v1.8.9 | ||
github.com/onsi/ginkgo v1.16.5 | ||
github.com/onsi/gomega v1.36.2 | ||
github.com/russross/blackfriday v1.6.0 | ||
github.com/sethvargo/go-envconfig v0.3.5 | ||
github.com/sethvargo/go-envconfig v1.1.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.9.0 | ||
github.com/stretchr/testify v1.10.0 | ||
github.com/xeipuuv/gojsonschema v1.2.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
helm.sh/helm/v3 v3.15.2 | ||
k8s.io/api v0.30.2 | ||
k8s.io/apimachinery v0.30.3 | ||
k8s.io/client-go v0.30.2 | ||
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 | ||
helm.sh/helm/v3 v3.17.0 | ||
k8s.io/api v0.32.1 | ||
k8s.io/apimachinery v0.32.1 | ||
k8s.io/client-go v0.32.1 | ||
sigs.k8s.io/kustomize/kyaml v0.19.0 | ||
sigs.k8s.io/yaml v1.4.0 | ||
) | ||
|
||
require ( | ||
code.gitea.io/sdk/gitea v0.14.0 // indirect | ||
dario.cat/mergo v1.0.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.2.1 // indirect | ||
dario.cat/mergo v1.0.1 // indirect | ||
fortio.org/safecast v1.0.0 // indirect | ||
github.com/Masterminds/semver/v3 v3.3.0 // indirect | ||
github.com/bluekeyes/go-gitdiff v0.8.0 // indirect | ||
github.com/cyphar/filepath-securejoin v0.2.4 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/cyphar/filepath-securejoin v0.4.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/emicklei/go-restful/v3 v3.12.1 // indirect | ||
github.com/evanphx/json-patch v5.7.0+incompatible // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/fsnotify/fsnotify v1.8.0 // indirect | ||
github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect | ||
github.com/go-git/go-billy/v5 v5.5.0 // indirect | ||
github.com/go-git/go-billy/v5 v5.6.2 // indirect | ||
github.com/go-logr/logr v1.4.2 // 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-stack/stack v1.8.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // 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/gofuzz v1.2.0 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/hashicorp/go-version v1.3.0 // indirect | ||
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect | ||
github.com/imdario/mergo v0.3.16 // indirect | ||
github.com/iancoleman/orderedmap v0.3.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jenkins-x/logrus-stackdriver-formatter v0.2.7 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mailru/easyjson v0.9.0 // indirect | ||
github.com/mattn/go-colorable v0.1.14 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/moby/spdystream v0.2.0 // indirect | ||
github.com/mmcloughlin/avo v0.6.0 // indirect | ||
github.com/moby/spdystream v0.5.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect | ||
github.com/nxadm/tail v1.4.4 // indirect | ||
github.com/pjbgf/sha1cd v0.3.0 // indirect | ||
github.com/nxadm/tail v1.4.11 // indirect | ||
github.com/pjbgf/sha1cd v0.3.1 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/rawlingsj/jsonschema v0.0.0-20210511142122-a9c2cfdb7dcf // indirect | ||
github.com/shurcooL/githubv4 v0.0.0-20190718010115-4ba037080260 // indirect | ||
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect | ||
github.com/vrischmann/envconfig v1.3.0 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/oauth2 v0.21.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/term v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
golang.org/x/net v0.34.0 // indirect | ||
golang.org/x/oauth2 v0.25.0 // indirect | ||
golang.org/x/sync v0.10.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.9.0 // indirect | ||
golang.org/x/tools v0.29.0 // indirect | ||
google.golang.org/protobuf v1.36.3 // indirect | ||
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/warnings.v0 v0.1.2 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/apiextensions-apiserver v0.30.0 // indirect | ||
k8s.io/klog/v2 v2.130.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a // indirect | ||
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect | ||
k8s.io/apiextensions-apiserver v0.32.0 // indirect | ||
k8s.io/klog/v2 v2.130.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect | ||
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect | ||
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect | ||
) | ||
|
||
go 1.22.3 | ||
go 1.23.0 | ||
|
||
toolchain go1.23.3 |
Oops, something went wrong.