module github.com/prymitive/karma go 1.15 require ( github.com/DeanThompson/ginpprof v0.0.0-20190408063150-3be636683586 github.com/Masterminds/semver/v3 v3.1.0 github.com/certifi/gocertifi v0.0.0-20200211180108-c7c1fbc02894 // indirect github.com/cnf/structhash v0.0.0-20180104161610-62a607eb0224 github.com/elazarl/go-bindata-assetfs v1.0.1 github.com/fvbommel/sortorder v1.0.2 github.com/getsentry/raven-go v0.2.0 github.com/gin-contrib/cors v1.3.1 github.com/gin-contrib/gzip v0.0.3 github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e github.com/gin-gonic/contrib v0.0.0-20201005132743-ca038bbf2944 github.com/gin-gonic/gin v1.6.3 github.com/go-openapi/errors v0.19.7 github.com/go-openapi/runtime v0.19.22 github.com/go-openapi/spec v0.19.9 // indirect github.com/go-openapi/strfmt v0.19.6 github.com/go-openapi/swag v0.19.9 github.com/go-openapi/validate v0.19.11 github.com/go-playground/validator/v10 v10.3.0 // indirect github.com/google/go-cmp v0.5.2 github.com/hansrodtang/randomcolor v0.0.0-20160512071917-d27108b3d7a5 github.com/jarcoal/httpmock v1.0.6 github.com/knadh/koanf v0.13.0 github.com/mitchellh/mapstructure v1.3.3 github.com/patrickmn/go-cache v2.1.1-0.20180815053127-5633e0862627+incompatible github.com/pmezard/go-difflib v1.0.0 github.com/prometheus/client_golang v1.7.1 github.com/prometheus/common v0.14.0 github.com/rogpeppe/go-internal v1.6.2 github.com/sirupsen/logrus v1.7.0 github.com/spf13/pflag v1.0.5 go.mongodb.org/mongo-driver v1.3.5 // indirect golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect golang.org/x/sys v0.0.0-20200722175500-76b94024e4b6 // indirect google.golang.org/protobuf v1.25.0 // indirect gopkg.in/go-playground/colors.v1 v1.2.0 gopkg.in/yaml.v2 v2.3.0 )