Skip to content

Commit

Permalink
feat: update go from 1.14 to 1.21 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud authored Jan 26, 2024
1 parent c985882 commit bddb880
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
module github.com/blueprintue/discord-bot

go 1.14
go 1.21

require (
github.com/bwmarrin/discordgo v0.27.1
github.com/ilya1st/rotatewriter v0.0.0-20171126183947-3df0c1a3ed6d
github.com/rs/zerolog v1.31.0
)

require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.12.0 // indirect
)

0 comments on commit bddb880

Please sign in to comment.