-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
24 lines (22 loc) · 958 Bytes
/
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
module github.com/c12s/stellar
go 1.13
require (
github.com/c12s/scheme v0.0.0-20191204214602-7126694c68c7
github.com/c12s/stellar-go v0.0.0-20191212010545-b354d089bf60
github.com/coreos/etcd v3.3.18+incompatible
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/go-nats v1.7.3-0.20190608183121-73ffc26dfe70
github.com/nats-io/nkeys v0.1.3 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f // indirect
google.golang.org/grpc v1.25.1
gopkg.in/yaml.v2 v2.2.7
)