-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
26 lines (24 loc) · 1.05 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
module github.com/sumup-oss/go-pkgs
require (
github.com/elliotchance/orderedmap v1.2.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/hashicorp/go-syslog v1.0.0
github.com/hashicorp/vault/api v1.0.1
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattes/go-expand-tilde v0.0.0-20150330173918-cb884138e64c
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/sumup-oss/go-pkgs/errors v0.0.0-20210806131309-dd59fc2fd123
go.uber.org/zap v1.19.0
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
go 1.13