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.
20 lines
743 B
20 lines
743 B
module app |
|
|
|
go 1.15 |
|
|
|
require ( |
|
github.com/PuerkitoBio/goquery v1.6.1 |
|
github.com/andybalholm/cascadia v1.2.0 // indirect |
|
github.com/beefsack/go-rate v0.0.0-20200827232406-6cde80facd47 // indirect |
|
github.com/golang/protobuf v1.4.3 // indirect |
|
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.4.1 |
|
github.com/teris-io/shortid v0.0.0-20201117134242-e59966efd125 |
|
github.com/urfave/cli/v2 v2.3.0 |
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect |
|
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3 // indirect |
|
google.golang.org/appengine v1.6.7 // indirect |
|
samhofi.us/x/keybase/v2 v2.0.8 |
|
)
|
|
|