Commit bd56570 1 parent 77d3ec8 commit bd56570 Copy full SHA for bd56570
File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/Nerzal/gocloak/v13
2
2
3
3
go 1.23
4
-
5
4
require (
6
5
github.com/go-resty/resty/v2 v2.15.3
7
6
github.com/golang-jwt/jwt/v5 v5.2.1
8
7
github.com/opentracing/opentracing-go v1.2.0
9
8
github.com/pkg/errors v0.9.1
10
9
github.com/segmentio/ksuid v1.0.4
11
10
github.com/stretchr/testify v1.9.0
12
- golang.org/x/crypto v0.28 .0
11
+ golang.org/x/crypto v0.35 .0
13
12
golang.org/x/mod v0.21.0
14
13
)
15
14
16
15
require (
17
16
github.com/davecgh/go-spew v1.1.1 // indirect
18
17
github.com/pmezard/go-difflib v1.0.0 // indirect
19
- golang.org/x/net v0.30 .0 // indirect
18
+ golang.org/x/net v0.36 .0 // indirect
20
19
gopkg.in/yaml.v3 v3.0.1 // indirect
21
20
)
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
17
17
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
18
18
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
19
19
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
20
- golang.org/x/crypto v0.28 .0 h1:GBDwsMXVQi34v5CCYUm2jkJvu4cbtru2U4TN2PSyQnw =
21
- golang.org/x/crypto v0.28 .0 /go.mod h1:rmgy+3RHxRZMyY0jjAJShp2zgEdOqj2AO7U0pYmeQ7U =
20
+ golang.org/x/crypto v0.35 .0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs =
21
+ golang.org/x/crypto v0.35 .0 /go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ =
22
22
golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0 =
23
23
golang.org/x/mod v0.21.0 /go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY =
24
- golang.org/x/net v0.30 .0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4 =
25
- golang.org/x/net v0.30 .0 /go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU =
24
+ golang.org/x/net v0.36 .0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA =
25
+ golang.org/x/net v0.36 .0 /go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I =
26
26
golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U =
27
27
golang.org/x/time v0.6.0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
28
28
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
You can’t perform that action at this time.
0 commit comments