-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
56 lines (53 loc) · 2.38 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
54
55
56
module github.com/mjm/courier-js
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.0 // indirect
github.com/PuerkitoBio/purell v1.1.1
github.com/aws/aws-lambda-go v1.16.0
github.com/aws/aws-sdk-go v1.30.7
github.com/awslabs/aws-lambda-go-api-proxy v0.6.0
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 // indirect
github.com/bazelbuild/rules_docker v0.14.1
github.com/dghubble/go-twitter v0.0.0-20190719072343-39e5462e111f
github.com/dghubble/oauth1 v0.6.0
github.com/divan/gorilla-xmlrpc v0.0.0-20190926132722-f0686da74fda
github.com/dlclark/regexp2 v1.2.0
github.com/felixge/httpsnoop v1.0.1
github.com/golang/protobuf v1.4.0
github.com/google/go-containerregistry v0.0.0-20200425101607-48f605c3b60a // indirect
github.com/google/uuid v1.1.1
github.com/google/wire v0.4.0
github.com/gorilla/rpc v1.2.0
github.com/graph-gophers/dataloader v5.0.0+incompatible
github.com/honeycombio/libhoney-go v1.12.4
github.com/honeycombio/opentelemetry-exporter-go v0.4.1-0.20200422142351-236713675ae4
github.com/jarcoal/httpmock v1.0.4
github.com/jonboulle/clockwork v0.1.0
github.com/kr/pretty v0.2.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mjm/graphql-go v0.0.0-20200213070811-48021cabfccf
github.com/mmcdole/gofeed v1.0.0-beta2
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
github.com/pusher/push-notifications-go v0.0.0-20200210154345-764224c311b8
github.com/pusher/pusher-http-go v4.0.0+incompatible
github.com/rogpeppe/go-charset v0.0.0-20190617161244-0dc95cdf6f31 // indirect
github.com/segmentio/ksuid v1.0.2
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.5.1
github.com/stripe/stripe-go v68.13.0+incompatible
github.com/urfave/cli/v2 v2.2.0
go.opentelemetry.io/otel v0.4.2
go.opentelemetry.io/otel/exporters/otlp v0.4.2
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/text v0.3.2
google.golang.org/genproto v0.0.0-20200218151345-dad8c97a84f5 // indirect
google.golang.org/grpc v1.27.1
google.golang.org/protobuf v1.23.0
gopkg.in/auth0.v3 v3.0.3
gopkg.in/dgrijalva/jwt-go.v3 v3.2.0
gopkg.in/yaml.v2 v2.2.8
willnorris.com/go/microformats v1.0.0
)
replace github.com/dghubble/go-twitter => github.com/drswork/go-twitter v0.0.0-20190721142740-110a39637298