-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (27 loc) · 1.13 KB
/
go.mod
File metadata and controls
29 lines (27 loc) · 1.13 KB
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
module github.com/brainupdaters/drlm-common
require (
github.com/blang/semver v3.5.1+incompatible
github.com/goccy/go-yaml v1.4.3
github.com/golang/protobuf v1.3.4
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/magiconair/properties v1.8.1 // indirect
github.com/minio/minio v0.0.0-20200129063544-f98616dce784
github.com/minio/minio-go/v6 v6.0.45
github.com/pelletier/go-toml v1.5.0 // indirect
github.com/pkg/sftp v1.10.1
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/rs/xid v1.2.1
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20191117063200-497ca9f6d64f
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
google.golang.org/genproto v0.0.0-20200227132054-3f1135a288c9 // indirect
google.golang.org/grpc v1.27.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
go 1.13