-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
50 lines (46 loc) · 1.94 KB
/
Copy pathgo.mod
File metadata and controls
50 lines (46 loc) · 1.94 KB
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
module github.com/jirwin/quadlek
go 1.18
require (
github.com/boltdb/bolt v1.3.1
github.com/dghubble/go-twitter v0.0.0-20220608135633-47eb18e5aab5
github.com/dghubble/oauth1 v0.7.1
github.com/google/go-github v17.0.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/jirwin/comics v0.0.0-20180408212830-43822d8acb7c
github.com/peterhellberg/giphy v0.0.0-20220111102515-dcc13c187a93
github.com/purdyk/tvdb v0.0.0-20170517053125-80f06ad52285
github.com/satori/go.uuid v1.2.0
github.com/segmentio/fasthash v1.0.3
github.com/slack-go/slack v0.11.0
github.com/stretchr/testify v1.8.0
github.com/zmb3/spotify v1.3.0
go.uber.org/zap v1.21.0
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb
google.golang.org/protobuf v1.28.1
gopkg.in/olivere/elastic.v5 v5.0.86
mvdan.cc/xurls/v2 v2.4.0
)
require (
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dghubble/sling v1.4.0 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-scan v0.0.0-20200228002420-2250e6e52487 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/image v0.0.0-20220601225756-64ec528b34cd // indirect
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/nlopes/slack => github.com/jirwin/slack v0.6.1-0.20200216211639-aba6477b6931