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

go 1.17

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/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
	github.com/dlclark/regexp2 v1.4.0 // indirect
	golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
)