|
@ -14,6 +14,8 @@ require ( |
|
|
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f |
|
|
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f |
|
|
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect |
|
|
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect |
|
|
github.com/pkg/errors v0.8.1 |
|
|
github.com/pkg/errors v0.8.1 |
|
|
|
|
|
github.com/qiniu/api.v7 v7.2.5+incompatible |
|
|
|
|
|
github.com/qiniu/x v7.0.8+incompatible // indirect |
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 |
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 |
|
|
github.com/satori/go.uuid v1.2.0 |
|
|
github.com/satori/go.uuid v1.2.0 |
|
|
github.com/sirupsen/logrus v1.2.0 |
|
|
github.com/sirupsen/logrus v1.2.0 |
|
@ -21,4 +23,5 @@ require ( |
|
|
github.com/swaggo/gin-swagger v1.2.0 |
|
|
github.com/swaggo/gin-swagger v1.2.0 |
|
|
github.com/swaggo/swag v1.5.1 |
|
|
github.com/swaggo/swag v1.5.1 |
|
|
github.com/tebeka/strftime v0.1.3 // indirect |
|
|
github.com/tebeka/strftime v0.1.3 // indirect |
|
|
|
|
|
qiniupkg.com/x v7.0.8+incompatible // indirect |
|
|
) |
|
|
) |