forked from protoconf/protoconf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (30 loc) · 1.13 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
module github.com/protoconf/protoconf
go 1.16
require (
github.com/fatih/structtag v1.2.0
github.com/fsnotify/fsnotify v1.5.1
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/go-getter v1.5.11
github.com/hashicorp/go-plugin v1.4.3
github.com/hashicorp/terraform v0.12.18
github.com/jhump/protoreflect v1.10.1
github.com/kvtools/valkeyrie v0.4.0
github.com/mitchellh/cli v1.1.2
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.1
github.com/qri-io/starlib v0.5.0
github.com/stretchr/testify v1.7.0
github.com/zclconf/go-cty v1.10.0
go.starlark.net v0.0.0-20210602144842-1cdb82c9e17a
go.uber.org/zap v1.20.0
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 // indirect
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/tools v0.1.8
google.golang.org/grpc v1.43.0
google.golang.org/protobuf v1.27.1
)
replace github.com/hashicorp/consul v0.0.0-20171026175957-610f3c86a089 => github.com/hashicorp/consul v1.8.1