mirror of
https://github.com/Chipazawra/v8-1c-cluster-pde.git
synced 2024-11-21 16:46:33 +02:00
35 lines
1.2 KiB
Modula-2
35 lines
1.2 KiB
Modula-2
module github.com/Chipazawra/v8-1c-cluster-pde
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/caarlos0/env v3.5.0+incompatible
|
|
github.com/khorevaa/ras-client v0.0.0-20201104084928-a9228766f6ed
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
google.golang.org/protobuf v1.26.0-rc.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
|
github.com/k0kubun/pp v3.0.1+incompatible // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/prometheus/common v0.26.0
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/xelaj/go-dry v0.0.0-20201004191957-aab3eecf0604 // indirect
|
|
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
|
|
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
|
|
)
|