42 lines
1.5 KiB
Modula-2
42 lines
1.5 KiB
Modula-2
module ferry
|
|
|
|
go 1.124
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/casbin/casbin/v2 v2.2.1
|
|
github.com/casbin/gorm-adapter/v2 v2.0.3
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/go-kit/kit v0.8.0
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/go-openapi/spec v0.19.7 // indirect
|
|
github.com/go-openapi/swag v0.19.8 // indirect
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/google/uuid v1.1.1
|
|
github.com/jinzhu/gorm v1.9.10
|
|
github.com/json-iterator/go v1.1.8 // indirect
|
|
github.com/mailru/easyjson v0.7.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/mojocn/base64Captcha v1.3.1
|
|
github.com/mssola/user_agent v0.5.1
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shirou/gopsutil v2.20.3+incompatible
|
|
github.com/sirupsen/logrus v1.2.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.6.2
|
|
github.com/swaggo/gin-swagger v1.2.0
|
|
github.com/swaggo/swag v1.6.5
|
|
github.com/ugorji/go v1.1.7 // indirect
|
|
github.com/unrolled/secure v1.0.8
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
golang.org/x/tools v0.0.0-20200402223321-bcf690261a44 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|