1
2
3
4
5
6
7
8
9
10
11
12
| module andriodServer
|
| go 1.12
|
| require (
| github.com/lestrrat-go/file-rotatelogs v2.2.0+incompatible
| github.com/lestrrat-go/strftime v0.0.0-20190725011945-5c849dd2c51d // indirect
| github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
| github.com/sirupsen/logrus v1.4.2
| github.com/spf13/viper v1.4.0
| github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 // indirect
| )
|
|