aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 9 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index ef29ca4..bd15d88 100644
--- a/go.mod
+++ b/go.mod
@@ -1,9 +1,15 @@
module keep
-go 1.16
+go 1.17
require (
github.com/bwmarrin/discordgo v0.23.2
- github.com/mattn/go-sqlite3 v1.14.9
- golang.org/x/net v0.0.0-20211205041911-012df41ee64c
+ github.com/mattn/go-sqlite3 v1.14.10
+ golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d
+ golang.org/x/text v0.3.7
+)
+
+require (
+ github.com/gorilla/websocket v1.4.0 // indirect
+ golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 // indirect
)