forked from SunRed/discord-tweeter
chore: Add dockerignore, Update editorconfig, Update dependencies
* Add dockerignore and update editorconfig for Dockerfile * Abort docker build if arch is not supported
This commit is contained in:
parent
e35576fb3f
commit
2fd8f5d20b
7 changed files with 25 additions and 30 deletions
4
go.mod
generated
4
go.mod
generated
|
@ -6,7 +6,7 @@ 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
|
||||
github.com/n0madic/twitter-scraper v0.0.0-20231012104931-652b5b5115a4
|
||||
)
|
||||
|
||||
require golang.org/x/net v0.14.0 // indirect
|
||||
require golang.org/x/net v0.17.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue