mirror of
https://github.com/1f349/violet.git
synced 2024-11-09 22:22:50 +00:00
29 lines
846 B
Modula-2
29 lines
846 B
Modula-2
module github.com/MrMelon54/violet
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/MrMelon54/certgen v0.0.1
|
|
github.com/MrMelon54/mjwt v0.0.2
|
|
github.com/MrMelon54/png2ico v1.0.1
|
|
github.com/MrMelon54/trie v0.0.2
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
github.com/rs/cors v1.9.0
|
|
github.com/sethvargo/go-limiter v0.7.2
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/net v0.9.0
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|