mirror of
https://github.com/prymitive/karma
synced 2026-02-13 20:59:53 +00:00
Bumps [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) from 0.21.3 to 0.21.5. - [Release notes](https://github.com/go-openapi/strfmt/releases) - [Commits](https://github.com/go-openapi/strfmt/compare/v0.21.3...v0.21.5) --- updated-dependencies: - dependency-name: github.com/go-openapi/strfmt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
71 lines
2.9 KiB
Modula-2
71 lines
2.9 KiB
Modula-2
module github.com/prymitive/karma
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.2.0
|
|
github.com/beme/abide v0.0.0-20190723115211-635a09831760
|
|
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08
|
|
github.com/fvbommel/sortorder v1.1.0
|
|
github.com/go-chi/chi/v5 v5.0.8
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/go-openapi/errors v0.20.3
|
|
github.com/go-openapi/runtime v0.25.0
|
|
github.com/go-openapi/strfmt v0.21.5
|
|
github.com/go-openapi/swag v0.22.3
|
|
github.com/go-openapi/validate v0.22.1
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/hashicorp/golang-lru/v2 v2.0.2
|
|
github.com/jarcoal/httpmock v1.3.0
|
|
github.com/klauspost/compress v1.16.3
|
|
github.com/knadh/koanf v1.5.0
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/prometheus/common v0.42.0
|
|
github.com/prymitive/randomcolor v0.0.0-20210705210145-26c3401033a6
|
|
github.com/rogpeppe/go-internal v1.9.1-0.20230209130841-f0583b8402aa
|
|
github.com/rs/zerolog v1.29.0
|
|
github.com/spf13/pflag v1.0.5
|
|
go.uber.org/automaxprocs v1.5.2
|
|
gopkg.in/go-playground/colors.v1 v1.2.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/analysis v0.21.4 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-openapi/loads v0.21.2 // indirect
|
|
github.com/go-openapi/spec v0.20.8 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
go.mongodb.org/mongo-driver v1.11.2 // indirect
|
|
go.opentelemetry.io/otel v1.14.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.14.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
google.golang.org/protobuf v1.29.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|