aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2022-12-25 19:13:40 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2022-12-25 19:13:40 -0500
commit0704674ba408db54855c33bcb8ca71a7ae1e74b7 (patch)
tree3e952d8a3e90628c25a08341604ece43fd5ede0e /go.mod
parenta9ccfc4f26ea75b7884227aff6f63749077ac73e (diff)
downloadpaste-0704674ba408db54855c33bcb8ca71a7ae1e74b7.tar.gz
paste-0704674ba408db54855c33bcb8ca71a7ae1e74b7.tar.xz
Strip brack to a basic application based off of bpaste again, prepare for a React UI
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 6 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 3d92265..9f3323b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,10 @@
-module riedstra.dev/mitch/bpaste
+module riedstra.dev/mitch/paste
-go 1.16
+go 1.19
require (
- github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
- github.com/golang-jwt/jwt/v4 v4.0.0 // indirect
- github.com/gorilla/mux v1.8.0 // indirect
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
+ golang.org/x/crypto v0.4.0
+ golang.org/x/term v0.3.0
)
+
+require golang.org/x/sys v0.3.0 // indirect