-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
31 lines (29 loc) · 1.12 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
module github.com/jexia/maestro
go 1.14
require (
github.com/agext/levenshtein v1.2.3 // indirect
github.com/francoispqt/gojay v1.2.13
github.com/go-log/log v0.2.0 // indirect
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect
github.com/golang/protobuf v1.3.5
github.com/google/go-cmp v0.4.0 // indirect
github.com/graphql-go/graphql v0.7.9
github.com/hashicorp/hcl/v2 v2.3.0
github.com/jhump/protoreflect v1.6.0
github.com/julienschmidt/httprouter v1.3.0
github.com/micro/go-micro v1.18.0
github.com/micro/go-micro/v2 v2.3.0
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/prometheus/client_golang v1.2.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.6
github.com/spf13/pflag v1.0.5 // indirect
github.com/zclconf/go-cty v1.3.1
golang.org/x/net v0.0.0-20200319234117-63522dbf7eec
golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/grpc v1.26.0
gopkg.in/yaml.v2 v2.2.8
)