Skip to content

Commit

Permalink
deps: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mercadal committed Jan 21, 2023
1 parent 7b334b9 commit 09a3e14
Show file tree
Hide file tree
Showing 2 changed files with 501 additions and 72 deletions.
13 changes: 4 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ module go.aporeto.io/tg
go 1.12

require (
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/afero v1.9.2 // indirect
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
github.com/subosito/gotenv v1.4.0 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
gopkg.in/ini.v1 v1.66.6 // indirect
github.com/smartystreets/goconvey v1.7.2
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
golang.org/x/term v0.4.0
)
Loading

0 comments on commit 09a3e14

Please sign in to comment.