-
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) · 673 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 673 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/mirecl/goalmanac
go 1.13
require (
github.com/golang/protobuf v1.3.2
github.com/gorilla/mux v1.7.3
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/jackc/pgx v3.6.0+incompatible
github.com/jinzhu/now v1.1.1
github.com/jmoiron/sqlx v1.2.0
github.com/rs/cors v1.7.0
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.5.0
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
github.com/stretchr/testify v1.4.0
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
google.golang.org/grpc v1.26.0
)