-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 919 Bytes
/
Copy pathgo.mod
File metadata and controls
26 lines (24 loc) · 919 Bytes
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
module github.com/sreejeet/garagesale
go 1.14
require (
contrib.go.opencensus.io/exporter/zipkin v0.1.1
github.com/DATA-DOG/go-sqlmock v1.4.1 // indirect
github.com/GuiaBolso/darwin v0.0.0-20191218124601-fd6d2aa3d244
github.com/cznic/ql v1.2.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/google/go-cmp v0.4.1
github.com/google/uuid v1.1.1
github.com/jmoiron/sqlx v1.2.0
github.com/leodido/go-urn v1.2.0 // indirect
github.com/lib/pq v1.7.0
github.com/openzipkin/zipkin-go v0.2.2
github.com/pkg/errors v0.9.1
go.opencensus.io v0.22.4
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
)