bluebell/go.mod

19 lines
418 B
Modula-2
Raw Normal View History

2023-07-22 00:58:22 +01:00
module github.com/1f349/site-hosting
go 1.20
require (
2023-08-21 00:27:54 +01:00
github.com/MrMelon54/exit-reload v0.0.1
github.com/MrMelon54/trie v0.0.2
2023-07-22 00:58:22 +01:00
github.com/julienschmidt/httprouter v1.3.0
github.com/spf13/afero v1.9.5
2023-08-21 00:27:54 +01:00
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v3 v3.0.1
2023-07-22 00:58:22 +01:00
)
require (
2023-08-21 00:27:54 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
2023-07-22 00:58:22 +01:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2023-08-21 00:27:54 +01:00
golang.org/x/text v0.3.8 // indirect
2023-07-22 00:58:22 +01:00
)