Skip to content

Commit c8e179a

Browse files
authored
Merge pull request #217 from rsteube/update-dependencies
updated dependencies
2 parents b2bf731 + 8eed108 commit c8e179a

File tree

2 files changed

+172
-14
lines changed

2 files changed

+172
-14
lines changed

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ go 1.12
55
require (
66
github.com/mitchellh/go-homedir v1.1.0
77
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
8+
github.com/pelletier/go-toml v1.8.1
9+
github.com/rsteube/carapace v0.1.7
10+
github.com/spf13/cobra v1.1.1
11+
gopkg.in/ini.v1 v1.62.0
1412
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
1513
)
1614

0 commit comments

Comments
 (0)