-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (35 loc) · 1.63 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
module github.com/seabird-irc/seabird-url-plugin
go 1.20
require (
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61
github.com/dustin/go-humanize v1.0.0
github.com/google/go-github v17.0.0+incompatible
github.com/joho/godotenv v1.3.0
github.com/seabird-chat/seabird-go v0.4.0
github.com/spf13/cast v1.3.1
github.com/stretchr/testify v1.6.0
github.com/unknwon/com v1.0.1
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945
github.com/zmb3/spotify v0.0.0-20201231194903-e2d01d9b8bd2
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
golang.org/x/oauth2 v0.0.0-20210112200429-01de73cf58bd
)
require (
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20210112091331-59c308dcf3cc // indirect
golang.org/x/text v0.3.5 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210111234610-22ae2b108f89 // indirect
google.golang.org/grpc v1.34.1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)