-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various bug fixes and vendored libraries update
- Loading branch information
Showing
1,227 changed files
with
609,724 additions
and
11,176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,49 @@ | ||
module github.com/Civil/github2telegram | ||
|
||
go 1.21.2 | ||
go 1.22.3 | ||
|
||
toolchain go1.22.5 | ||
|
||
require ( | ||
github.com/lomik/zapwriter v0.0.0-20210624082824-c1161d1eb463 | ||
github.com/lunny/html2md v0.0.0-20181018071239-7d234de44546 | ||
github.com/mattn/go-sqlite3 v1.14.17 | ||
github.com/mmcdole/gofeed v1.2.1 | ||
github.com/mymmrac/telego v0.26.3 | ||
github.com/mattn/go-sqlite3 v1.14.22 | ||
github.com/mmcdole/gofeed v1.3.0 | ||
github.com/mymmrac/telego v0.30.2 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/stretchr/testify v1.8.4 | ||
go.uber.org/zap v1.26.0 | ||
github.com/stretchr/testify v1.9.0 | ||
go.uber.org/zap v1.27.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.8.0 // indirect | ||
github.com/andybalholm/brotli v1.0.5 // indirect | ||
github.com/andybalholm/cascadia v1.3.1 // indirect | ||
github.com/PuerkitoBio/goquery v1.9.2 // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/bytedance/sonic v1.11.9 // indirect | ||
github.com/bytedance/sonic/loader v0.1.1 // indirect | ||
github.com/cloudwego/base64x v0.1.4 // indirect | ||
github.com/cloudwego/iasm v0.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fasthttp/router v1.4.20 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/fasthttp/router v1.5.1 // indirect | ||
github.com/grbit/go-json v0.11.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.16.5 // indirect | ||
github.com/mmcdole/goxpp v1.1.0 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/mmcdole/goxpp v1.1.1 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect | ||
github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasthttp v1.50.0 // indirect | ||
go.uber.org/multierr v1.10.0 // indirect | ||
golang.org/x/net v0.8.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
github.com/valyala/fasthttp v1.55.0 // indirect | ||
github.com/valyala/fastjson v1.6.4 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/arch v0.8.0 // indirect | ||
golang.org/x/net v0.26.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.