Skip to content

Commit 1a7ab05

Browse files
Bump golang.org/x/crypto from 0.36.0 to 0.45.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. - [Commits](golang/crypto@v0.36.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87f0609 commit 1a7ab05

File tree

2 files changed

+26
-57
lines changed

2 files changed

+26
-57
lines changed

go.mod

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
2121
replace github.com/armon/go-metrics => github.com/hashicorp/go-metrics v0.5.3
2222

2323
require (
24-
github.com/AlecAivazis/survey/v2 v2.3.7
2524
github.com/Masterminds/goutils v1.1.1 // indirect
2625
github.com/Masterminds/semver v1.5.0 // indirect
2726
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
@@ -58,11 +57,10 @@ require (
5857
github.com/spf13/viper v1.18.2
5958
github.com/teo/logrus-prefixed-formatter v0.5.3-0.20230717095749-669d57324f0a
6059
github.com/valyala/fasttemplate v1.2.2
61-
github.com/xeipuuv/gojsonschema v1.2.0
6260
github.com/xlab/treeprint v1.2.0
63-
golang.org/x/crypto v0.36.0
64-
golang.org/x/net v0.38.0
65-
golang.org/x/sys v0.31.0
61+
golang.org/x/crypto v0.45.0
62+
golang.org/x/net v0.47.0
63+
golang.org/x/sys v0.38.0
6664
google.golang.org/grpc v1.62.1
6765
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
6866
google.golang.org/protobuf v1.34.1
@@ -76,6 +74,7 @@ require (
7674
github.com/gogo/protobuf v1.3.2
7775
github.com/hashicorp/go-multierror v1.1.1
7876
github.com/iancoleman/strcase v0.3.0
77+
github.com/influxdata/line-protocol/v2 v2.2.1
7978
github.com/onsi/ginkgo/v2 v2.19.0
8079
github.com/onsi/gomega v1.34.1
8180
github.com/swaggo/http-swagger/v2 v2.0.2
@@ -118,11 +117,9 @@ require (
118117
github.com/huandu/xstrings v1.4.0 // indirect
119118
github.com/imdario/mergo v0.3.4 // indirect
120119
github.com/inconshreveable/mousetrap v1.1.0 // indirect
121-
github.com/influxdata/line-protocol/v2 v2.2.1 // indirect
122120
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
123121
github.com/josharian/intern v1.0.0 // indirect
124122
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
125-
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
126123
github.com/kevinburke/ssh_config v1.2.0 // indirect
127124
github.com/klauspost/compress v1.17.7 // indirect
128125
github.com/kylelemons/godebug v1.1.0 // indirect
@@ -162,14 +159,12 @@ require (
162159
github.com/urfave/cli/v2 v2.3.0 // indirect
163160
github.com/valyala/bytebufferpool v1.0.0 // indirect
164161
github.com/xanzy/ssh-agent v0.3.3 // indirect
165-
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
166-
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
167162
go.uber.org/multierr v1.11.0 // indirect
168-
golang.org/x/mod v0.23.0 // indirect
169-
golang.org/x/sync v0.12.0 // indirect
170-
golang.org/x/term v0.30.0 // indirect
171-
golang.org/x/text v0.23.0 // indirect
172-
golang.org/x/tools v0.30.0 // indirect
163+
golang.org/x/mod v0.29.0 // indirect
164+
golang.org/x/sync v0.18.0 // indirect
165+
golang.org/x/term v0.37.0 // indirect
166+
golang.org/x/text v0.31.0 // indirect
167+
golang.org/x/tools v0.38.0 // indirect
173168
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
174169
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
175170
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect

0 commit comments

Comments
 (0)