module github.com/ihexxa/quickshare go 1.13 require ( github.com/afocus/captcha v0.0.0-20191010092841-4bd1f21c8868 github.com/boltdb/bolt v1.3.1 github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f github.com/elazarl/goproxy v0.0.0-20201021153353-00ad82a08272 // indirect github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e github.com/gin-gonic/gin v1.7.3 github.com/go-playground/validator/v10 v10.9.0 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/ihexxa/gocfg v0.0.0-20210914021417-6ba19520f0ff github.com/ihexxa/multipart v0.0.0-20210916083128-8584a3f00d1d github.com/jessevdk/go-flags v1.4.0 github.com/json-iterator/go v1.1.11 // indirect github.com/mattn/go-isatty v0.0.13 // indirect github.com/mitchellh/gox v1.0.1 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/natefinch/lumberjack v2.0.0+incompatible github.com/parnurzeal/gorequest v0.2.16 github.com/pkg/errors v0.9.1 // indirect github.com/robbert229/jwt v2.0.0+incompatible github.com/smartystreets/goconvey v1.6.4 // indirect github.com/ugorji/go v1.2.6 // indirect go.uber.org/zap v1.16.0 golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122 golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect golang.org/x/text v0.3.7 // indirect google.golang.org/protobuf v1.27.1 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect moul.io/http2curl v1.0.0 // indirect )