Skip to content

Commit 76561ee

Browse files
Merge pull request #104 from osbytes/upgrades
upgrades
2 parents eed63fd + 536073e commit 76561ee

3 files changed

Lines changed: 73 additions & 14 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.18
18+
go-version: 1.23
1919

2020
- name: Pull mockery docker image
2121
run: docker pull vektra/mockery

go.mod

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
module bot
22

3-
go 1.18
3+
go 1.23
44

55
require (
6-
github.com/bwmarrin/discordgo v0.23.2
6+
github.com/bwmarrin/discordgo v0.28.1
77
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
1010
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
1212
)
1313

1414
require (
1515
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
1820
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
2022
github.com/stretchr/objx v0.1.1 // indirect
2123
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
2325
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
2628
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2729
)

0 commit comments

Comments
 (0)