Skip to content
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

[Vendor] Update directly used dependencies #15593

Merged
merged 28 commits into from
Apr 23, 2021

Conversation

6543
Copy link
Member

@6543 6543 commented Apr 22, 2021

  • github.com/6543/go-version v1.2.4 -> v1.3.1
  • github.com/xanzy/go-gitlab v0.44.0 -> v0.48.0
  • github.com/prometheus/client_golang v1.9.0 -> v1.10.0
  • github.com/pelletier/go-toml v1.8.1 -> v1.9.0
  • github.com/olivere/elastic v7.0.22 -> v7.0.24
  • github.com/niklasfasching/go-org v1.4.0 -> v1.5.0
  • github.com/microcosm-cc/bluemonday v1.0.7 -> v1.0.8
  • github.com/mgechev/revive v1.0.3 -> v1.0.6
  • github.com/klauspost/compress v1.11.8 -> v1.12.1
  • github.com/issue9/identicon v1.0.1 -> v1.2.0
  • github.com/go-testfixtures/testfixtures v3.5.0 -> v3.6.0
  • github.com/mattn/go-sqlite3 v1.14.6 -> v1.14.7
  • github.com/lib/pq v1.9.0 -> v1.10.1
  • github.com/go-swagger/go-swagger v0.26.1 -> v0.27.0
  • github.com/go-sql-driver/mysql v1.5.0 -> v1.6.0
  • github.com/go-redis/redis v8.6.0 -> v8.8.2
  • github.com/go-ldap/ldap v3.2.4 -> v3.3.0
  • github.com/go-git/go-git v5.2.0 -> v5.3.0
  • github.com/go-git/go-billy v5.0.0 -> v5.1.0
  • github.com/go-chi/cors v1.1.1 -> v1.2.0
  • github.com/editorconfig/editorconfig-core-go v2.4.1 -> v2.4.2
  • github.com/denisenkom/go-mssqldb v0.9.0 -> v0.10.0
  • github.com/blevesearch/bleve v2.0.2 -> v2.0.3

@6543 6543 added this to the 1.15.0 milestone Apr 22, 2021
@6543
Copy link
Member Author

6543 commented Apr 22, 2021

note: https://github.com/go-ldap/ldap/releases/tag/v3.3.0
-> we had issues with ldap deleting users on timeout, we now should be able to handle it

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Apr 22, 2021
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Apr 22, 2021
@6543
Copy link
Member Author

6543 commented Apr 22, 2021

@silverwind added github.com/6543/go-version v1.2.4 -> v1.3.1 since upstream v1.3.0 got released ...

@techknowlogick
Copy link
Member

LGTM, what is your process for this, do you manually go through each and create a commit per dep, or do you have a script to do this?

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Apr 23, 2021
@techknowlogick techknowlogick merged commit 792b4db into go-gitea:master Apr 23, 2021
@6543 6543 deleted the vendor/update_common branch April 23, 2021 05:02
@6543
Copy link
Member Author

6543 commented Apr 23, 2021

I first do go get -u and look whats changed.
I ignore updates if indirect imports and manualy go through all of them who have changed (read release note if there is one, ...)
making a commit for a import update is done half-automated ...

We could create a more automaded prosses via dependabot etc ...

@techknowlogick techknowlogick added the skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features. label Apr 23, 2021
@techknowlogick techknowlogick changed the title [Vendor] Update directly used dependencys [Vendor] Update directly used dependencies Apr 23, 2021
@go-gitea go-gitea locked and limited conversation to collaborators Jun 4, 2021
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. skip-changelog This PR is irrelevant for the (next) changelog, for example bug fixes for unreleased features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants