Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2023-06-06go: Update module github.com/stretchr/testify to v1.8.4GitLab Renovate Bot
2023-06-06mod: Update logrus to v1.9.3Karthik Nayak
The latest release of logrus (v1.9.3) contains a fix for the panic in the Writer. Let us update to the new version.
2023-06-05go: Update module github.com/urfave/cli/v2 to v2.25.5GitLab Renovate Bot
2023-06-05go: Update module github.com/beevik/ntp to v1GitLab Renovate Bot
2023-06-02Merge branch 'renovate/github.com-protonmail-go-crypto-digest' into 'master'Pavlo Strokov
go: Update github.com/ProtonMail/go-crypto digest to 6f98819 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5849 Merged-by: Pavlo Strokov <pstrokov@gitlab.com> Approved-by: Pavlo Strokov <pstrokov@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-06-01go.mod: Update Badger to v4.1.0Patrick Steinhardt
Badger has bumped its major version from v3 series to v4. This bump is mostly uninteresting, but there are two interesting changes in there: - They have upgraded the minimum required Go version to 1.19. This has kept us from upgrading Badger given that we still supported Go 1.18. This has changed with a17fb7823 (go.mod: Use Go 1.19 as minimum required version, 2023-05-23) though, so we're unblocked with the upgrade. - They have changed their version schema from CalVer to SemVer, meaning that future releases should be more indicative of real major changes. Other than that there are no real changes that would be interesting to us.
2023-06-01Merge branch 'renovate/github.com-pelletier-go-toml-v2-2.x' into 'master'James Fargher
go: Update module github.com/pelletier/go-toml/v2 to v2.0.8 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5855 Merged-by: James Fargher <proglottis@gmail.com> Approved-by: Will Chandler <wchandler@gitlab.com> Approved-by: James Fargher <proglottis@gmail.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-31Merge branch 'pks-go-v1.20' into 'master'Sami Hiltunen
go: Use Go 1.19 as minimum required version Closes #5324 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5831 Merged-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: Quang-Minh Nguyen <qmnguyen@gitlab.com> Reviewed-by: Patrick Steinhardt <psteinhardt@gitlab.com> Reviewed-by: Quang-Minh Nguyen <qmnguyen@gitlab.com> Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
2023-05-31Merge branch 'renovate/github.com-sirupsen-logrus-1.x' into 'master'Toon Claes
go: Update module github.com/sirupsen/logrus to v1.9.2 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5837 Merged-by: Toon Claes <toon@gitlab.com> Approved-by: Pavlo Strokov <pstrokov@gitlab.com> Approved-by: Toon Claes <toon@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-31Merge branch 'renovate/github.com-gl-gitaly-go-license-detector-v4-digest' ↵James Fargher
into 'master' go: Update github.com/gl-gitaly/go-license-detector/v4 digest to 18a439e See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5832 Merged-by: James Fargher <proglottis@gmail.com> Approved-by: James Fargher <proglottis@gmail.com> Co-authored-by: Toon Claes <toon@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-31go: Update module github.com/pelletier/go-toml/v2 to v2.0.8GitLab Renovate Bot
2023-05-30go.mod: Use Go 1.19 as minimum required versionPatrick Steinhardt
We have globally migrated to build all GitLab with Go 1.19, and many of the components have already upgraded to Go 1.19 as their minimum supported version. Let's follow suit and do the same by bumping our minimum required Go version to v1.19.
2023-05-28go: Update github.com/ProtonMail/go-crypto digest to 6f98819GitLab Renovate Bot
2023-05-25go: Update module github.com/sirupsen/logrus to v1.9.2GitLab Renovate Bot
2023-05-25Merge branch 'pks-go-mod-pgx-v5' into 'master'James Fargher
datastore: Upgrade the pgx library to v5 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5819 Merged-by: James Fargher <proglottis@gmail.com> Approved-by: James Fargher <proglottis@gmail.com> Reviewed-by: James Fargher <proglottis@gmail.com> Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
2023-05-24Merge branch 'renovate/golang.org-x-exp-digest' into 'master'Will Chandler
go: Update golang.org/x/exp digest to 2e198f4 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5836 Merged-by: Will Chandler <wchandler@gitlab.com> Approved-by: Toon Claes <toon@gitlab.com> Approved-by: Will Chandler <wchandler@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-24go.mod: Update go-license-detector back to our forkToon Claes
Upstream changes were made, and now our fork is rebased on top of that. So we can set the revision to the new HEAD revision in our fork.
2023-05-24glsql: Upgrade the pgtype dependency to v5Patrick Steinhardt
The pgtype dependency has received a major upgrade to v5. This release brings a dramatically refactored API that makes more use of generics in many places. Unfortunately, we can't really use them as they do not work with the generic `database/sql` interfaces, which we're using. Our `StringArray` helper type depends on `pgtype.TextArray`, which has been removed in favor of generics. Adapt the type accordingly.
2023-05-24Merge branch 'renovate/google.golang.org-grpc-1.x' into 'master'Will Chandler
go: Update module google.golang.org/grpc to v1.55.0 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5826 Merged-by: Will Chandler <wchandler@gitlab.com> Approved-by: Will Chandler <wchandler@gitlab.com> Co-authored-by: Toon Claes <toon@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-23Merge branch 'renovate/github.com-beevik-ntp-0.x' into 'master'Will Chandler
go: Update module github.com/beevik/ntp to v0.3.3 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5824 Merged-by: Will Chandler <wchandler@gitlab.com> Approved-by: James Fargher <proglottis@gmail.com> Approved-by: Will Chandler <wchandler@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-23go: Update golang.org/x/exp digest to 2e198f4GitLab Renovate Bot
2023-05-23Merge branch 'renovate/golang.org-x-exp-digest' into 'master'Pavlo Strokov
go: Update golang.org/x/exp digest to 03e9162 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5810 Merged-by: Pavlo Strokov <pstrokov@gitlab.com> Approved-by: Will Chandler <wchandler@gitlab.com> Approved-by: Pavlo Strokov <pstrokov@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-23Merge branch 'pks-go-update-cgroups-to-v3' into 'master'James Fargher
go.mod: Update cgroups dependency to major version 3 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5822 Merged-by: James Fargher <proglottis@gmail.com> Approved-by: John Cai <jcai@gitlab.com> Approved-by: James Fargher <proglottis@gmail.com> Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
2023-05-22go: Update module google.golang.org/grpc to v1.55.0GitLab Renovate Bot
2023-05-22go: Update module github.com/beevik/ntp to v0.3.3GitLab Renovate Bot
2023-05-22go: Update github.com/gl-gitaly/go-license-detector/v4 digest to 18a439eGitLab Renovate Bot
2023-05-22go.mod: Update cgroups dependency to major version 3Patrick Steinhardt
Update the cgroups dependency to major version 3. This change includes a bunch of renames where upstream moved the cgroups implementations into different packages. Adapt our code accordingly.
2023-05-22datastore: Convert pgx library to v5Patrick Steinhardt
Upgrade the pgx library to v5. The most notable change that we need to adapt to is that the old "prefer_simple_protocol=true" connection option has been reworked to "default_query_exec_mode". Other than that, the major release has also introduced support for generics. Unfortunately, we cannot really use them given that we use the `database/sql` interface instead of the native pgx one. Ideally, we'd thus migrate to use the native interface, but we can't easily do that because the `rubenv/sql-migrate` library depends on the `database/sql` interface directly. Note that this does not yet migrate the pgtypes dependency. This will be done in the next commit.
2023-05-22Revert "Merge branch 'renovate/github.com-getsentry-sentry-go-0.x' into ↵Steve Azzopardi
'master'" This reverts merge request !5788
2023-05-22Merge branch 'renovate/github.com-protonmail-go-crypto-digest' into 'master'Justin Tobler
go: Update github.com/ProtonMail/go-crypto digest to 7afd394 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5813 Merged-by: Justin Tobler <jtobler@gitlab.com> Approved-by: James Fargher <proglottis@gmail.com> Approved-by: Justin Tobler <jtobler@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-19go: Update golang.org/x/exp digest to 03e9162GitLab Renovate Bot
2023-05-19go: Update module github.com/stretchr/testify to v1.8.3GitLab Renovate Bot
2023-05-18go: Update github.com/ProtonMail/go-crypto digest to 7afd394GitLab Renovate Bot
2023-05-18Merge branch 'pks-go-urfave-cli-v2.25.3' into 'master'Sami Hiltunen
go.mod: Update urfave/cli module to v2.25.3 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5804 Merged-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: James Fargher <proglottis@gmail.com> Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
2023-05-17Merge branch 'renovate/github.com-getsentry-sentry-go-0.x' into 'master'Patrick Steinhardt
go: Update module github.com/getsentry/sentry-go to v0.21.0 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5788 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Justin Tobler <jtobler@gitlab.com> Approved-by: Pavlo Strokov <pstrokov@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-17Merge branch 'renovate/github.com-prometheus-client_golang-1.x' into 'master'Patrick Steinhardt
go: Update module github.com/prometheus/client_golang to v1.15.1 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5754 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-17Merge branch 'renovate/golang.org-x-exp-digest' into 'master'Patrick Steinhardt
go: Update golang.org/x/exp digest to dd950f8 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5768 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: John Cai <jcai@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-17Merge branch 'renovate/github.com-opencontainers-runtime-spec-digest' into ↵Patrick Steinhardt
'master' go: Update github.com/opencontainers/runtime-spec digest to 0983f1d See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5762 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-17go.mod: Update urfave/cli module to v2.25.3Patrick Steinhardt
While the Renovate bot has created the update to urfave/cli v2.25.3 for us already, it was closed due to a slight change in the output it generates when required flags are missing: instead of printing the single-letter abbreviation, the module now prints the complete flag name. This was upstream changed in a7e3459 (fix: missing required flag error uses flag name and not alias, 2023-03-20). Update the urfave/cli module to v2.25.3 and fix the now-broken test.
2023-05-15Merge branch 'renovate/github.com-beevik-ntp-0.x' into 'master'Justin Tobler
go: Update module github.com/beevik/ntp to v0.3.2 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5744 Merged-by: Justin Tobler <jtobler@gitlab.com> Approved-by: James Fargher <proglottis@gmail.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-15Merge branch 'renovate/github.com-miekg-dns-1.x' into 'master'Justin Tobler
go: Update module github.com/miekg/dns to v1.1.54 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5733 Merged-by: Justin Tobler <jtobler@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: Justin Tobler <jtobler@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-15go: Update module github.com/getsentry/sentry-go to v0.21.0GitLab Renovate Bot
2023-05-15go: Update module github.com/prometheus/client_golang to v1.15.1GitLab Renovate Bot
2023-05-15go: Update golang.org/x/exp digest to dd950f8GitLab Renovate Bot
2023-05-15go: Update github.com/opencontainers/runtime-spec digest to 0983f1dGitLab Renovate Bot
2023-05-11go: Update module golang.org/x/sync to v0.2.0GitLab Renovate Bot
2023-05-11go: Update module github.com/beevik/ntp to v0.3.2GitLab Renovate Bot
2023-05-10Merge branch 'renovate/golang.org-x-sys-0.x' into 'master'Will Chandler
go: Update module golang.org/x/sys to v0.8.0 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5736 Merged-by: Will Chandler <wchandler@gitlab.com> Approved-by: karthik nayak <knayak@gitlab.com> Approved-by: Will Chandler <wchandler@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
2023-05-10go: Bump module version from v15 to v16Patrick Steinhardt
We're about to release Gitaly v16.0. As we've landed a bunch of previously announced removals it's thus time to bump our Go module version from v15 to v16.
2023-05-09go: Update module github.com/miekg/dns to v1.1.54GitLab Renovate Bot