mirror of
https://github.com/prymitive/karma
synced 2026-02-13 20:59:53 +00:00
40 lines
1.5 KiB
Modula-2
40 lines
1.5 KiB
Modula-2
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.3
|
|
github.com/go-chi/cors v1.2.0
|
|
github.com/go-openapi/analysis v0.20.1 // indirect
|
|
github.com/go-openapi/errors v0.20.0
|
|
github.com/go-openapi/runtime v0.19.28
|
|
github.com/go-openapi/strfmt v0.20.1
|
|
github.com/go-openapi/swag v0.19.15
|
|
github.com/go-openapi/validate v0.20.2
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.5
|
|
github.com/hansrodtang/randomcolor v0.0.0-20160512071917-d27108b3d7a5
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/jarcoal/httpmock v1.0.8
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/knadh/koanf v0.16.0
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mitchellh/copystructure v1.1.2 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/prometheus/client_golang v1.10.0
|
|
github.com/prometheus/common v0.23.0
|
|
github.com/rogpeppe/go-internal v1.8.0
|
|
github.com/rs/zerolog v1.21.0
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
|
|
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
|
|
gopkg.in/go-playground/colors.v1 v1.2.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|