25 lines
822 B
Modula-2
25 lines
822 B
Modula-2
module github.com/viletyy/potato
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/locales v0.13.0
|
|
github.com/go-playground/universal-translator v0.17.0
|
|
github.com/go-playground/validator/v10 v10.4.2
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/google/uuid v1.2.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.4 // indirect
|
|
github.com/onsi/ginkgo v1.15.2 // indirect
|
|
github.com/onsi/gomega v1.11.0 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/swaggo/gin-swagger v1.3.0
|
|
github.com/swaggo/swag v1.7.0
|
|
go.uber.org/zap v1.15.0
|
|
)
|