mirror of
https://github.com/hairyhenderson/go-onerng.git
synced 2025-04-04 17:50:12 -05:00
14 lines
208 B
TOML
14 lines
208 B
TOML
[prune]
|
|
non-go = true
|
|
go-tests = true
|
|
unused-packages = true
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/cobra"
|
|
version = "0.0.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/spf13/viper"
|
|
version = "1.0.2"
|
|
|