aboutsummaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2021-10-12 17:59:37 +0200
committerThomas Voss <mail@thomasvoss.com> 2021-10-12 17:59:37 +0200
commit11a2560513e114ae30904f0598c4732aeac1972a (patch)
tree15643f492e57cae1e5a9a858f2f13b3fa5633335 /go.mod
[Meta] Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 16 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..a18635c
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,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
+)