@@ -3,14 +3,15 @@ module github.com/natesales/pathvector
33go 1.18
44
55require (
6- github.com/creasty/defaults v1.6.0
6+ github.com/BurntSushi/toml v1.2.1
7+ github.com/creasty/defaults v1.7.0
78 github.com/go-ping/ping v1.1.0
8- github.com/go-playground/validator/v10 v10.11.2
9+ github.com/go-playground/validator/v10 v10.12.0
910 github.com/olekukonko/tablewriter v0.0.5
1011 github.com/sirupsen/logrus v1.9.0
1112 github.com/spf13/cobra v1.6.1
12- github.com/stretchr/testify v1.7.0
13- golang.org/x/mod v0.8 .0
13+ github.com/stretchr/testify v1.8.2
14+ golang.org/x/mod v0.9 .0
1415 gopkg.in/yaml.v3 v3.0.1
1516)
1617
@@ -20,14 +21,15 @@ require (
2021 github.com/go-playground/universal-translator v0.18.1 // indirect
2122 github.com/google/uuid v1.3.0 // indirect
2223 github.com/inconshreveable/mousetrap v1.1.0 // indirect
23- github.com/leodido/go-urn v1.2.1 // indirect
24+ github.com/kr/text v0.2.0 // indirect
25+ github.com/leodido/go-urn v1.2.2 // indirect
2426 github.com/mattn/go-runewidth v0.0.14 // indirect
2527 github.com/pmezard/go-difflib v1.0.0 // indirect
2628 github.com/rivo/uniseg v0.4.4 // indirect
2729 github.com/spf13/pflag v1.0.5 // indirect
28- golang.org/x/crypto v0.6 .0 // indirect
29- golang.org/x/net v0.7 .0 // indirect
30+ golang.org/x/crypto v0.7 .0 // indirect
31+ golang.org/x/net v0.8 .0 // indirect
3032 golang.org/x/sync v0.1.0 // indirect
31- golang.org/x/sys v0.5 .0 // indirect
32- golang.org/x/text v0.7 .0 // indirect
33+ golang.org/x/sys v0.6 .0 // indirect
34+ golang.org/x/text v0.8 .0 // indirect
3335)
0 commit comments