forked from SunRed/discord-tweeter
Initial commit
This commit is contained in:
commit
eca46fcadd
21 changed files with 1666 additions and 0 deletions
12
go.mod
generated
Normal file
12
go.mod
generated
Normal file
|
@ -0,0 +1,12 @@
|
|||
module git.snrd.eu/sunred/discord-tweeter
|
||||
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.3.2
|
||||
github.com/jmoiron/sqlx v1.3.5
|
||||
github.com/mattn/go-sqlite3 v1.14.17
|
||||
github.com/n0madic/twitter-scraper v0.0.0-20230711213008-94503a2bc36c
|
||||
)
|
||||
|
||||
require golang.org/x/net v0.14.0 // indirect
|
Loading…
Add table
Add a link
Reference in a new issue