mirror of
https://github.com/1f349/site-hosting.git
synced 2024-11-22 11:41:36 +00:00
19 lines
418 B
Modula-2
19 lines
418 B
Modula-2
module github.com/1f349/site-hosting
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/MrMelon54/exit-reload v0.0.1
|
|
github.com/MrMelon54/trie v0.0.2
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/spf13/afero v1.9.5
|
|
github.com/stretchr/testify v1.8.4
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
)
|