-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (29 loc) · 1.08 KB
/
go.mod
File metadata and controls
31 lines (29 loc) · 1.08 KB
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/joinimpact/api
go 1.14
require (
github.com/DATA-DOG/go-sqlmock v1.4.1
github.com/aws/aws-sdk-go v1.33.9
github.com/bwmarrin/snowflake v0.3.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/elastic/go-elasticsearch v0.0.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/render v1.0.1
github.com/go-playground/validator/v10 v10.3.0
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/huandu/facebook/v2 v2.5.2
github.com/jinzhu/gorm v1.9.15
github.com/lib/pq v1.7.1 // indirect
github.com/liip/sheriff v0.0.0-20190308094614-91aa83a45a3d
github.com/mitchellh/mapstructure v1.3.3
github.com/oliamb/cutter v0.2.2
github.com/rs/zerolog v1.19.0
github.com/sendgrid/rest v2.6.0+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.6.0+incompatible
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/text v0.3.3 // indirect
google.golang.org/api v0.29.0
googlemaps.github.io/maps v1.2.1
)