mirror of
https://github.com/1f349/site-hosting.git
synced 2024-11-13 23:31:35 +00:00
17 lines
383 B
Modula-2
17 lines
383 B
Modula-2
module github.com/1f349/site-hosting
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/spf13/afero v1.9.5
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|