Skip to content

Commit

Permalink
chore: upgrade go and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Oct 10, 2024
1 parent dc79ae7 commit c878147
Show file tree
Hide file tree
Showing 59 changed files with 436 additions and 879 deletions.
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ commands for working with Secrets, ExternalSecrets and external secret stores
* [jx-secret version](jx-secret_version.md) - Displays the version of this command
* [jx-secret wait](jx-secret_wait.md) - Waits for the mandatory Secrets to be populated from their External Secrets

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_convert.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Converts all Secret resources in the path to ExternalSecret resources so they ca
* [jx-secret](jx-secret.md) - commands for working with Secrets, ExternalSecrets and external secret stores
* [jx-secret convert edit](jx-secret_convert_edit.md) - Edits the local 'secret-mappings.yaml' file

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_convert_edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Edits the local 'secret-mappings.yaml' file

* [jx-secret convert](jx-secret_convert.md) - Converts Secret resources in the path to ExternalSecret resources so they can be checked into git

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Copies secrets with the given selector or name to a destination namespace

* [jx-secret](jx-secret.md) - commands for working with Secrets, ExternalSecrets and external secret stores

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Edits secret values in the underlying secret stores for ExternalSecrets

* [jx-secret](jx-secret.md) - commands for working with Secrets, ExternalSecrets and external secret stores

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Commands for working with Plugins
* [jx-secret](jx-secret.md) - commands for working with Secrets, ExternalSecrets and external secret stores
* [jx-secret plugins upgrade](jx-secret_plugins_upgrade.md) - Upgrades the binary plugins of the secret command (e.g. the Vault binary)

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_plugins_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Upgrades the binary plugins of the secret command (e.g. the vault binary)

* [jx-secret plugins](jx-secret_plugins.md) - Commands for working with Plugins

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_populate.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Populates any missing secret values which can be automatically generated or that

