aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2023-08-18 00:08:21 -0700
committerJordan <me@jordan.im>2023-08-18 00:08:21 -0700
commit61553158764c6801578076c72d8bffb423e343cc (patch)
tree5d45cf4b6699eebf01e9f2b6ac9ff0000819ebd2 /go.mod
parent001a042ccba1c3faf340d8217ee8d15efa60dc05 (diff)
downloadkeep-61553158764c6801578076c72d8bffb423e343cc.tar.gz
keep-61553158764c6801578076c72d8bffb423e343cc.zip
misc: go get -u; go mod tidy; go mod vendor
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
)