45 lines
1.7 KiB
Modula-2
45 lines
1.7 KiB
Modula-2
module SciencesServer
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/antonfisher/nested-logrus-formatter v1.3.1
|
|
github.com/belief428/gorm-engine v1.0.1
|
|
github.com/casbin/casbin/v2 v2.37.2
|
|
github.com/casbin/gorm-adapter/v3 v3.4.2
|
|
github.com/chenjiandongx/ginprom v0.0.0-20210617023641-6c809602c38a
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-playground/validator/v10 v10.10.0 // indirect
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/gorilla/websocket v1.4.2
|
|
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.5 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mojocn/base64Captcha v1.3.5
|
|
github.com/olivere/elastic/v7 v7.0.30
|
|
github.com/onsi/gomega v1.16.0 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.12.0
|
|
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/speps/go-hashids v1.0.0
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
|
google.golang.org/grpc v1.41.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gorm.io/driver/mysql v1.1.2
|
|
gorm.io/driver/sqlite v1.1.5
|
|
gorm.io/gorm v1.21.15
|
|
)
|