Manuel
2fd8f5d20b
* Add dockerignore and update editorconfig for Dockerfile * Abort docker build if arch is not supported
12 lines
286 B
Modula-2
Generated
12 lines
286 B
Modula-2
Generated
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-20231012104931-652b5b5115a4
|
|
)
|
|
|
|
require golang.org/x/net v0.17.0 // indirect
|