Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Bump the go group with 12 updates #167

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2023

Bumps the go group with 12 updates:

Package From To
github.com/containers/image/v5 5.23.0 5.29.0
github.com/fatih/color 1.15.0 1.16.0
github.com/fluxcd/flux2/v2 2.0.0-rc.3 2.2.1
github.com/mandelsoft/vfs 0.0.0-20230713123140-269aa4fb1338 0.4.0
github.com/open-component-model/git-controller 0.9.0 0.11.1
github.com/open-component-model/mpas-project-controller 0.4.0 0.5.0
github.com/open-component-model/ocm 0.4.1 0.5.0
github.com/open-component-model/ocm-e2e-framework 0.7.0 0.7.1
github.com/open-component-model/replication-controller 0.11.0 0.12.2
github.com/oras-project/oras-credentials-go 0.2.0 0.3.1
oras.land/oras-go/v2 2.3.0 2.3.1
sigs.k8s.io/e2e-framework 0.2.0 0.3.0

Updates github.com/containers/image/v5 from 5.23.0 to 5.29.0

Release notes

Sourced from github.com/containers/image/v5's releases.

v5.29.0

What's Changed

... (truncated)

Commits
  • 93256e0 Bump to v5.29.0
  • 4c7278f Bump c/storage to v1.51.0
  • 199d256 Merge pull request #2185 from mtrmac/zstd-chunked-never-reuse
  • 3ebd43c HACK: Don't record zstd:chunked algorithm in the BIC at all
  • 0c11bea HACK: Do not reuse zstd:chunked blobs
  • 032ae9f Merge pull request #2190 from containers/renovate/github.com-klauspost-compre...
  • f7e02f1 fix(deps): update module github.com/klauspost/compress to v1.17.3
  • 96eab26 Merge pull request #2186 from mtrmac/quote-response-body
  • d55a5eb Quote the response body in an error message
  • 1af240e Merge pull request #2188 from mtrmac/update-jose
  • Additional commits viewable in compare view

Updates github.com/fatih/color from 1.15.0 to 1.16.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.16.0

What's Changed

Dependency updates

New Contributors

Full Changelog: fatih/color@v1.15.0...v1.16.0

Commits
  • 0f9779e Merge pull request #213 from fatih/dependabot/go_modules/golang.org/x/sys-0.14.0
  • 0c78604 Bump golang.org/x/sys from 0.13.0 to 0.14.0
  • 96e0f73 Merge pull request #208 from fatih/dependabot/github_actions/actions/checkout-4
  • 4c66e32 Bump actions/checkout from 3 to 4
  • 2fb03d6 Merge pull request #202 from fatih/dependabot/github_actions/actions/setup-go-4
  • 8ba7bbd Bump actions/setup-go from 3 to 4
  • e3f97f3 Merge pull request #209 from fatih/dependabot/go_modules/golang.org/x/sys-0.13.0
  • e146575 Bump golang.org/x/sys from 0.10.0 to 0.13.0
  • d2d7a5e Merge pull request #212 from fatih/dependabot/go_modules/github.com/mattn/go-...
  • f3e45da Merge branch 'main' into dependabot/go_modules/github.com/mattn/go-isatty-0.0.20
  • Additional commits viewable in compare view

Updates github.com/fluxcd/flux2/v2 from 2.0.0-rc.3 to 2.2.1

Release notes

Sourced from github.com/fluxcd/flux2/v2's releases.

v2.2.1

Highlights

Flux v2.2.1 is a patch release that comes with fixes to API backwards compatibility. Users are encouraged to upgrade for the best experience.

💡 For upgrading to Flux v2.2, please see the procedure documented in 2.2.0.

This version was tested with the latest Kubernetes release, and extends Flux support to Kubernetes v1.29.

The Helm SDK was updated to the latest version, v3.13.3.

Logging in kustomize-controller and helm-controller has been improved to provide faster feedback on any HTTP errors encountered while fetching artifacts from source-controller.

Components changelog

CLI Changelog

v2.2.0

Highlights

Flux v2.2.0 is a feature release. Users are encouraged to upgrade for the best experience.

The Flux CLI and controllers have been updated to Kustomize v5.3.0 and Kubernetes v1.28.4.

