aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2022-03-17 09:43:29 -0700
committerJordan <me@jordan.im>2022-03-17 09:43:29 -0700
commit66bfe530b4fd5cb9755337ce718df26ee81f1b77 (patch)
tree9dfc8a79183b8bffc12db5a92f957e3bfd37d4f2 /go.mod
parent2f0b35e3c25bc4394f3288e1baa77d250cb510ed (diff)
downloadkeep-66bfe530b4fd5cb9755337ce718df26ee81f1b77.tar.gz
keep-66bfe530b4fd5cb9755337ce718df26ee81f1b77.zip
misc: go get -u ./... ; go mod vendor
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 6 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index bd15d88..ad1004c 100644
--- a/go.mod
+++ b/go.mod
@@ -3,13 +3,14 @@ module keep
go 1.17
require (
- github.com/bwmarrin/discordgo v0.23.2
- github.com/mattn/go-sqlite3 v1.14.10
- golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d
+ github.com/bwmarrin/discordgo v0.24.0
+ github.com/mattn/go-sqlite3 v1.14.12
+ golang.org/x/net v0.0.0-20220225172249-27dd8689420f
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
+ 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
)