Skip to content

Commit

Permalink
Update Go version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Brawl345 committed Jan 13, 2024
1 parent 9cf5dc7 commit c431e10
Show file tree
Hide file tree
Showing 3 changed files with 375 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- pull_request

env:
GOVER: ^1.18
GOVER: ^1.21
NAME: rssbot

jobs:
Expand Down
28 changes: 15 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
module github.com/Brawl345/rssbot

go 1.18
go 1.21

toolchain go1.21.5

require (
github.com/go-sql-driver/mysql v1.6.0
github.com/jmoiron/sqlx v1.3.4
github.com/joho/godotenv v1.4.0
github.com/mmcdole/gofeed v1.1.3
github.com/rubenv/sql-migrate v1.1.1
gopkg.in/telebot.v3 v3.0.0
github.com/go-sql-driver/mysql v1.7.1
github.com/jmoiron/sqlx v1.3.5
github.com/joho/godotenv v1.5.1
github.com/mmcdole/gofeed v1.2.1
github.com/rubenv/sql-migrate v1.6.0
gopkg.in/telebot.v3 v3.2.1
)

require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/go-gorp/gorp/v3 v3.0.2 // indirect
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect
github.com/mmcdole/goxpp v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
Loading

0 comments on commit c431e10

Please sign in to comment.