-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 802 Bytes
/
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
module github.com/volmedo/pAPI
go 1.12
require (
github.com/DATA-DOG/go-sqlmock v1.3.3
github.com/DATA-DOG/godog v0.7.13
github.com/go-openapi/errors v0.19.0
github.com/go-openapi/loads v0.19.0
github.com/go-openapi/runtime v0.19.0
github.com/go-openapi/spec v0.19.0
github.com/go-openapi/strfmt v0.19.0
github.com/go-openapi/swag v0.19.0
github.com/go-openapi/validate v0.19.0
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang-migrate/migrate/v4 v4.3.1
github.com/google/go-cmp v0.3.0
github.com/lib/pq v1.1.1
github.com/mitchellh/copystructure v1.0.0
github.com/namsral/flag v1.7.4-pre
github.com/prometheus/client_golang v0.9.3
github.com/slok/go-http-metrics v0.4.0
github.com/ulule/limiter/v3 v3.2.0
github.com/unrolled/recovery v0.0.0-20170109144926-b19e1efea904
)