Flux helm-controller's reconciliation model underwent a significant overhaul, addressing persistent issues such as the automatic recovery of releases stuck in a pending state. In addition, it improves the observability of the release status, and it introduces the ability to enable drift detection on a per-object basis. For more details on the helm-controller improvements, please see the Announcing Flux 2.2 GA blog post.

The Flux CLI can now be used to force or reset the reconciliation state of a HelmRelease v2beta2 object using flux reconcile hr --force and flux reconcile hr --reset.

Flux CLI comes with support for bootstrapping Gitea repositories and adds guardrails to flux install and flux bootstrap to protect users from destructive operations. The flux version and flux check commands now print the Flux distribution version deployed on the cluster.

The Flux alerting capabilities have been extended with NATS and Bitbucket Server & Data Center support.

Starting with this release, Flux minor versions are benchmark to measure the Mean Time To Production (MTTP). The results for this version can be found at github.com/fluxcd/flux-benchmark.

❤️ Big thanks to all the Flux contributors that helped us with this release!

... (truncated)

Commits
  • 9b39588 Merge pull request #4489 from fluxcd/backport-4488-to-release/v2.2.x
  • f581add tests: update API dependencies
  • 107dbd0 Merge pull request #4487 from fluxcd/backport-4483-to-release/v2.2.x
  • ec034c0 Update toolkit components
  • 0127824 Merge pull request #4486 from fluxcd/backport-4484-to-release/v2.2.x
  • 6be9ce2 Run conformance tests for Kubernetes v1.29.0
  • 0a380b1 Merge pull request #4482 from fluxcd/backport-4481-to-release/v2.2.x
  • aae92ee Remove duplicate part of the reconcile hr --reset help message
  • 459f6f2 Merge pull request #4477 from fluxcd/backport-4476-to-release/v2.2.x
  • 986e405 Properly detect unsupported API errors
  • Additional commits viewable in compare view

Updates github.com/mandelsoft/vfs from 0.0.0-20230713123140-269aa4fb1338 to 0.4.0

Release notes

Sourced from github.com/mandelsoft/vfs's releases.

Support for is/fs.

This release adds support for the standard Go package io/fs.

Any instance of a VFS van no be mapped to such a filesystem access interface with vfs.AsIoFS(fs FileSystem) fs.ReadDirFS.

Additionally some fixes are included:

  • fix vfs.Exists catching underlying NotExist error correctly.
  • fix vfs.WlkFS

Support Relative Path Determination

No release notes provided.

Some Fixes

  • fix permission handling
  • fix cleanup up tempfs
  • fix windows path mapping
  • fix compile error on windows
  • add os flags and file mode

First Version

First version of a virtual filesystem for go. It supports various implementations

  • OS File Sytems
  • Memory File Systems
  • File Systems stored in yaml/json files
  • Layered File Systems

Based on those implementations file systems can be adapted by

  • Readonly File System View
  • Folder Folder as File System
  • Composable File Systems by Mounting others
  • File Systems supporting a Current Working Directory
  • Temp File System

The package provides interfaces that can be used to substitute OS related filesystem functions from packages os and ioutil.

Commits

Updates github.com/open-component-model/git-controller from 0.9.0 to 0.11.1

Release notes

Sourced from github.com/open-component-model/git-controller's releases.

v0.11.1

Release 0.11.1

  • Fix Path Bug (#101)
  • sec: zip-slip fix (#100)

v0.11.0

Release 0.11.0

  • dep: update ocm-controller to v0.18.1 (#96)
  • chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#87)
  • Skip Report generation on scheduled run + non PR runs (#92)
  • chore(deps): bump the ci group with 3 updates (#88)
  • Create dependabot.yml (#82)
  • feat: applying lint and fixing the lint issues (#86)
  • Add Reports to Mend Scans (#84)
  • docs: update the README and add relevant information (#85)

v0.10.1

Release 0.10.1

  • fix: removing reconciliation status (#83)

v0.10.0

Release 0.10.0

  • feat: apply kstatus feature from ocm-controller (#80)
  • chore(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 (#69)
  • chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.3 (#76)
  • add mend scans (#75)
  • update action versions (#74)
Commits
  • a47c8a8 docs: add release docs for v0.11.1 (#102)
  • 5fa4940 Merge pull request #101 from open-component-model/phoban01/path-bug-fix
  • 581f5df fix double path
  • 37be459 Merge pull request #100 from open-component-model/phoban01/zip-slip-fix
  • e1d13f3 sec: zip-slip fix
  • 4ab0cf1 docs: add release docs for v0.11.0 (#97)
  • ffca44f dep: update ocm-controller to v0.18.1 (#96)
  • 6467496 chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#87)
  • d37294e Update mend_scan.yaml (#92)
  • 1304105 chore(deps): bump the ci group with 3 updates (#88)
  • Additional commits viewable in compare view

Updates github.com/open-component-model/mpas-project-controller from 0.4.0 to 0.5.0

Release notes

Sourced from github.com/open-component-model/mpas-project-controller's releases.

v0.5.0

Release 0.5.0

  • fix: change to use labels instead of annotations for project label #51
  • add mend scans (#50)
  • Update action versions (#49)
Commits

Updates github.com/open-component-model/ocm from 0.4.1 to 0.5.0

Release notes

Sourced from github.com/open-component-model/ocm's releases.

v0.5.0

Release v0.5.0

  • add example (#600)
  • Bump the ci group with 3 updates (#598)
  • Bump the ci group with 1 update (#588)
  • Bump k8s.io/client-go from 0.28.3 to 0.28.4 (#590)
  • Rework implementation support for OCM storage backends (#569)
  • Skip Report generation on scheduled run + non PR runs (#593)
  • Fix update and hint (#583)
  • Add Reports to Mend Scans (#586)
  • Update dependabot.yml (#581)
  • Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 (#587)
  • Bump cosign and docker (#580)

v0.4.3

Release v0.4.3

  • Fix OCI repository credential handling for downloading Helm charts (#578)

v0.4.2

Release v0.4.2

  • Fix Helm Downloader Credential Handling (#576)
Commits

Updates github.com/open-component-model/ocm-e2e-framework from 0.7.0 to 0.7.1

Release notes

Sourced from github.com/open-component-model/ocm-e2e-framework's releases.

v0.7.1

Release 0.7.1

  • Add dump cluster state (#39)
Commits

Updates github.com/open-component-model/replication-controller from 0.11.0 to 0.12.2

Release notes

Sourced from github.com/open-component-model/replication-controller's releases.

v0.12.2

Release 0.12.2

  • fix: remove spec hashing as we do not use it (#99)

v0.12.1

Release 0.12.1

  • fix: public and private key mixed up (#98)

v0.12.0

Release 0.12.0

  • Using ocm-controller for signature tracking (#97)
Commits

Updates github.com/oras-project/oras-credentials-go from 0.2.0 to 0.3.1

Release notes

Sourced from github.com/oras-project/oras-credentials-go's releases.

v0.3.1

Bug Fixes

  • Fix #1: Legacy auth keys (e.g. https://ghcr.io/ instead of ghcr.io) are not supported in config files

Detailed Commits

Full Changelog: oras-project/oras-credentials-go@v0.3.0...v0.3.1

v0.3.0

New Features

  • Introduce package trace that provides mechanisms to trace the execution of credential helper executables.

Detailed Commits

Full Changelog: oras-project/oras-credentials-go@v0.2.0...v0.3.0

Commits
  • 21321d3 fix: file store to support legacy auth keys in config files (#100)
  • f5c812d chore: enable workflows for release branches (#98) (#99)
  • 5e38e75 docs: add an example for trace (#86)
  • 2afb422 docs: add a brief introduction in README (#83)
  • eb1a970 feat: support trace with executables (#81)
  • aff0773 build(deps): bump oras.land/oras-go/v2 from 2.2.0 to 2.2.1 (#82)
  • See full diff in compare view

Updates oras.land/oras-go/v2 from 2.3.0 to 2.3.1

Release notes

Sourced from oras.land/oras-go/v2's releases.

v2.3.1

Bug Fixes

  • Fix #592: Referrers tag index is not updated when all referrers are removed and GC is skipped
  • Fix #600: sibling() is copying a sync.Mutex
  • Fix #552: OnCopySkipped is called unexpectedly on root node when using oras.Copy

Other Changes

  • Update the Go support window to [1.20, 1.21] (#587)
  • Upgrade image-spec to v1.1.0-rc5 (#615)
  • Backport #618: Optimize the authentication workflow for Repository.Manifests().Delete() (#623)

Detailed Commits

New Contributors

Full Changelog: oras-project/oras-go@v2.3.0...v2.3.1

Commits
  • f296072 perf: reduce auth request count for manifest delete (#623)
  • f175957 build: bump github.com/opencontainers/image-spec to v1.1.0-rc5 (#615)
  • e3f77d3 build(deps): bump golang.org/x/sync from 0.3.0 to 0.4.0 (#611)
  • b5e74d8 fix: correctly handle OnCopySkipped (#609)
  • eb31910 fix: Avoid a copy of sync.Mutex in Repository (#603)
  • bfef8c5 fix: push an empty index when deleting the last referrer with SkipReferrersGC...
  • f570766 build: bump go version (#587)
  • f10a538 build(deps): bump actions/checkout from 3 to 4 (#585)
  • 8ed8b38 Add SECURITY.md file (#579)
  • See full diff in compare view

Updates sigs.k8s.io/e2e-framework from 0.2.0 to 0.3.0

Release notes

Sourced from sigs.k8s.io/e2e-framework's releases.

v0.3.0

This is the third release of the 2023 after nearly four months of active contribution from the community. This release packs a great deal of interesting features, fixes, and documentation updates. Let's highlight some of them below.

Thread Safe Test Context

When Parallel test features where enabled and integrated into the framework, it was enabled with room for running into race conditions. In this release we have included changes that helps us mitigate these issues when the tests are being run in parallel. This has been achieved by doing the following mechanism.

  1. Populate the test context via the BeforeEachTest handler
  2. Generate a child context from the parent context and provide that for individual tests/assessments
  3. Discard the context from step 2 after the tests are done
  4. Pass the original parent context to the AfterEachTest handler

As part of the said changes to mitigate the race condition, we also extended the Environment.Test and Environment.TestInParallel function to return a context.Context back after the execution of the tests have been completed. This also allows for better debugging of test context to analyze failures better with the added advantage that this is not breaking any of the existing contracts. However, if you are using a golint infra and have errcheck linter enabled, you will have to make a few changes to your code to account for the newly returned value from the Environment.Test and Environment.TestInParallel functions.

Limitations

  1. The Finish phase will only be able to see the context from the Setup phase and not the one from the features themselves.

Related Issues

  1. kubernetes-sigs/e2e-framework#216
  2. kubernetes-sigs/e2e-framework#258

Related Pull Requests

  1. kubernetes-sigs/e2e-framework#292

Continubutors

@​phisco @​maruina

FluxCD Integration

e2e-framework has had helm workflow integrated under the third_party support package for a while and now, we are adding FluxCD to that arsenal. With this integration, now you can integrate your e2e tests to run against a repository using fluxcd constructs. The supported features include the following.

  1. Install FluxCD components onto your cluster
  2. Create and Delete GitRepository resource
  3. Create and Delete Kustomization resource

Related Pull Requests

  1. kubernetes-sigs/e2e-framework#255
  2. kubernetes-sigs/e2e-framework#283

Contributors

@​matrus2

kwok Integration as a Cluster Provider

By default, e2e-framework has two ways to run tests. One could bring up a new cluster using kind and run the e2e tests against them using the framework or integrate against a real cluster and run tests against them. In this release, kwok is being added to that list of supported cluster providers.

... (truncated)

Commits
  • 2ac6076 Merge pull request #306 from kubernetes-sigs/dependabot/github_actions/gorele...
  • a47896f Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0
  • f02afba Merge pull request #305 from kubernetes-sigs/dependabot/github_actions/action...
  • fdad64b Bump actions/setup-go from 4.0.1 to 4.1.0
  • 24332eb Merge pull request #304 from kubernetes-sigs/dependabot/go_modules/sigs.k8s.i...
  • f1c6ac8 Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1
  • 1af0fd6 Merge pull request #255 from matrus2/flux
  • c5714bb Merge pull request #298 from harshanarayana/feature/enable-issue-tempaltes
  • ba50b27 Merge pull request #246 from harshanarayana/cluster-provider-interface-defini...
  • 5fa0a64 Merge pull request #292 from phisco/fix/tParallel-passing-almost-everywhere
  • Additional commits viewable in ...

    Description has been truncated

Bumps the go group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/containers/image/v5](https://github.com/containers/image) | `5.23.0` | `5.29.0` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.15.0` | `1.16.0` |
| [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2) | `2.0.0-rc.3` | `2.2.1` |
| [github.com/mandelsoft/vfs](https://github.com/mandelsoft/vfs) | `0.0.0-20230713123140-269aa4fb1338` | `0.4.0` |
| [github.com/open-component-model/git-controller](https://github.com/open-component-model/git-controller) | `0.9.0` | `0.11.1` |
| [github.com/open-component-model/mpas-project-controller](https://github.com/open-component-model/mpas-project-controller) | `0.4.0` | `0.5.0` |
| [github.com/open-component-model/ocm](https://github.com/open-component-model/ocm) | `0.4.1` | `0.5.0` |
| [github.com/open-component-model/ocm-e2e-framework](https://github.com/open-component-model/ocm-e2e-framework) | `0.7.0` | `0.7.1` |
| [github.com/open-component-model/replication-controller](https://github.com/open-component-model/replication-controller) | `0.11.0` | `0.12.2` |
| [github.com/oras-project/oras-credentials-go](https://github.com/oras-project/oras-credentials-go) | `0.2.0` | `0.3.1` |
| [oras.land/oras-go/v2](https://github.com/oras-project/oras-go) | `2.3.0` | `2.3.1` |
| [sigs.k8s.io/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework) | `0.2.0` | `0.3.0` |


Updates `github.com/containers/image/v5` from 5.23.0 to 5.29.0
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.23.0...v5.29.0)

Updates `github.com/fatih/color` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.15.0...v1.16.0)

Updates `github.com/fluxcd/flux2/v2` from 2.0.0-rc.3 to 2.2.1
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml)
- [Commits](fluxcd/flux2@v2.0.0-rc.3...v2.2.1)

Updates `github.com/mandelsoft/vfs` from 0.0.0-20230713123140-269aa4fb1338 to 0.4.0
- [Release notes](https://github.com/mandelsoft/vfs/releases)
- [Commits](https://github.com/mandelsoft/vfs/commits/v0.4)

Updates `github.com/open-component-model/git-controller` from 0.9.0 to 0.11.1
- [Release notes](https://github.com/open-component-model/git-controller/releases)
- [Changelog](https://github.com/open-component-model/git-controller/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/git-controller@v0.9.0...v0.11.1)

Updates `github.com/open-component-model/mpas-project-controller` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/open-component-model/mpas-project-controller/releases)
- [Changelog](https://github.com/open-component-model/mpas-project-controller/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/mpas-project-controller@v0.4.0...v0.5.0)

Updates `github.com/open-component-model/ocm` from 0.4.1 to 0.5.0
- [Release notes](https://github.com/open-component-model/ocm/releases)
- [Changelog](https://github.com/open-component-model/ocm/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/ocm@v0.4.1...v0.5.0)

Updates `github.com/open-component-model/ocm-e2e-framework` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/open-component-model/ocm-e2e-framework/releases)
- [Changelog](https://github.com/open-component-model/ocm-e2e-framework/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/ocm-e2e-framework@v0.7.0...v0.7.1)

Updates `github.com/open-component-model/replication-controller` from 0.11.0 to 0.12.2
- [Release notes](https://github.com/open-component-model/replication-controller/releases)
- [Changelog](https://github.com/open-component-model/replication-controller/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/replication-controller@v0.11.0...v0.12.2)

Updates `github.com/oras-project/oras-credentials-go` from 0.2.0 to 0.3.1
- [Release notes](https://github.com/oras-project/oras-credentials-go/releases)
- [Commits](oras-project/oras-credentials-go@v0.2.0...v0.3.1)

Updates `oras.land/oras-go/v2` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/oras-project/oras-go/releases)
- [Commits](oras-project/oras-go@v2.3.0...v2.3.1)

Updates `sigs.k8s.io/e2e-framework` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/kubernetes-sigs/e2e-framework/releases)
- [Changelog](https://github.com/kubernetes-sigs/e2e-framework/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/e2e-framework@v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/flux2/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/mandelsoft/vfs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/open-component-model/git-controller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/open-component-model/mpas-project-controller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/open-component-model/ocm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/open-component-model/ocm-e2e-framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/open-component-model/replication-controller
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/oras-project/oras-credentials-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: oras.land/oras-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: sigs.k8s.io/e2e-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 17, 2023
@Skarlso Skarlso closed this Dec 18, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 18, 2023

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/go_modules/go-26ed497e2a branch December 18, 2023 06:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant