forked from trackit/trackit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 1.25 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
module github.com/trackit/trackit
go 1.12
require (
github.com/360EntSecGroup-Skylar/excelize v0.0.0-20190117023543-0c5c99e2ad14
github.com/aws/aws-sdk-go v0.0.0-20190117232950-b7ab18f9e850
github.com/dgrijalva/jwt-go v0.0.0-20170608005149-a539ee1a749a
github.com/fortytw2/leaktest v1.2.0 // indirect
github.com/go-redis/redis v0.0.0-20190704095936-69cf7e5f6f35
github.com/go-sql-driver/mysql v1.5.0
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/uuid v1.2.0
github.com/kr/pretty v0.1.0 // indirect
github.com/mailru/easyjson v0.0.0-20180730094502-03f2033d19d5 // indirect
github.com/olivere/elastic v6.2.21+incompatible
github.com/pkg/errors v0.9.1
github.com/satori/go.uuid v0.0.0-20170321230731-5bf94b69c6b6
github.com/sha1sum/aws_signing_client v0.0.0-20200229211254-f7815c59d5c1
github.com/stripe/stripe-go/v72 v72.3.0
github.com/trackit/jsonlog v1.1.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)