tweetsvg/go.mod

19 lines
744 B
Modula-2
Raw Permalink Normal View History

2021-02-18 18:32:36 +00:00
module tweetsvg
2021-03-21 09:13:33 +00:00
go 1.16
2021-02-18 18:32:36 +00:00
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
2021-03-21 09:13:33 +00:00
github.com/grokify/html-strip-tags-go v0.0.1
github.com/joho/godotenv v1.3.0
2021-09-04 15:41:15 +00:00
github.com/patrickmn/go-cache v2.1.0+incompatible
2021-07-24 06:36:15 +00:00
github.com/rivo/uniseg v0.2.0
github.com/tmdvs/Go-Emoji-Utils v1.1.0
2021-02-18 18:32:36 +00:00
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
)