You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
686 B
18 lines
686 B
module app |
|
|
|
go 1.15 |
|
|
|
require ( |
|
github.com/PuerkitoBio/goquery v1.6.1 |
|
github.com/beefsack/go-rate v0.0.0-20200827232406-6cde80facd47 // indirect |
|
github.com/caarlos0/env v3.5.0+incompatible |
|
github.com/google/go-querystring v1.0.0 // indirect |
|
github.com/google/uuid v1.1.5 |
|
github.com/jzelinskie/geddit v0.0.0-20200521013404-78c28c13fba2 |
|
github.com/kf5grd/keybasebot v1.3.1-0.20210115153557-55a46e5206dc |
|
github.com/stretchr/testify v1.7.0 // indirect |
|
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125 |
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect |
|
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3 // indirect |
|
samhofi.us/x/keybase/v2 v2.0.6 |
|
)
|
|
|