14 lines
276 B
Modula-2
14 lines
276 B
Modula-2
module git.bloy.org/mike/gotest
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/kyoh86/xdg v1.0.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/viper v1.3.2
|
|
)
|