2021-08-18 01:00:13 +00:00
|
|
|
module myschools.me/wyh/srv-ijustjump.git
|
|
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/gin-gonic/gin v1.7.4
|
2021-08-18 03:01:45 +00:00
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
|
|
|
|
|
github.com/lestrrat-go/strftime v1.0.5 // indirect
|
|
|
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5 // indirect
|
2021-08-18 01:00:13 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
|
github.com/spf13/viper v1.8.1
|
|
|
|
|
)
|