forked from LandRover/StaffjoyV2-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
53 lines (51 loc) · 2.64 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
module v2.staffjoy.com
go 1.12
require (
cloud.google.com/go v0.41.0
github.com/GeertJohan/go.rice v1.0.0
github.com/PuerkitoBio/goquery v1.5.0 // indirect
github.com/bazelbuild/buildifier v0.0.0-20190606114006-eb1a85ca787f // indirect
github.com/certifi/gocertifi v0.0.0-20180118203423-deb3ae2ef261 // indirect
github.com/daaku/go.zipexe v1.0.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dpapathanasiou/go-recaptcha v0.0.0-20190121160230-be5090b17804
github.com/fatih/structs v1.1.1-0.20181010231757-878a968ab225
github.com/fatih/structtag v1.0.0 // indirect
github.com/getsentry/raven-go v0.1.2-0.20190619092523-5c24d5110e0e
github.com/go-gorp/gorp v2.0.1-0.20181104192722-f3677d4a0a88+incompatible
github.com/go-sql-driver/mysql v1.4.1-0.20190510102335-877a9775f068
github.com/gobuffalo/envy v1.7.0 // indirect
github.com/gogo/protobuf v1.2.2-0.20190611061853-dadb62585089
github.com/golang/protobuf v1.3.2-0.20190517061210-b285ee9cfc6c
github.com/google/go-querystring v1.0.1-0.20190318165438-c8c88dbee036 // indirect
github.com/googleapis/gax-go v1.0.3 // indirect
github.com/gorilla/context v1.1.2-0.20190627024605-8559d4a6b87e
github.com/gorilla/csrf v1.6.1-0.20190626012333-9b0e3acb4f79
github.com/gorilla/mux v1.6.2
github.com/gorilla/sessions v1.1.3 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.9.4-0.20190629162216-740ef2ee80c4
github.com/hashicorp/golang-lru v0.5.2-0.20190520140433-59383c442f7d // indirect
github.com/lyft/protoc-gen-star v0.4.10 // indirect
github.com/mailgun/mailgun-go/v3 v3.6.0
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
github.com/nkovacs/streamquote v1.0.0 // indirect
github.com/pkg/errors v0.8.2-0.20190227000051-27936f6d90f9 // indirect
github.com/russross/blackfriday/v2 v2.0.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/stretchr/testify v1.3.0
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.0.2-0.20190108145153-23ddf903e8f8
github.com/urfave/negroni v1.0.0
go.opencensus.io v0.22.0
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
golang.org/x/tools v0.0.0-20190706070813-72ffa07ba3db // indirect
google.golang.org/api v0.7.1-0.20190702010756-cad4a65739ec
google.golang.org/genproto v0.0.0-20190627203621-eb59cef1c072
google.golang.org/grpc v1.22.0
gopkg.in/intercom/intercom-go.v2 v2.0.0-20190319111853-1dbafb072bcd
gopkg.in/yaml.v2 v2.2.2 // indirect
)