mirror of
https://github.com/prymitive/karma
synced 2026-02-13 20:59:53 +00:00
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.67.2 to 0.67.5. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/common/compare/v0.67.2...v0.67.5) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-version: 0.67.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
85 lines
3.5 KiB
Modula-2
85 lines
3.5 KiB
Modula-2
module github.com/prymitive/karma
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/Masterminds/semver/v3 v3.4.0
|
|
github.com/beme/abide v0.0.0-20190723115211-635a09831760
|
|
github.com/cespare/xxhash/v2 v2.3.0
|
|
github.com/cnf/structhash v0.0.0-20250313080605-df4c6cc74a9a
|
|
github.com/fvbommel/sortorder v1.1.0
|
|
github.com/go-chi/chi/v5 v5.2.5
|
|
github.com/go-chi/cors v1.2.2
|
|
github.com/go-openapi/errors v0.22.6
|
|
github.com/go-openapi/runtime v0.29.2
|
|
github.com/go-openapi/strfmt v0.25.0
|
|
github.com/go-openapi/swag v0.25.4
|
|
github.com/go-openapi/validate v0.25.1
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
|
github.com/jarcoal/httpmock v1.4.1
|
|
github.com/klauspost/compress v1.18.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.23.2
|
|
github.com/prometheus/common v0.67.5
|
|
github.com/prymitive/randomcolor v0.0.0-20210705210145-26c3401033a6
|
|
github.com/rogpeppe/go-internal v1.14.1
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/spf13/pflag v1.0.10
|
|
go.uber.org/automaxprocs v1.6.0
|
|
go.yaml.in/yaml/v3 v3.0.4
|
|
gopkg.in/go-playground/colors.v1 v1.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-openapi/analysis v0.24.1 // indirect
|
|
github.com/go-openapi/jsonpointer v0.22.1 // indirect
|
|
github.com/go-openapi/jsonreference v0.21.3 // indirect
|
|
github.com/go-openapi/loads v0.23.2 // indirect
|
|
github.com/go-openapi/spec v0.22.1 // indirect
|
|
github.com/go-openapi/swag/cmdutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/conv v0.25.4 // indirect
|
|
github.com/go-openapi/swag/fileutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/jsonname v0.25.4 // indirect
|
|
github.com/go-openapi/swag/jsonutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/loading v0.25.4 // indirect
|
|
github.com/go-openapi/swag/mangling v0.25.4 // indirect
|
|
github.com/go-openapi/swag/netutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/stringutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/typeutils v0.25.4 // indirect
|
|
github.com/go-openapi/swag/yamlutils v0.25.4 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // 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/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/oklog/ulid v1.3.1 // indirect
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
github.com/prometheus/procfs v0.19.2 // indirect
|
|
github.com/sergi/go-diff v1.4.0 // indirect
|
|
go.mongodb.org/mongo-driver v1.17.6 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
|
go.opentelemetry.io/otel v1.38.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.38.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.38.0 // indirect
|
|
go.yaml.in/yaml/v2 v2.4.3 // indirect
|
|
golang.org/x/net v0.48.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
golang.org/x/tools v0.39.0 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|