From 0192a4e3f1c90df255e44831a579d9b0f611a543 Mon Sep 17 00:00:00 2001 From: Jordan Date: Fri, 30 Sep 2022 11:52:44 -0700 Subject: go.mod: bump discordgo, go-sqlite3, x/net --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'go.mod') 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 ) -- cgit v1.2.3-54-g00ecf