-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update a few go dependencies #21022
Merged
Merged
Update a few go dependencies #21022
Conversation
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
There are a lot of go dependencies that appear old and we should update them. The following packages have been updated: * codeberg.org/gusted/mcaptcha * github.com/markbates/goth * github.com/buildkite/terminal-to-html * github.com/caddyserver/certmagic * github.com/denisenkom/go-mssqldb * github.com/duo-labs/webauthn * github.com/editorconfig/editorconfig-core-go/v2 * github.com/felixge/fgprof * github.com/gliderlabs/ssh * github.com/go-ap/activitypub * github.com/go-git/go-git/v5 * github.com/go-ldap/ldap/v3 * github.com/go-swagger/go-swagger * github.com/go-testfixtures/testfixtures/v3 * github.com/golang-jwt/jwt/v4 * github.com/klauspost/compress * github.com/lib/pq * gitea.com/lunny/dingtalk_webhook - instead of github.com * github.com/mattn/go-sqlite3 * github/matn/go-isatty * github.com/minio/minio-go/v7 * github.com/niklasfasching/go-org * github.com/prometheus/client_golang * github.com/stretchr/testify * github.com/unrolled/render * github.com/xanzy/go-gitlab * gopkg.in/ini.v1 The following have not been updated in this PR: * github.com/blevesearch/bleve/v2 - There is an incompatibility and this should be looked at in another PR * github.com/google/go-github/v45 - We should change API to github.com/google/go-github/v47 * github.com/gorilla/feeds - there are unreleased commits on master since 1.1.1 was released in 2019. We should consider if these would be helpful to have. * github.com/hashicorp/go-version - We have had trouble with this package before @6543 I wonder if you would be able to tell me if 1.6.0 is reasonable? * github.com/hashicorp/golang-lru - There are several unreleased commits since the last release in 2020. * github.com/syndtr/goleveldb - There are several unreleased commits since last tag. * xorm.io/builder * xorm.io/xorm Signed-off-by: Andrew Thornton <[email protected]>
6543
approved these changes
Sep 1, 2022
well we had an issue with upstream package which hashicorp would not going to solve ... so that's why I maintain a fork |
I would point directly to the fork instead of a redirect but that dessision was nod jet made |
techknowlogick
approved these changes
Sep 1, 2022
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Sep 2, 2022
* upstream/main: Include go.mod in gomod-check and rename to tidy-check (go-gitea#21025) [skip ci] Updated translations via Crowdin Update a few go dependencies (go-gitea#21022) [skip ci] Updated translations via Crowdin Fix missed sort bug (go-gitea#20996) Fix typo (go-gitea#21004) Make sure fmt catches all templates (go-gitea#20979) Remove black labels and CSS cleanup (go-gitea#21003)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
lgtm/done
This PR has enough approvals to get merged. There are no important open reservations anymore.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There are a lot of go dependencies that appear old and we should update them.
The following packages have been updated:
The following have not been updated in this PR:
should be looked at in another PR
github.com/google/go-github/v47
since 1.1.1 was released in 2019. We should consider if these would be
helpful to have.
package before @6543 I wonder if you would be able to tell me if 1.6.0
is reasonable?
since the last release in 2020.
Signed-off-by: Andrew Thornton [email protected]