diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-01-23 19:28:15 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-01-23 19:28:15 +0100 |
commit | e385ec454ed76183eb55c27018d025f824bfb69b (patch) | |
tree | ae92199dd0f4adb5238e12cd44743d93cc877f4e /go.mod | |
parent | fac423f0b8a8ce2f3eb38b19d5a00e8ed973cfb2 (diff) |
Run `go mod tidy`
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -2,15 +2,14 @@ module mpaste go 1.17 -require github.com/alecthomas/chroma v0.9.2 +require ( + github.com/Mango0x45/getgopt v0.0.0-20211008215918-31013048af5c + github.com/alecthomas/chroma v0.9.2 + github.com/dgrijalva/jwt-go v3.2.0+incompatible +) require ( - github.com/Mango0x45/getgopt v0.0.0-20211008215918-31013048af5c // indirect github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect - github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/dlclark/regexp2 v1.4.0 // indirect - github.com/goccy/go-json v0.7.9 // indirect - github.com/lestrrat-go/jwx v1.2.7 // indirect - github.com/lestrrat-go/option v1.0.0 // indirect - github.com/pkg/errors v0.9.1 // indirect + golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect ) |