module gframe go 1.15 require ( gitee.com/zr233/bsf v1.2.3 github.com/ZR233/gconfig/v2 v2.0.4 github.com/ZR233/glog v0.0.7 github.com/ZR233/goutils v1.4.12 github.com/ZR233/session v1.1.5 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 github.com/gin-gonic/gin v1.6.3 github.com/go-redis/redis v6.15.9+incompatible // indirect github.com/go-redis/redis/v7 v7.2.0 github.com/hashicorp/consul/api v1.8.1 github.com/jackc/pgconn v1.8.0 github.com/jackc/pgx/v4 v4.10.1 github.com/sirupsen/logrus v1.7.0 github.com/spf13/viper v1.7.1 github.com/swaggo/gin-swagger v1.3.0 github.com/swaggo/swag v1.7.0 )