Bump dependencies (#82)

* Bump dependencies

* Bump golangci lint

* Pin go version

* Fix make test
This commit is contained in:
Dave Gallant
2022-10-03 20:02:47 -07:00
committed by GitHub
parent 5fb1c95141
commit da5c1ac3cd
4 changed files with 65 additions and 414 deletions

23
go.mod
View File

@@ -3,14 +3,23 @@ module github.com/davegallant/vpngate
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.3.4
github.com/jszwec/csvutil v1.6.0
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/juju/testing v0.0.0-20201216035041-2be42bba85f3 // indirect
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/jszwec/csvutil v1.7.1
github.com/juju/errors v1.0.0
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/nxadm/tail v1.4.8
github.com/olekukonko/tablewriter v0.0.5
github.com/rs/zerolog v1.26.0
github.com/spf13/afero v1.8.2
github.com/spf13/cobra v1.3.0
github.com/rivo/uniseg v0.4.2 // indirect
github.com/rs/zerolog v1.28.0
github.com/spf13/afero v1.9.2
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)