* [jx-secret](jx-secret.md) - commands for working with Secrets, ExternalSecrets and external secret stores

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
4 changes: 2 additions & 2 deletions docs/cmd/jx-secret_replicate.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Replicates the given ExternalSecret resources into other Environments or Namespa
```
-b, --batch-mode Runs in batch mode without prompting for user input
-f, --file string the ExternalSecret to replicate (default "t")
--from string one or more Namespaces to replicate the ExternalSecret to
--from string one or more Namespaces to replicate the ExternalSecret from
-h, --help help for replicate
--log-level string Sets the logging level. If not specified defaults to $JX_LOG_LEVEL
-n, --name stringArray specifies the names of the ExternalSecrets to replicate if not using a selector
Expand All @@ -39,4 +39,4 @@ Replicates the given ExternalSecret resources into other Environments or Namespa

* [jx-secret](jx-secret.md) - commands for working with Secrets, ExternalSecrets and external secret stores

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Commands for working with Vault
* [jx-secret vault shell](jx-secret_vault_shell.md) - Runs a shell so you can access the vault in a kubernetes cluster
* [jx-secret vault wait](jx-secret_vault_wait.md) - Waits for vault to be ready for use

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_vault_portforward.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Runs a port forward process so you can access the vault in a kubernetes cluster

* [jx-secret vault](jx-secret_vault.md) - Commands for working with Vault

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_vault_shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Runs a shell so you can access the vault in a kubernetes cluster

* [jx-secret vault](jx-secret_vault.md) - Commands for working with Vault

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_vault_wait.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Waits for vault to be ready for use

* [jx-secret vault](jx-secret_vault.md) - Commands for working with Vault

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Verifies that the ExternalSecret resources have the required properties populate

* [jx-secret](jx-secret.md) - commands for working with Secrets, ExternalSecrets and external secret stores

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Displays the version of this command

* [jx-secret](jx-secret.md) - commands for working with Secrets, ExternalSecrets and external secret stores

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/cmd/jx-secret_wait.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Waits for the mandatory Secrets to be populated from their External Secrets

* [jx-secret](jx-secret.md) - commands for working with Secrets, ExternalSecrets and external secret stores

###### Auto generated by spf13/cobra on 9-Aug-2023
###### Auto generated by spf13/cobra on 10-Oct-2024
2 changes: 1 addition & 1 deletion docs/external.md
Original file line number Diff line number Diff line change
Expand Up @@ -470,5 +470,5 @@ Refer to the Kubernetes API documentation for the fields of the
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>fddbf8d</code>.
on git commit <code>dc79ae7</code>.
</em></p>
2 changes: 1 addition & 1 deletion docs/man/man1/jx-secret-replicate.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Replicates the given ExternalSecret resources into other Environments or Namespa

.PP
\fB\-\-from\fP=""
one or more Namespaces to replicate the ExternalSecret to
one or more Namespaces to replicate the ExternalSecret from

.PP
\fB\-h\fP, \fB\-\-help\fP[=false]
Expand Down
2 changes: 1 addition & 1 deletion docs/mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,5 +618,5 @@ AwsSecretsManager
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>fddbf8d</code>.
on git commit <code>dc79ae7</code>.
</em></p>
2 changes: 1 addition & 1 deletion docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,5 +356,5 @@ bool
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>fddbf8d</code>.
on git commit <code>dc79ae7</code>.
</em></p>
112 changes: 53 additions & 59 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
module github.com/jenkins-x-plugins/jx-secret

go 1.19
go 1.22.3

require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/Masterminds/sprig/v3 v3.2.2
github.com/cpuguy83/go-md2man v1.0.10
github.com/google/go-cmp v0.6.0
github.com/jenkins-x-plugins/secretfacade v0.2.10
github.com/jenkins-x/go-scm v1.14.9
github.com/jenkins-x/jx-api/v4 v4.7.0
github.com/jenkins-x/jx-helpers/v3 v3.6.5
github.com/jenkins-x/jx-kube-client/v3 v3.0.4
github.com/jenkins-x/jx-logging/v3 v3.0.11
github.com/jenkins-x/go-scm v1.14.37
github.com/jenkins-x/jx-api/v4 v4.7.6
github.com/jenkins-x/jx-helpers/v3 v3.7.1
github.com/jenkins-x/jx-kube-client/v3 v3.0.8
github.com/jenkins-x/jx-logging/v3 v3.0.16
github.com/pkg/errors v0.9.1
github.com/sethvargo/go-password v0.2.0
github.com/spf13/cobra v1.2.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.16.0
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.24.0
gopkg.in/validator.v2 v2.0.1
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
k8s.io/api v0.25.9
k8s.io/apimachinery v0.27.3
k8s.io/client-go v11.0.0+incompatible
sigs.k8s.io/kustomize/kyaml v0.10.15
sigs.k8s.io/yaml v1.2.0
k8s.io/api v0.31.1
k8s.io/apimachinery v0.31.1
k8s.io/client-go v0.31.1
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3
sigs.k8s.io/yaml v1.4.0
)

require (
cloud.google.com/go/compute v1.19.3 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/iam v1.1.0 // indirect
cloud.google.com/go/kms v1.15.1 // indirect
cloud.google.com/go/monitoring v1.15.1 // indirect
cloud.google.com/go/secretmanager v1.11.1 // indirect
dario.cat/mergo v1.0.0 // indirect
github.com/Azure/azure-sdk-for-go v61.4.0+incompatible // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
Expand All @@ -48,39 +48,37 @@ require (
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/armon/go-metrics v0.3.10 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.37.19 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
github.com/go-errors/errors v1.4.1 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.19.5 // indirect
github.com/go-openapi/spec v0.19.7 // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/go-errors/errors v1.4.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-jwt/jwt/v4 v4.3.0 // indirect
github.com/golang/glog v1.1.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.1.0 // indirect
Expand All @@ -101,68 +99,64 @@ require (
github.com/hashicorp/vault/sdk v0.4.2-0.20220321211954-d7083ad326db // indirect
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.15 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jenkins-x/logrus-stackdriver-formatter v0.2.4 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jenkins-x/logrus-stackdriver-formatter v0.2.7 // indirect
github.com/jmespath/go-jmespath v0.4.0 // 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.6 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // 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/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/spdystream v0.2.0 // indirect
github.com/moby/spdystream v0.4.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/oklog/run v1.1.0 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // 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/rickar/props v0.0.0-20170718221555-0b06aeb2f037 // indirect
github.com/russross/blackfriday v1.6.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/cast v1.3.1 // 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
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.9.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // 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/api v0.126.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.70.1 // indirect
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
)

replace (
k8s.io/api => k8s.io/api v0.25.9
k8s.io/apimachinery => k8s.io/apimachinery v0.25.9
k8s.io/client-go => k8s.io/client-go v0.25.9
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a // indirect
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)
Loading

0 comments on commit c878147

Please sign in to comment.