File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
_examples/application_commands/http Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
)
12
12
13
13
require (
14
- github.com/disgoorg/json v1.1 .0 // indirect
14
+ github.com/disgoorg/json v1.2 .0 // indirect
15
15
github.com/gorilla/websocket v1.5.3 // indirect
16
16
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
17
17
golang.org/x/crypto v0.25.0 // indirect
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
2
2
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3
3
github.com/disgoorg/json v1.1.0 h1:7xigHvomlVA9PQw9bMGO02PHGJJPqvX5AnwlYg/Tnys =
4
4
github.com/disgoorg/json v1.1.0 /go.mod h1:BHDwdde0rpQFDVsRLKhma6Y7fTbQKub/zdGO5O9NqqA =
5
+ github.com/disgoorg/json v1.2.0 /go.mod h1:BHDwdde0rpQFDVsRLKhma6Y7fTbQKub/zdGO5O9NqqA =
5
6
github.com/disgoorg/snowflake/v2 v2.0.3 h1:3B+PpFjr7j4ad7oeJu4RlQ+nYOTadsKapJIzgvSI2Ro =
6
7
github.com/disgoorg/snowflake/v2 v2.0.3 /go.mod h1:W6r7NUA7DwfZLwr00km6G4UnZ0zcoLBRufhkFWgAc4c =
7
8
github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg =
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ require (
8
8
github.com/gorilla/websocket v1.5.3
9
9
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad
10
10
github.com/stretchr/testify v1.9.0
11
- golang.org/x/crypto v0.25 .0
11
+ golang.org/x/crypto v0.27 .0
12
12
)
13
13
14
14
require (
15
15
github.com/davecgh/go-spew v1.1.1 // indirect
16
16
github.com/pmezard/go-difflib v1.0.0 // indirect
17
- golang.org/x/sys v0.22 .0 // indirect
17
+ golang.org/x/sys v0.25 .0 // indirect
18
18
gopkg.in/yaml.v3 v3.0.1 // indirect
19
19
)
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad h1:qIQkSlF5vAUHxE
12
12
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad /go.mod h1:/pA7k3zsXKdjjAiUhB5CjuKib9KJGCaLvZwtxGC8U0s =
13
13
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
14
14
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
15
- golang.org/x/crypto v0.25 .0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30 =
16
- golang.org/x/crypto v0.25 .0 /go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M =
17
- golang.org/x/sys v0.22 .0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI =
18
- golang.org/x/sys v0.22 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
15
+ golang.org/x/crypto v0.27 .0 h1:GXm2NjJrPaiv/h1tb2UH8QfgC/hOf/+z0p6PT8o1w7A =
16
+ golang.org/x/crypto v0.27 .0 /go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70 =
17
+ golang.org/x/sys v0.25 .0 h1:r+8e+loiHxRqhXVl6ML1nO3l1+oFoWbnlu2Ehimmi34 =
18
+ golang.org/x/sys v0.25 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
19
19
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
20
20
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
21
21
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments