@@ -3,22 +3,22 @@ module github.com/getapid/cli
33go 1.16
44
55require (
6- github.com/fatih/color v1.10 .0
7- github.com/gin-gonic/gin v1.6.3
8- github.com/go-playground/validator/v10 v10.4 .1 // indirect
9- github.com/golang/mock v1.5 .0
6+ github.com/fatih/color v1.12 .0
7+ github.com/gin-gonic/gin v1.7.2
8+ github.com/go-playground/validator/v10 v10.6 .1 // indirect
9+ github.com/golang/mock v1.6 .0
1010 github.com/golang/protobuf v1.5.2 // indirect
11- github.com/json-iterator/go v1.1.10 // indirect
11+ github.com/json-iterator/go v1.1.11 // indirect
1212 github.com/leodido/go-urn v1.2.1 // indirect
1313 github.com/robfig/cron v1.2.0
1414 github.com/spf13/cobra v1.1.3
1515 github.com/stretchr/testify v1.7.0
16- github.com/tidwall/gjson v1.7.4
17- github.com/ugorji/go v1.2.5 // indirect
18- go.uber.org/multierr v1.6 .0
19- go.uber.org/zap v1.16 .0
20- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
21- golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54 // indirect
16+ github.com/tidwall/gjson v1.8.0
17+ github.com/ugorji/go v1.2.6 // indirect
18+ go.uber.org/multierr v1.7 .0
19+ go.uber.org/zap v1.17 .0
20+ golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
21+ golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
2222 gopkg.in/yaml.v2 v2.4.0
2323 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
2424)
0 commit comments