File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/servusdei2018/shards/v2
22
33go 1.16
44
5- require github.com/bwmarrin/discordgo v0.27 .1
5+ require github.com/bwmarrin/discordgo v0.28 .1
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/bwmarrin/discordgo v0.26.1 h1:AIrM+g3cl+iYBr4yBxCBp9tD9jR3K7upEjl0d89
44github.com/bwmarrin/discordgo v0.26.1 /go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY =
55github.com/bwmarrin/discordgo v0.27.1 h1:ib9AIc/dom1E/fSIulrBwnez0CToJE113ZGt4HoliGY =
66github.com/bwmarrin/discordgo v0.27.1 /go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY =
7+ github.com/bwmarrin/discordgo v0.28.1 h1:gXsuo2GBO7NbR6uqmrrBDplPUx2T3nzu775q/Rd1aG4 =
8+ github.com/bwmarrin/discordgo v0.28.1 /go.mod h1:NJZpH+1AfhIcyQsPeuBKsUtYrRnjkyu0kIVMCHkZtRY =
79github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc =
810github.com/gorilla/websocket v1.4.2 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
911golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b h1:7mWr3k41Qtv8XlltBkDkl8LoP3mpSgBW8BUoxtEdbXg =
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const (
1212 // TIMELIMIT specifies how long to pause between connecting shards.
1313 TIMELIMIT = time .Second * 5
1414 // VERSION specifies the shards module version. Follows semantic versioning (semver.org).
15- VERSION = "2.3 .0"
15+ VERSION = "2.4 .0"
1616)
1717
1818// A Shard represents a shard.
You can’t perform that action at this time.
0 commit comments