module bee-config
|
|
go 1.16
|
|
require (
|
basic.com/valib/logger.git v0.0.0-20201221081153-494dab566ec8
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
github.com/gin-gonic/gin v1.7.2
|
github.com/jinzhu/gorm v1.9.16
|
github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
go.uber.org/zap v1.17.0 // indirect
|
golang.org/x/tools v0.1.2
|
gopkg.in/ini.v1 v1.62.0
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
)
|