|
|
@ -1,4 +1,4 @@ |
|
|
|
module livego |
|
|
|
module github.com/gwuhaolin/livego |
|
|
|
|
|
|
|
|
|
|
|
go 1.13 |
|
|
|
go 1.13 |
|
|
|
|
|
|
|
|
|
|
@ -14,6 +14,7 @@ require ( |
|
|
|
github.com/sirupsen/logrus v1.5.0 |
|
|
|
github.com/sirupsen/logrus v1.5.0 |
|
|
|
github.com/spf13/pflag v1.0.3 |
|
|
|
github.com/spf13/pflag v1.0.3 |
|
|
|
github.com/spf13/viper v1.6.3 |
|
|
|
github.com/spf13/viper v1.6.3 |
|
|
|
|
|
|
|
github.com/stretchr/objx v0.1.1 // indirect |
|
|
|
github.com/stretchr/testify v1.4.0 |
|
|
|
github.com/stretchr/testify v1.4.0 |
|
|
|
github.com/urfave/negroni v1.0.0 // indirect |
|
|
|
github.com/urfave/negroni v1.0.0 // indirect |
|
|
|
) |
|
|
|
) |
|
|
|