Skip to content

Commit 2bda0ca

Browse files
committed
Update vulnerable Go packages to their latest versions
As part of this update process, the Go version has been bumped from 1.20 to 1.23.
1 parent d74d200 commit 2bda0ca

File tree

610 files changed

+32983
-13073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

610 files changed

+32983
-13073
lines changed

go.mod

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
module github.com/1Password/vault-plugin-secrets-onepassword
22

3-
go 1.20
3+
go 1.23.0
4+
5+
toolchain go1.24.5
46

57
require (
68
github.com/1Password/connect-sdk-go v1.5.2
79
github.com/hashicorp/errwrap v1.1.0
8-
github.com/hashicorp/go-hclog v1.5.0
10+
github.com/hashicorp/go-hclog v1.6.3
911
github.com/hashicorp/vault/api v1.9.2
1012
github.com/hashicorp/vault/sdk v0.9.1
1113
github.com/patrickmn/go-cache v2.1.0+incompatible
@@ -16,8 +18,8 @@ require (
1618
github.com/armon/go-radix v1.0.0 // indirect
1719
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
1820
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
19-
github.com/fatih/color v1.15.0 // indirect
20-
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
21+
github.com/fatih/color v1.16.0 // indirect
22+
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
2123
github.com/golang/protobuf v1.5.3 // indirect
2224
github.com/golang/snappy v0.0.4 // indirect
2325
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -26,7 +28,7 @@ require (
2628
github.com/hashicorp/go-kms-wrapping/v2 v2.0.11 // indirect
2729
github.com/hashicorp/go-multierror v1.1.1 // indirect
2830
github.com/hashicorp/go-plugin v1.4.10 // indirect
29-
github.com/hashicorp/go-retryablehttp v0.7.4 // indirect
31+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
3032
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
3133
github.com/hashicorp/go-secure-stdlib/mlock v0.1.3 // indirect
3234
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
@@ -38,7 +40,7 @@ require (
3840
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
3941
github.com/hashicorp/yamux v0.1.1 // indirect
4042
github.com/mattn/go-colorable v0.1.13 // indirect
41-
github.com/mattn/go-isatty v0.0.19 // indirect
43+
github.com/mattn/go-isatty v0.0.20 // indirect
4244
github.com/mitchellh/copystructure v1.2.0 // indirect
4345
github.com/mitchellh/go-homedir v1.1.0 // indirect
4446
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -52,12 +54,12 @@ require (
5254
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
5355
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
5456
go.uber.org/atomic v1.11.0 // indirect
55-
golang.org/x/crypto v0.11.0 // indirect
56-
golang.org/x/net v0.12.0 // indirect
57-
golang.org/x/sys v0.10.0 // indirect
58-
golang.org/x/text v0.11.0 // indirect
57+
golang.org/x/crypto v0.40.0 // indirect
58+
golang.org/x/net v0.42.0 // indirect
59+
golang.org/x/sys v0.34.0 // indirect
60+
golang.org/x/text v0.27.0 // indirect
5961
golang.org/x/time v0.3.0 // indirect
6062
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
6163
google.golang.org/grpc v1.56.3 // indirect
62-
google.golang.org/protobuf v1.31.0 // indirect
64+
google.golang.org/protobuf v1.36.6 // indirect
6365
)

go.sum

Lines changed: 69 additions & 26 deletions
Large diffs are not rendered by default.

vendor/github.com/fatih/color/color.go

Lines changed: 45 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-jose/go-jose/v3/BUG-BOUNTY.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

vendor/github.com/go-jose/go-jose/v3/CHANGELOG.md

Lines changed: 78 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-jose/go-jose/v3/README.md

Lines changed: 23 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-jose/go-jose/v3/SECURITY.md

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-jose/go-jose/v3/asymmetric.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)