26 lines
854 B
Modula-2
26 lines
854 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.7.2
|
|
github.com/go-playground/locales v0.13.0
|
|
github.com/go-playground/universal-translator v0.17.0
|
|
github.com/go-playground/validator/v10 v10.6.1
|
|
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.16.4 // indirect
|
|
github.com/onsi/gomega v1.13.0 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/swaggo/gin-swagger v1.3.0
|
|
github.com/swaggo/swag v1.7.0
|
|
github.com/viletyy/yolk v1.0.1
|
|
go.uber.org/zap v1.17.0
|
|
)
|