violet/go.mod

30 lines
924 B
Modula-2
Raw Normal View History

2023-04-19 01:30:23 +01:00
module github.com/MrMelon54/violet
go 1.20
require (
2023-04-22 18:11:21 +01:00
code.mrmelon54.com/melon/certgen v0.0.0-20220830133534-0fb4cb7e67d1
2023-04-21 03:21:46 +01:00
code.mrmelon54.com/melon/summer-utils v0.0.3
github.com/MrMelon54/trie v0.0.2
2023-04-21 03:21:46 +01:00
github.com/julienschmidt/httprouter v1.3.0
github.com/mattn/go-sqlite3 v1.14.16
github.com/mrmelon54/mjwt v0.0.1
2023-04-22 22:18:39 +01:00
github.com/mrmelon54/png2ico v1.0.0
2023-04-21 03:21:46 +01:00
github.com/rs/cors v1.9.0
2023-04-22 18:11:21 +01:00
github.com/sethvargo/go-limiter v0.7.2
2023-04-19 01:30:23 +01:00
github.com/stretchr/testify v1.8.2
golang.org/x/net v0.9.0
2023-04-22 22:18:39 +01:00
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
2023-04-19 01:30:23 +01:00
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
2023-04-21 03:21:46 +01:00
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
2023-05-29 00:01:57 +01:00
github.com/kr/pretty v0.1.0 // indirect
2023-04-21 03:21:46 +01:00
github.com/pkg/errors v0.9.1 // indirect
2023-04-19 01:30:23 +01:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2023-06-03 19:33:06 +01:00
golang.org/x/text v0.9.0 // indirect
2023-05-29 00:01:57 +01:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2023-04-19 01:30:23 +01:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)