forked from SunRed/discord-tweeter
chore: Update dependencies, Update golang version
This commit is contained in:
parent
e6bf12fa35
commit
8f13f765a1
8 changed files with 42 additions and 23 deletions
11
go.mod
generated
11
go.mod
generated
|
@ -4,9 +4,12 @@ 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
|
||||
github.com/imperatrona/twitter-scraper v0.0.0-20240425221339-715658ada4d9
|
||||
github.com/jmoiron/sqlx v1.4.0
|
||||
github.com/mattn/go-sqlite3 v1.14.22
|
||||
)
|
||||
|
||||
require golang.org/x/net v0.17.0 // indirect
|
||||
require (
|
||||
github.com/AlexEidt/Vidio v1.5.1 // indirect
|
||||
golang.org/x/net v0.24.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue