-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
55 lines (53 loc) · 2.53 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
module github.com/arussellsaw/news
go 1.13
require (
cloud.google.com/go v0.74.0
cloud.google.com/go/bigquery v1.13.0
cloud.google.com/go/firestore v1.3.0
cloud.google.com/go/pubsub v1.8.3
github.com/PuerkitoBio/goquery v1.6.0
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/araddon/dateparse v0.0.0-20201001162425-8aadafed4dc4
github.com/arussellsaw/slog-gcloud v0.1.5 // indirect
github.com/boombuler/barcode v1.0.0
github.com/bwmarrin/snowflake v0.3.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/esimov/dithergo v0.0.0-20200421032300-a58c8e84d6b1
github.com/fatih/color v1.10.0
github.com/fatih/set v0.2.1
github.com/felixge/fgprof v0.9.1
github.com/gigawattio/window v0.0.0-20180317192513-0f5467e35573
github.com/google/pprof v0.0.0-20201211104106-9bd6f8a8ed4b // indirect
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7
github.com/mattheath/kala v0.0.0-20171219141654-d6276794bf0e // indirect
github.com/mmcdole/gofeed v1.1.0
github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/monzo/slog v0.0.0-20200930150111-c5ba10c39368
github.com/monzo/terrors v0.0.0-20201123122426-526801726c25 // indirect
github.com/monzo/typhon v0.0.0-20201124115200-3cd56f3c25a7 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/pacedotdev/firesearch-sdk/clients/go/firesearch v0.0.0-20201130164538-902295cdbabd
github.com/pkg/errors v0.9.1
github.com/simplereach/timeutils v1.2.0 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/stretchr/objx v0.3.0 // indirect
github.com/tdewolff/minify/v2 v2.9.10 // indirect
github.com/tdewolff/parse/v2 v2.5.6 // indirect
github.com/thatguystone/swan v0.0.0-20190904205542-d1079a5d0c05
golang.org/x/mod v0.4.0 // indirect
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
golang.org/x/text v0.3.4
google.golang.org/api v0.36.0
google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc
google.golang.org/grpc v1.34.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
honnef.co/go/tools v0.0.1-2020.1.6 // indirect
)