forked from c12s/blackhole
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 1.16 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
module github.com/c12s/blackhole
go 1.13
require (
github.com/c12s/scheme v0.0.0-20200211232926-6490b386ab3f
github.com/c12s/stellar-go v0.0.0-20191220161710-a82c2c7bb52e
github.com/coreos/etcd v3.3.18+incompatible
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/coreos/go-systemd/v22 v22.0.0
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.3.2
github.com/google/uuid v1.1.1 // indirect
github.com/nats-io/nkeys v0.1.3 // indirect
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20191220234730-f13409bbebaf // indirect
google.golang.org/genproto v0.0.0-20191220175831-5c49e3ecc1c1 // indirect
google.golang.org/grpc v1.26.0
gopkg.in/yaml.v2 v2.2.7
)