23 lines
782 B
Modula-2
23 lines
782 B
Modula-2
module lingye-gin
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.7.1
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/gomodule/redigo v1.8.4
|
|
github.com/jinzhu/gorm v1.9.16
|
|
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/mattn/go-sqlite3 v1.14.7 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|