18 lines
538 B
Modula-2
18 lines
538 B
Modula-2
module lingye-gin
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.7.1
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
|
github.com/onsi/ginkgo v1.16.1 // indirect
|
|
github.com/onsi/gomega v1.11.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
github.com/sirupsen/logrus v1.8.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|