blob: bcda3f7bb2317f844450d8539084f4618d96ea24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module git.sr.ht/~hanemile/faila
go 1.13
require (
git.sr.ht/~hanemile/faila/src/http v0.0.0-00010101000000-000000000000
git.sr.ht/~hanemile/faila/src/structs v0.0.0-00010101000000-000000000000
github.com/gorilla/mux v1.7.4 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.6.2
)
|