aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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 f3a6dab..3d92265 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,10 @@ module riedstra.dev/mitch/bpaste
go 1.16
-require github.com/gorilla/mux v1.8.0 // indirect
+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
+)