aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2021-12-04 01:14:13 -0700
committerJordan <me@jordan.im>2021-12-04 01:14:13 -0700
commit22bda245fb3cb8da20cff8be53e0261c77240623 (patch)
tree94396edc7c2415dd87ebd26ac251e379d26ce116 /go.mod
parentaf2549c3efb509418f4a24476a13b40673ea7186 (diff)
downloadkeep-22bda245fb3cb8da20cff8be53e0261c77240623.tar.gz
keep-22bda245fb3cb8da20cff8be53e0261c77240623.zip
misc: housekeeping
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index e6473ed..167d5f5 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module keep
go 1.16
require (
- github.com/bwmarrin/discordgo v0.23.2 // indirect
- github.com/mattn/go-sqlite3 v1.14.9 // indirect
- golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c // indirect
+ github.com/bwmarrin/discordgo v0.23.2
+ github.com/mattn/go-sqlite3 v1.14.9
+ golang.org/x/net v0.0.0-20211201190559-0a0e4e1bb54c
)