bluebell/go.mod

19 lines
419 B
Modula-2
Raw Normal View History

2023-07-22 00:58:22 +01:00
module github.com/1f349/site-hosting
2024-06-06 01:15:23 +01:00
go 1.22
2023-07-22 00:58:22 +01:00
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
2024-06-06 01:15:23 +01:00
github.com/stretchr/testify v1.9.0
2023-08-21 00:27:54 +01:00
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
2024-06-06 01:15:23 +01:00
golang.org/x/text v0.14.0 // indirect
2023-07-22 00:58:22 +01:00
)