-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
558 changed files
with
7,918 additions
and
18,549 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,41 @@ | ||
module github.com/ukeeper/ukeeper-redabilty/backend | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
toolchain go1.21.4 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.8.1 | ||
github.com/didip/tollbooth/v7 v7.0.1 | ||
github.com/didip/tollbooth_chi v0.0.0-20220719025231-d662a7f6928f | ||
github.com/go-chi/chi/v5 v5.0.10 | ||
github.com/go-chi/render v1.0.3 | ||
github.com/go-pkgz/lgr v0.11.0 | ||
github.com/go-pkgz/rest v1.17.0 | ||
github.com/go-pkgz/lgr v0.11.1 | ||
github.com/go-pkgz/rest v1.18.1 | ||
github.com/jessevdk/go-flags v1.5.0 | ||
github.com/kennygrant/sanitize v1.2.4 | ||
github.com/mauidude/go-readability v0.0.0-20220221173116-a9b3620098b7 | ||
github.com/stretchr/testify v1.8.4 | ||
go.mongodb.org/mongo-driver v1.12.1 | ||
golang.org/x/net v0.14.0 | ||
go.mongodb.org/mongo-driver v1.13.0 | ||
golang.org/x/net v0.18.0 | ||
) | ||
|
||
require ( | ||
github.com/ajg/form v1.5.1 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/andybalholm/cascadia v1.3.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-pkgz/expirable-cache v1.0.0 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/klauspost/compress v1.16.7 // indirect | ||
github.com/montanaflynn/stats v0.7.1 // indirect | ||
github.com/go-pkgz/expirable-cache v0.1.0 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/klauspost/compress v1.13.6 // indirect | ||
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
github.com/xdg-go/scram v1.1.2 // indirect | ||
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
golang.org/x/crypto v0.12.0 // indirect | ||
golang.org/x/sync v0.3.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/text v0.12.0 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect | ||
golang.org/x/crypto v0.15.0 // indirect | ||
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect | ||
golang.org/x/sys v0.14.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
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
Oops, something went wrong.