-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 808 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/deqodelabs/IaaC
go 1.14
require (
github.com/envoyproxy/protoc-gen-validate v0.5.0
github.com/golang/protobuf v1.4.2
github.com/golang/snappy v0.0.3 // indirect
github.com/mitchellh/protoc-gen-go-json v1.0.0 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/philippgille/gokv v0.6.0
github.com/philippgille/gokv/encoding v0.6.0 // indirect
github.com/philippgille/gokv/leveldb v0.6.0
github.com/philippgille/gokv/util v0.6.0 // indirect
github.com/stretchr/testify v1.7.0
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)