go.mod
changeset 272 e9ffa471eeb3
parent 269 c50e88700432
child 274 cea6d2f4f728
equal deleted inserted replaced
271:c8b8b7cc8896 272:e9ffa471eeb3
     9 	github.com/pkg/errors v0.9.1
     9 	github.com/pkg/errors v0.9.1
    10 	github.com/spf13/cobra v1.6.1
    10 	github.com/spf13/cobra v1.6.1
    11 	github.com/spf13/pflag v1.0.5
    11 	github.com/spf13/pflag v1.0.5
    12 	github.com/spf13/viper v1.15.0
    12 	github.com/spf13/viper v1.15.0
    13 	github.com/stretchr/testify v1.8.1
    13 	github.com/stretchr/testify v1.8.1
    14 	golang.org/x/net v0.5.0
    14 	golang.org/x/net v0.7.0
    15 )
    15 )
    16 
    16 
    17 go 1.13
    17 go 1.13