blob: f8cdb9c3bd12259b36cc6f691349cc940cd2066a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
module github.com/Mango0x45/mpaste
go 1.19
require (
github.com/alecthomas/chroma/v2 v2.3.1-0.20221008011915-b7c7bdbe65fb
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/Mango0x45/getgopt v0.0.0-20220305004810-a883dbb3a127
)
require github.com/dlclark/regexp2 v1.7.0 // indirect
|