module github.com/bigfile/bigfile go 1.12 require ( cloud.google.com/go v0.44.3 // indirect github.com/denisenkom/go-mssqldb v0.0.0-20190724012636-11b2859924c1 // indirect github.com/gin-contrib/cors v1.3.0 github.com/gin-gonic/gin v1.4.1-0.20190805014259-20440b96b9ab github.com/go-playground/locales v0.12.1 // indirect github.com/go-playground/universal-translator v0.16.0 // indirect github.com/golang/protobuf v1.3.2 github.com/google/go-cmp v0.3.1 // indirect github.com/gookit/color v1.1.10 github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/jinzhu/gorm v1.9.10 github.com/json-iterator/go v1.1.7 github.com/leodido/go-urn v1.1.0 // indirect github.com/magiconair/properties v1.8.1 github.com/mattn/go-isatty v0.0.9 // indirect github.com/mattn/go-runewidth v0.0.4 // indirect github.com/mattn/go-sqlite3 v1.11.0 // indirect github.com/mitchellh/go-homedir v1.1.0 github.com/olekukonko/tablewriter v0.0.1 github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 github.com/patrickmn/go-cache v2.1.0+incompatible github.com/pelletier/go-toml v1.4.0 // indirect github.com/prometheus/client_golang v1.1.0 // indirect github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect github.com/prometheus/procfs v0.0.4 // indirect github.com/spf13/afero v1.2.2 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.4.0 goftp.io/server v0.0.0-20190812052725-72a57b186803 golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0 // indirect golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 google.golang.org/appengine v1.6.2 // indirect google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect google.golang.org/grpc v1.23.0 gopkg.in/go-playground/validator.v9 v9.29.1 gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8 gopkg.in/yaml.v2 v2.2.2 )