-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
31 lines (29 loc) · 1.19 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/go-park-mail-ru/2019_2_Comandus
go 1.13
require (
github.com/DATA-DOG/go-sqlmock v1.3.3
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/golang/mock v1.3.1
github.com/golang/protobuf v1.3.2
github.com/gorilla/mux v1.7.3
github.com/gorilla/sessions v1.2.0
github.com/kabukky/httpscerts v0.0.0-20150320125433-617593d7dcb3 // indirect
github.com/lib/pq v1.2.0
github.com/mailru/easyjson v0.7.0
github.com/microcosm-cc/bluemonday v1.0.2
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.2.1
github.com/stretchr/testify v1.4.0
github.com/suggest-go/suggest v0.0.0-20191203101824-571a36c36917
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.2.0 // indirect
go.uber.org/zap v1.11.0
golang.org/dl v0.0.0-20191111193948-37d848e6a9e1 // indirect
golang.org/x/crypto v0.0.0-20190926180335-cea2066c6411
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11
google.golang.org/grpc v1.25.1
)