aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2022-01-15 10:09:56 -0700
committerJordan <me@jordan.im>2022-01-15 10:09:56 -0700
commit4a92c26fbc739734ce5227c1be8efd440306cebf (patch)
tree3a009e9ae3543725a597b77a838d0b41690b2e0e /go.mod
parent995a8fad1461734108b5266f51a3c913936c7203 (diff)
downloadkeep-4a92c26fbc739734ce5227c1be8efd440306cebf.tar.gz
keep-4a92c26fbc739734ce5227c1be8efd440306cebf.zip
keep, archive: normalize URLs (RFC 3986), improve logging
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
)