@@ -19,7 +19,7 @@ require (
19
19
github.com/fatih/color v1.17.0
20
20
github.com/fsnotify/fsnotify v1.7.0
21
21
github.com/getsentry/sentry-go v0.28.0
22
- github.com/go-jose/go-jose/v4 v4.0.2
22
+ github.com/go-jose/go-jose/v4 v4.0.4
23
23
github.com/google/go-cmp v0.6.0
24
24
github.com/google/uuid v1.6.0
25
25
github.com/hashicorp/go-envparse v0.1.0
@@ -44,7 +44,7 @@ require (
44
44
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
45
45
golang.org/x/mod v0.18.0
46
46
golang.org/x/oauth2 v0.21.0
47
- golang.org/x/sync v0.7 .0
47
+ golang.org/x/sync v0.10 .0
48
48
golang.org/x/tools v0.22.0
49
49
gopkg.in/yaml.v3 v3.0.1
50
50
)
@@ -128,9 +128,9 @@ require (
128
128
github.com/ulikunitz/xz v0.5.12 // indirect
129
129
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
130
130
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
131
- golang.org/x/crypto v0.24 .0 // indirect
132
- golang.org/x/sys v0.21 .0 // indirect
133
- golang.org/x/term v0.21 .0 // indirect
134
- golang.org/x/text v0.16 .0 // indirect
131
+ golang.org/x/crypto v0.32 .0 // indirect
132
+ golang.org/x/sys v0.29 .0 // indirect
133
+ golang.org/x/term v0.28 .0 // indirect
134
+ golang.org/x/text v0.21 .0 // indirect
135
135
google.golang.org/protobuf v1.34.1 // indirect
136
136
)
0 commit comments