aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
blob: a18635c2763b80375cd8d127f01212fcae4e43fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module mpaste

go 1.17

require github.com/alecthomas/chroma v0.9.2

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
)