aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2023-09-14 11:31:31 -0500
committerSlack Coder <slackcoder@server.ky>2023-09-14 11:31:31 -0500
commite4d26432d4ef366c9e4b969d4fdb8d4728b545b3 (patch)
treee3111af58f05c69b65069b38d7cd37129fabd730 /go.mod
parent2a380c4e6453a9745fbc753f7b3b17f97858cac8 (diff)
downloadsend-over-http-e4d26432d4ef366c9e4b969d4fdb8d4728b545b3.tar.xz
Support files with spaces
Lean on net/url/URL to properly format filenames when a single file is being hosted.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 7 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0de3a6d..bbc50f0 100644
--- a/go.mod
+++ b/go.mod
@@ -4,4 +4,10 @@ go 1.17
require github.com/mdp/qrterminal/v3 v3.0.0
-require rsc.io/qr v0.2.0 // indirect
+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
+)