module github.com/ferocious-space/eveapi go 1.14 require ( github.com/DataDog/zstd v1.4.5 // indirect github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect github.com/davecgh/go-spew v1.1.1 github.com/dgraph-io/badger/v2 v2.0.3 github.com/dgraph-io/ristretto v0.0.2 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect github.com/die-net/lrucache v0.0.0-20190707192454-883874fe3947 github.com/ferocious-space/badgerhold v0.0.0-20200528105151-68970d8b08b8 github.com/go-openapi/errors v0.19.4 github.com/go-openapi/loads v0.19.5 // indirect github.com/go-openapi/runtime v0.19.15 github.com/go-openapi/spec v0.19.8 // indirect github.com/go-openapi/strfmt v0.19.5 github.com/go-openapi/swag v0.19.9 github.com/go-openapi/validate v0.19.8 github.com/go-swagger/go-swagger v0.23.0 // indirect github.com/gojektech/heimdall/v6 v6.1.0 github.com/gojektech/valkyrie v0.0.0-20190210220504-8f62c1e7ba45 // indirect github.com/golang/protobuf v1.4.2 // indirect github.com/gomodule/redigo v2.0.0+incompatible github.com/google/uuid v1.1.1 github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect github.com/gorilla/mux v1.7.4 github.com/json-iterator/go v1.1.10 github.com/klauspost/compress v1.10.8 // indirect github.com/kr/text v0.2.0 // indirect github.com/lestrrat/go-jwx v0.0.0-20180221005942-b7d4802280ae github.com/lestrrat/go-pdebug v0.0.0-20180220043741-569c97477ae8 // indirect github.com/mitchellh/mapstructure v1.3.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect github.com/pkg/errors v0.9.1 github.com/sasha-s/go-deadlock v0.2.0 github.com/smartystreets/assertions v1.0.1 // indirect github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/testify v1.6.1 // indirect github.com/theatrus/mediate v0.0.0-20141208043222-5ef657d6d160 github.com/xdg/stringprep v1.0.0 // indirect go.mongodb.org/mongo-driver v1.3.4 go.uber.org/config v1.4.0 // indirect go.uber.org/zap v1.15.0 golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect golang.org/x/net v0.0.0-20200602114024-627f9648deb9 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect golang.org/x/tools v0.0.0-20200609095342-308beac2836f // indirect google.golang.org/appengine v1.6.6 // indirect google.golang.org/protobuf v1.24.0 // indirect gopkg.in/yaml.v2 v2.3.0 gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect honnef.co/go/tools v0.0.1-2020.1.3 // indirect )