diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 +) |
