Skip to content

Commit ae3632a

Browse files
authored
Merge branch 'main' into fix-2521
Signed-off-by: John Lago <[email protected]>
2 parents 7ad3de8 + 07afb36 commit ae3632a

File tree

3 files changed

+40
-40
lines changed

3 files changed

+40
-40
lines changed

go.mod

Lines changed: 13 additions & 13 deletions
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

@@ -281,13 +281,13 @@ require (
281281
go.uber.org/multierr v1.6.0 // indirect
282282
go.uber.org/zap v1.24.0 // indirect
283283
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
284-
golang.org/x/crypto v0.35.0 // indirect
284+
golang.org/x/crypto v0.36.0 // indirect
285285
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
286-
golang.org/x/sys v0.30.0 // indirect
286+
golang.org/x/sys v0.31.0 // indirect
287287
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
288+
golang.org/x/term v0.30.0 // indirect
289+
golang.org/x/text v0.23.0 // indirect
290+
golang.org/x/tools/gopls v0.18.1 // indirect
291291
golang.org/x/vuln v1.1.3 // indirect
292292
google.golang.org/protobuf v1.36.5 // indirect
293293
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

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

vendor-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sha256-XgDUJO81N5YhNOaX5diRloxeP2bqshLPxtdG/iRdx6Y=
1+
sha256-zqkuq8MlUCELjo4Z/uJhs65XUYyH755/ohgz1Ao4UAQ=

0 commit comments

Comments
 (0)