|
1 | 1 | module bot |
2 | 2 |
|
3 | | -go 1.18 |
| 3 | +go 1.23 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/bwmarrin/discordgo v0.23.2 |
| 6 | + github.com/bwmarrin/discordgo v0.28.1 |
7 | 7 | github.com/pkg/errors v0.9.1 |
8 | | - github.com/rs/zerolog v1.26.0 |
9 | | - github.com/shurcooL/githubv4 v0.0.0-20211117020012-5800b9de5b8b |
| 8 | + github.com/rs/zerolog v1.33.0 |
| 9 | + github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7 |
10 | 10 | github.com/stretchr/testify v1.7.0 |
11 | | - golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 |
| 11 | + golang.org/x/oauth2 v0.24.0 |
12 | 12 | ) |
13 | 13 |
|
14 | 14 | require ( |
15 | 15 | github.com/davecgh/go-spew v1.1.1 // indirect |
16 | | - github.com/golang/protobuf v1.4.2 // indirect |
17 | | - github.com/gorilla/websocket v1.4.2 // indirect |
| 16 | + github.com/golang/protobuf v1.5.4 // indirect |
| 17 | + github.com/gorilla/websocket v1.5.3 // indirect |
| 18 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 19 | + github.com/mattn/go-isatty v0.0.20 // indirect |
18 | 20 | github.com/pmezard/go-difflib v1.0.0 // indirect |
19 | | - github.com/shurcooL/graphql v0.0.0-20200928012149-18c5c3165e3a // indirect |
| 21 | + github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466 // indirect |
20 | 22 | github.com/stretchr/objx v0.1.1 // indirect |
21 | 23 | golang.org/x/crypto v0.31.0 // indirect |
22 | | - golang.org/x/net v0.21.0 // indirect |
| 24 | + golang.org/x/net v0.32.0 // indirect |
23 | 25 | golang.org/x/sys v0.28.0 // indirect |
24 | | - google.golang.org/appengine v1.6.6 // indirect |
25 | | - google.golang.org/protobuf v1.25.0 // indirect |
| 26 | + google.golang.org/appengine v1.6.8 // indirect |
| 27 | + google.golang.org/protobuf v1.35.2 // indirect |
26 | 28 | gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
27 | 29 | ) |
0 commit comments