mirror of
https://github.com/stefanprodan/podinfo.git
synced 2026-04-22 10:46:45 +00:00
28 lines
485 B
TOML
28 lines
485 B
TOML
[[constraint]]
|
|
name = "github.com/prometheus/client_golang"
|
|
version = "0.8.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gorilla/mux"
|
|
version = "v1.6.2"
|
|
|
|
[[constraint]]
|
|
name = "go.uber.org/zap"
|
|
version = "v1.9.1"
|
|
|
|
[[override]]
|
|
name = "github.com/fsnotify/fsnotify"
|
|
version = "1.2.9"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/pflag"
|
|
version = "v1.0.2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/viper"
|
|
version = "v1.1.0"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|