@@ -20,7 +20,7 @@ require (
20
20
github.com/fsnotify/fsnotify v1.8.0
21
21
github.com/getsentry/sentry-go v0.31.1
22
22
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
24
24
github.com/google/uuid v1.6.0
25
25
github.com/hashicorp/go-envparse v0.1.0
26
26
github.com/joho/godotenv v1.5.1
@@ -29,7 +29,7 @@ require (
29
29
github.com/olekukonko/tablewriter v0.0.5
30
30
github.com/pelletier/go-toml/v2 v2.2.3
31
31
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
33
33
github.com/samber/lo v1.49.1
34
34
github.com/segmentio/analytics-go v3.1.0+incompatible
35
35
github.com/spf13/cobra v1.9.1
@@ -39,13 +39,13 @@ require (
39
39
github.com/wk8/go-ordered-map/v2 v2.1.8
40
40
github.com/zealic/go2node v0.1.0
41
41
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
43
43
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
49
49
gopkg.in/yaml.v3 v3.0.1
50
50
)
51
51
@@ -74,7 +74,6 @@ require (
74
74
github.com/alingse/asasalint v0.0.11 // indirect
75
75
github.com/alingse/nilnesserr v0.1.2 // indirect
76
76
github.com/andybalholm/brotli v1.1.1 // indirect
77
- github.com/arduino/go-paths-helper v1.12.1 // indirect
78
77
github.com/ashanbrown/forbidigo v1.6.0 // indirect
79
78
github.com/ashanbrown/makezero v1.2.0 // indirect
80
79
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
@@ -281,13 +280,13 @@ require (
281
280
go.uber.org/multierr v1.6.0 // indirect
282
281
go.uber.org/zap v1.24.0 // indirect
283
282
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
285
284
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
287
286
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
291
290
golang.org/x/vuln v1.1.3 // indirect
292
291
google.golang.org/protobuf v1.36.5 // indirect
293
292
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments