-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
33 lines (31 loc) · 1.19 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/fugue/zim
go 1.12
require (
github.com/aws/aws-lambda-go v1.13.3
github.com/aws/aws-sdk-go v1.25.25
github.com/bmatcuk/doublestar v1.1.5
github.com/fatih/color v1.7.0
github.com/fatih/structs v1.1.0
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/golang/mock v1.4.1
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-retryablehttp v0.7.0
github.com/kr/pretty v0.2.1 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v1.0.1-0.20200710201246-675ae5f5a98c
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.5.0
github.com/stretchr/testify v1.6.1
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
golang.org/x/text v0.3.4 // indirect
gonum.org/v1/gonum v0.6.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)