We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d7a0b6 commit e4734eeCopy full SHA for e4734ee
go.mod
@@ -3,15 +3,12 @@ module pecigonzalo/loro
3
go 1.16
4
5
require (
6
- github.com/BurntSushi/toml v0.4.1 // indirect
7
github.com/aws/aws-sdk-go v1.42.23
8
github.com/fatih/color v1.13.0
9
github.com/hashicorp/golang-lru v0.5.4
10
- github.com/inconshreveable/mousetrap v1.0.0 // indirect
11
github.com/mitchellh/go-homedir v1.1.0
12
github.com/pecigonzalo/loro v0.0.0-20190114225731-87642e962926
13
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
+ github.com/spf13/cobra v1.3.0
+ github.com/spf13/viper v1.10.0
17
)
0 commit comments