mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-03-04 11:00:23 +00:00
21 lines
337 B
TOML
21 lines
337 B
TOML
|
|
[[constraint]]
|
|
name = "github.com/pkg/errors"
|
|
version = "0.8.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/prometheus/client_golang"
|
|
version = "0.8.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/rs/zerolog"
|
|
version = "1.5.0"
|
|
|
|
[[constraint]]
|
|
name = "gopkg.in/yaml.v2"
|
|
version = "2.1.1"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|