aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2023-09-15 08:02:11 -0500
committerSlack Coder <slackcoder@server.ky>2023-09-15 08:02:11 -0500
commit45efff03924d6512255f6c0dffcca93f6d988416 (patch)
tree3f5fb2438ea545b055133d35dc5165fdfaa99a50 /go.mod
parent33af09195b60fd7364e2190934717a9345ce6cad (diff)
downloadsend-over-http-45efff03924d6512255f6c0dffcca93f6d988416.tar.xz
Add missing module updates
Include missing module update from the previous commit.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 1 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index bbc50f0..0de3a6d 100644
--- a/go.mod
+++ b/go.mod
@@ -4,10 +4,4 @@ go 1.17
require github.com/mdp/qrterminal/v3 v3.0.0
-require (
- github.com/yuin/goldmark v1.4.13 // indirect
- golang.org/x/mod v0.12.0 // indirect
- golang.org/x/sys v0.12.0 // indirect
- golang.org/x/tools v0.13.0 // indirect
- rsc.io/qr v0.2.0 // indirect
-)
+require rsc.io/qr v0.2.0 // indirect