aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index ad1004c..e1881e7 100644
--- a/go.mod
+++ b/go.mod
@@ -3,14 +3,14 @@ module keep
go 1.17
require (
- github.com/bwmarrin/discordgo v0.24.0
- github.com/mattn/go-sqlite3 v1.14.12
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f
+ github.com/bwmarrin/discordgo v0.26.1
+ github.com/mattn/go-sqlite3 v1.14.15
+ golang.org/x/net v0.0.0-20220927171203-f486391704dc
golang.org/x/text v0.3.7
)
require (
github.com/gorilla/websocket v1.5.0 // indirect
- golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
- golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf // indirect
+ golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
+ golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
)