Skip to content

Commit e4734ee

Browse files
Bump github.com/spf13/cobra from 0.0.3 to 1.3.0 (#7)
1 parent 6d7a0b6 commit e4734ee

File tree

2 files changed

+752
-41
lines changed

2 files changed

+752
-41
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@ module pecigonzalo/loro
33
go 1.16
44

55
require (
6-
github.com/BurntSushi/toml v0.4.1 // indirect
76
github.com/aws/aws-sdk-go v1.42.23
87
github.com/fatih/color v1.13.0
98
github.com/hashicorp/golang-lru v0.5.4
10-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
119
github.com/mitchellh/go-homedir v1.1.0
1210
github.com/pecigonzalo/loro v0.0.0-20190114225731-87642e962926
1311
github.com/segmentio/events v2.1.0+incompatible
14-
github.com/spf13/afero v1.2.0 // indirect
15-
github.com/spf13/cobra v0.0.3
16-
github.com/spf13/viper v1.3.1
12+
github.com/spf13/cobra v1.3.0
13+
github.com/spf13/viper v1.10.0
1714
)

0 commit comments

Comments
 (0)