aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 5b84532..2eafb4f 100644
--- a/go.mod
+++ b/go.mod
@@ -4,14 +4,14 @@ go 1.17
require (
github.com/PuerkitoBio/purell v1.2.0
- github.com/bwmarrin/discordgo v0.26.1
- github.com/mattn/go-sqlite3 v1.14.15
- golang.org/x/net v0.0.0-20220927171203-f486391704dc
+ github.com/bwmarrin/discordgo v0.27.1
+ github.com/mattn/go-sqlite3 v1.14.17
+ golang.org/x/net v0.14.0
)
require (
github.com/gorilla/websocket v1.5.0 // indirect
- golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
- golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
- golang.org/x/text v0.3.7 // indirect
+ golang.org/x/crypto v0.12.0 // indirect
+ golang.org/x/sys v0.11.0 // indirect
+ golang.org/x/text v0.12.0 // indirect
)