-
Notifications
You must be signed in to change notification settings - Fork 51
/
go.mod
45 lines (43 loc) · 2.06 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
module github.com/golang-cafe/job-board
go 1.16
require (
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/PuerkitoBio/goquery v1.6.0
github.com/aclements/go-moremath v0.0.0-20161014184102-0ff62e0875ff
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
github.com/allegro/bigcache/v2 v2.2.5 // indirect
github.com/allegro/bigcache/v3 v3.0.0
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/bot-api/telegram v0.0.0-20170115211335-b7abf87c449e
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/fogleman/gg v1.3.0
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gorilla/feeds v1.1.1
github.com/gorilla/mux v1.7.3
github.com/gorilla/sessions v1.2.0
github.com/gosimple/slug v1.3.0
github.com/kr/pretty v0.2.1 // indirect
github.com/lib/pq v1.10.4
github.com/m0sth8/httpmock v0.0.0-20160716183344-e00e64b1d782 // indirect
github.com/machinebox/graphql v0.2.2
github.com/matryer/is v1.4.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.16
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pkg/errors v0.8.1
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/rs/zerolog v1.20.0
github.com/segmentio/ksuid v1.0.2
github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
github.com/snabb/diagio v0.0.0-20170305182244-0ef68e3dbf01 // indirect
github.com/snabb/sitemap v0.0.0-20171225173334-36baa8b39ef4
github.com/stretchr/testify v1.8.0 // indirect
github.com/stripe/stripe-go v62.10.0+incompatible
golang.org/x/image v0.5.0 // indirect
gopkg.in/russross/blackfriday.v2 v2.0.0
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
)