-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
55 lines (53 loc) · 2.76 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
module github.com/crossmesh/fabric
go 1.13
require (
cloud.google.com/go/bigtable v1.3.0 // indirect
cloud.google.com/go/firestore v1.1.1 // indirect
cloud.google.com/go/logging v1.0.0 // indirect
cloud.google.com/go/spanner v1.2.1 // indirect
github.com/coreos/go-systemd v0.0.0-20181012123002-c6f51f82210d
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/creack/pty v1.1.9 // indirect
github.com/crossmesh/sladder v0.0.0-20201018042605-a601ea2299ee
github.com/denisbrodbeck/machineid v1.0.1 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.3
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
github.com/grpc-ecosystem/grpc-gateway v1.13.0 // indirect
github.com/haya14busa/goplay v1.0.0 // indirect
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 // indirect
github.com/jinzhu/configor v1.1.1
github.com/karrick/godirwalk v1.15.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/lyft/protoc-gen-star v0.4.14 // indirect
github.com/petar/GoLLRB v0.0.0-20190514000832-33fb24c13b99 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/sftp v1.11.0 // indirect
github.com/russross/blackfriday v2.0.0+incompatible // indirect
github.com/sirupsen/logrus v1.4.2
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
github.com/songgao/water v0.0.0-20190725173103-fd331bda3f4b
github.com/spf13/afero v1.2.2 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/sunmxt/arbiter v0.0.0-20200507185653-186784ed7c42
github.com/urfave/cli/v2 v2.1.1
github.com/uudashr/gopkgs v2.0.1+incompatible // indirect
github.com/vektra/mockery v1.0.0 // indirect
gitlab.com/golang-commonmark/html v0.0.0-20191124015941-a22733972181 // indirect
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3 // indirect
gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84 // indirect
gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f // indirect
gitlab.com/opennota/wd v0.0.0-20191124020556-236695b0ea63 // indirect
golang.org/x/build v0.0.0-20200226193612-7ece5dab5e4e // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/mobile v0.0.0-20200212152714-2b26a4705d24 // indirect
google.golang.org/grpc v1.32.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v0.0.0-20200917190803-0f7e218c2cf4 // indirect
google.golang.org/grpc/examples v0.0.0-20200930182750-2e2833c718b5 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)