module github.com/boxgo/box go 1.14 require ( github.com/BurntSushi/toml v0.3.1 github.com/Shopify/sarama v1.27.2 github.com/boxgo/redisstore/v2 v2.0.0 github.com/fsnotify/fsnotify v1.4.9 github.com/ghodss/yaml v1.0.0 github.com/gin-contrib/sessions v0.0.3 github.com/gin-gonic/gin v1.5.0 github.com/go-pg/pg/v10 v10.7.7 github.com/go-playground/universal-translator v0.17.0 // indirect github.com/go-redis/redis/v8 v8.6.0 github.com/imdario/mergo v0.3.9 github.com/json-iterator/go v1.1.10 github.com/leodido/go-urn v1.2.0 // indirect github.com/mattn/go-isatty v0.0.12 // indirect github.com/mattn/go-runewidth v0.0.9 // indirect github.com/olekukonko/tablewriter v0.0.5-0.20200416053754-163badb3bac6 github.com/prometheus/client_golang v1.6.0 github.com/prometheus/procfs v0.1.3 // indirect github.com/robfig/cron v1.2.0 github.com/smartystreets/goconvey v1.6.4 // indirect github.com/streadway/amqp v1.0.0 github.com/teris-io/shortid v0.0.0-20171029131806-771a37caa5cf github.com/tidwall/pretty v1.0.1 // indirect go.mongodb.org/mongo-driver v1.4.1 go.uber.org/automaxprocs v1.3.0 go.uber.org/zap v1.15.0 golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect golang.org/x/mod v0.4.1 // indirect golang.org/x/net v0.0.0-20210119194325-5f4716e94777 golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43 // indirect golang.org/x/text v0.3.5 // indirect google.golang.org/genproto v0.0.0-20210120162456-f5e8c5e2aaf2 google.golang.org/grpc v1.35.0 google.golang.org/protobuf v1.25.0 honnef.co/go/tools v0.1.1 // indirect moul.io/http2curl v1.0.0 )