From e012f2dd31517bfadcd65890983e48fc1bad314d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:11:00 +0000 Subject: [PATCH] chore(deps): bump github.com/breml/rootcerts from 0.2.22 to 0.3.0 Bumps [github.com/breml/rootcerts](https://github.com/breml/rootcerts) from 0.2.22 to 0.3.0. - [Release notes](https://github.com/breml/rootcerts/releases) - [Commits](https://github.com/breml/rootcerts/compare/v0.2.22...v0.3.0) --- updated-dependencies: - dependency-name: github.com/breml/rootcerts dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c4c3b25..6087492 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20240702054557-aa55 require ( cdr.dev/slog v1.6.2-0.20240126064726-20367d4aede6 - github.com/breml/rootcerts v0.2.22 + github.com/breml/rootcerts v0.3.0 github.com/coder/coder/v2 v2.10.1-0.20240703121105-f6639b788f7b github.com/coder/quartz v0.2.1 github.com/fatih/color v1.18.0 diff --git a/go.sum b/go.sum index befad87..a483b51 100644 --- a/go.sum +++ b/go.sum @@ -101,8 +101,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/bool64/shared v0.1.5 h1:fp3eUhBsrSjNCQPcSdQqZxxh9bBwrYiZ+zOKFkM0/2E= github.com/bool64/shared v0.1.5/go.mod h1:081yz68YC9jeFB3+Bbmno2RFWvGKv1lPKkMP6MHJlPs= -github.com/breml/rootcerts v0.2.22 h1:s0OUIevfnTA+Yk1vO2qM1ye156DW2yUPaWXWrWzOa44= -github.com/breml/rootcerts v0.2.22/go.mod h1:S/PKh+4d1HUn4HQovEB8hPJZO6pUZYrIhmXBhsegfXw= +github.com/breml/rootcerts v0.3.0 h1:lED3QcIJvBsWta8faA/EXq9L+5nTwNMRyMTbA9UkzCM= +github.com/breml/rootcerts v0.3.0/go.mod h1:S/PKh+4d1HUn4HQovEB8hPJZO6pUZYrIhmXBhsegfXw= github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5 h1:BjkPE3785EwPhhyuFkbINB+2a1xATwk8SNDWnJiD41g= github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5/go.mod h1:jtAfVaU/2cu1+wdSRPWE2c1N2qeAA3K4RH9pYgqwets= github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=