We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2bf731 + 8eed108 commit c8e179aCopy full SHA for c8e179a
go.mod
@@ -5,12 +5,10 @@ go 1.12
5
require (
6
github.com/mitchellh/go-homedir v1.1.0
7
github.com/mitchellh/go-ps v1.0.0
8
- github.com/pelletier/go-toml v1.2.0
9
- github.com/rsteube/carapace v0.1.6
10
- github.com/smartystreets/goconvey v1.6.4 // indirect
11
- github.com/spf13/cobra v1.0.0
12
- github.com/traefik/yaegi v0.9.5
13
- gopkg.in/ini.v1 v1.60.2
+ github.com/pelletier/go-toml v1.8.1
+ github.com/rsteube/carapace v0.1.7
+ github.com/spf13/cobra v1.1.1
+ gopkg.in/ini.v1 v1.62.0
14
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
15
)
16
0 commit comments