Skip to content

Commit 07afb36

Browse files
authored
[deps] Update go deps (#2556)
## Summary ## How was it tested? ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 3f9dac1 commit 07afb36

File tree

3 files changed

+42
-43
lines changed

3 files changed

+42
-43
lines changed

go.mod

+13-14
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/fsnotify/fsnotify v1.8.0
2121
github.com/getsentry/sentry-go v0.31.1
2222
github.com/go-jose/go-jose/v4 v4.0.5
23-
github.com/google/go-cmp v0.6.0
23+
github.com/google/go-cmp v0.7.0
2424
github.com/google/uuid v1.6.0
2525
github.com/hashicorp/go-envparse v0.1.0
2626
github.com/joho/godotenv v1.5.1
@@ -29,7 +29,7 @@ require (
2929
github.com/olekukonko/tablewriter v0.0.5
3030
github.com/pelletier/go-toml/v2 v2.2.3
3131
github.com/pkg/errors v0.9.1
32-
github.com/rogpeppe/go-internal v1.14.0
32+
github.com/rogpeppe/go-internal v1.14.1
3333
github.com/samber/lo v1.49.1
3434
github.com/segmentio/analytics-go v3.1.0+incompatible
3535
github.com/spf13/cobra v1.9.1
@@ -39,13 +39,13 @@ require (
3939
github.com/wk8/go-ordered-map/v2 v2.1.8
4040
github.com/zealic/go2node v0.1.0
4141
go.jetify.com/envsec v0.0.16-0.20250224183918-888379403227
42-
go.jetify.com/pkg v0.0.0-20250228172544-83c765e66b0e
42+
go.jetify.com/pkg v0.0.0-20250305231704-b305f9e8bd85
4343
go.jetify.com/typeid v1.3.0
44-
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7
45-
golang.org/x/mod v0.23.0
46-
golang.org/x/oauth2 v0.27.0
47-
golang.org/x/sync v0.11.0
48-
golang.org/x/tools v0.30.1-0.20250220174815-31e3bb2b8fd1
44+
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
45+
golang.org/x/mod v0.24.0
46+
golang.org/x/oauth2 v0.28.0
47+
golang.org/x/sync v0.12.0
48+
golang.org/x/tools v0.30.1-0.20250221230316-5055f70f240c
4949
gopkg.in/yaml.v3 v3.0.1
5050
)
5151

@@ -74,7 +74,6 @@ require (
7474
github.com/alingse/asasalint v0.0.11 // indirect
7575
github.com/alingse/nilnesserr v0.1.2 // indirect
7676
github.com/andybalholm/brotli v1.1.1 // indirect
77-
github.com/arduino/go-paths-helper v1.12.1 // indirect
7877
github.com/ashanbrown/forbidigo v1.6.0 // indirect
7978
github.com/ashanbrown/makezero v1.2.0 // indirect
8079
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
@@ -281,13 +280,13 @@ require (
281280
go.uber.org/multierr v1.6.0 // indirect
282281
go.uber.org/zap v1.24.0 // indirect
283282
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
284-
golang.org/x/crypto v0.35.0 // indirect
283+
golang.org/x/crypto v0.36.0 // indirect
285284
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
286-
golang.org/x/sys v0.30.0 // indirect
285+
golang.org/x/sys v0.31.0 // indirect
287286
golang.org/x/telemetry v0.0.0-20241220003058-cc96b6e0d3d9 // indirect
288-
golang.org/x/term v0.29.0 // indirect
289-
golang.org/x/text v0.22.0 // indirect
290-
golang.org/x/tools/gopls v0.18.0 // indirect
287+
golang.org/x/term v0.30.0 // indirect
288+
golang.org/x/text v0.23.0 // indirect
289+
golang.org/x/tools/gopls v0.18.1 // indirect
291290
golang.org/x/vuln v1.1.3 // indirect
292291
google.golang.org/protobuf v1.36.5 // indirect
293292
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor-hash

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-XgDUJO81N5YhNOaX5diRloxeP2bqshLPxtdG/iRdx6Y=
1+
sha256-zqkuq8MlUCELjo4Z/uJhs65XUYyH755/ohgz1Ao4UAQ=

0 commit comments

Comments
 (0)