mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
56 lines
2.2 KiB
Modula-2
56 lines
2.2 KiB
Modula-2
module github.com/prymitive/karma
|
|
|
|
go 1.26.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-json-experiment/json v0.0.0-20260214004413-d219187c3433
|
|
github.com/go-viper/mapstructure/v2 v2.5.0
|
|
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.5
|
|
github.com/knadh/koanf/parsers/yaml v1.1.0
|
|
github.com/knadh/koanf/providers/confmap v1.0.0
|
|
github.com/knadh/koanf/providers/env/v2 v2.0.0
|
|
github.com/knadh/koanf/providers/file v1.2.1
|
|
github.com/knadh/koanf/providers/posflag v1.0.1
|
|
github.com/knadh/koanf/v2 v2.3.4
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
|
|
github.com/prometheus/client_golang v1.23.2
|
|
github.com/prometheus/common v0.67.5
|
|
github.com/prometheus/prometheus v0.311.2
|
|
github.com/prymitive/randomcolor v0.0.0-20210705210145-26c3401033a6
|
|
github.com/rogpeppe/go-internal v1.14.1
|
|
github.com/spf13/pflag v1.0.10
|
|
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/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/knadh/koanf/maps v0.1.2 // 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.3-0.20250322232337-35a7c28c31ee // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
github.com/prometheus/procfs v0.20.1 // indirect
|
|
github.com/sergi/go-diff v1.4.0 // indirect
|
|
go.yaml.in/yaml/v2 v2.4.4 // indirect
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
golang.org/x/text v0.36.0 // indirect
|
|
golang.org/x/tools v0.43.0 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
)
|