-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 1.35 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
module github.com/kubesure/quote
go 1.15
require (
github.com/go-playground/locales v0.12.2-0.20190430153329-630ebbb60284
github.com/go-playground/universal-translator v0.16.1-0.20170327191703-71201497bace
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/protobuf v1.3.2-0.20190318194812-d3c38a4eb497
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kubesure/party v0.0.0-20190417045043-8bf78281f279
github.com/leodido/go-urn v1.1.1-0.20181204092800-a67a23e1c1af // indirect
github.com/sirupsen/logrus v1.4.2-0.20190403091019-9b3cdde74fbe
github.com/tidwall/pretty v1.1.0 // indirect
github.com/xdg/scram v0.0.1 // indirect
github.com/xdg/stringprep v1.0.1-0.20180714160509-73f8eece6fdc // indirect
go.mongodb.org/mongo-driver v1.0.1-0.20190329170906-ed66b09a7ead
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
golang.org/x/sys v0.0.0-20190329044733-9eb1bfa1ce65 // indirect
golang.org/x/text v0.3.1-0.20190327094805-e3703dcdd614 // indirect
google.golang.org/genproto v0.0.0-20190327125643-d831d65fe17d // indirect
google.golang.org/grpc v1.19.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1
)