lucas
1 month ago
1 changed files with 38 additions and 1 deletions
@ -1,3 +1,40 @@ |
|||
module et_prometheus_exporter |
|||
|
|||
go 1.22 |
|||
go 1.23.1 |
|||
|
|||
require ( |
|||
gitea.anxinyun.cn/container/common_models v0.0.7 |
|||
gitea.anxinyun.cn/container/common_utils v0.0.7 |
|||
github.com/prometheus/client_golang v1.20.4 |
|||
) |
|||
|
|||
require ( |
|||
github.com/beorn7/perks v1.0.1 // indirect |
|||
github.com/cespare/xxhash/v2 v2.3.0 // indirect |
|||
github.com/fsnotify/fsnotify v1.7.0 // indirect |
|||
github.com/hashicorp/hcl v1.0.0 // indirect |
|||
github.com/klauspost/compress v1.17.9 // indirect |
|||
github.com/magiconair/properties v1.8.7 // indirect |
|||
github.com/mitchellh/mapstructure v1.5.0 // indirect |
|||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
|||
github.com/pelletier/go-toml/v2 v2.1.0 // indirect |
|||
github.com/prometheus/client_model v0.6.1 // indirect |
|||
github.com/prometheus/common v0.55.0 // indirect |
|||
github.com/prometheus/procfs v0.15.1 // indirect |
|||
github.com/sagikazarmark/locafero v0.4.0 // indirect |
|||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
|||
github.com/sourcegraph/conc v0.3.0 // indirect |
|||
github.com/spf13/afero v1.11.0 // indirect |
|||
github.com/spf13/cast v1.6.0 // indirect |
|||
github.com/spf13/pflag v1.0.5 // indirect |
|||
github.com/spf13/viper v1.18.2 // indirect |
|||
github.com/subosito/gotenv v1.6.0 // indirect |
|||
go.uber.org/atomic v1.9.0 // indirect |
|||
go.uber.org/multierr v1.9.0 // indirect |
|||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect |
|||
golang.org/x/sys v0.22.0 // indirect |
|||
golang.org/x/text v0.16.0 // indirect |
|||
google.golang.org/protobuf v1.34.2 // indirect |
|||
gopkg.in/ini.v1 v1.67.0 // indirect |
|||
gopkg.in/yaml.v3 v3.0.1 // indirect |
|||
) |
|||
|
Loading…
Reference in new issue