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
744 B
18 lines
744 B
module tweetsvg |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/ChimeraCoder/anaconda v2.0.0+incompatible |
|
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect |
|
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // 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/grokify/html-strip-tags-go v0.0.1 |
|
github.com/joho/godotenv v1.3.0 |
|
github.com/patrickmn/go-cache v2.1.0+incompatible |
|
github.com/rivo/uniseg v0.2.0 |
|
github.com/tmdvs/Go-Emoji-Utils v1.1.0 |
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect |
|
)
|
|
|