module github.com/prymitive/karma go 1.16 require ( github.com/Masterminds/semver/v3 v3.1.1 github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 github.com/fvbommel/sortorder v1.0.2 github.com/getsentry/sentry-go v0.10.0 github.com/go-chi/chi/v5 v5.0.1 github.com/go-chi/cors v1.1.1 github.com/go-openapi/errors v0.20.0 github.com/go-openapi/runtime v0.19.27 github.com/go-openapi/strfmt v0.20.0 github.com/go-openapi/swag v0.19.14 github.com/go-openapi/validate v0.20.2 github.com/google/go-cmp v0.5.5 github.com/hansrodtang/randomcolor v0.0.0-20160512071917-d27108b3d7a5 github.com/jarcoal/httpmock v1.0.8 github.com/knadh/koanf v0.15.0 github.com/mailru/easyjson v0.7.7 // indirect github.com/mitchellh/mapstructure v1.4.1 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.10.0 github.com/prometheus/common v0.19.0 github.com/rogpeppe/go-internal v1.8.0 github.com/rs/zerolog v1.20.0 github.com/spf13/pflag v1.0.5 go.mongodb.org/mongo-driver v1.5.0 // indirect golang.org/x/net v0.0.0-20210315170653-34ac3e1c2000 // indirect golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005 // indirect google.golang.org/protobuf v1.25.0 // indirect gopkg.in/go-playground/colors.v1 v1.2.0 gopkg.in/yaml.v2 v2.4.0 )