From c349baedaf6cd636f5901d962d76be7877fb4e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:33:30 +0000 Subject: [PATCH] chore(deps): bump github.com/breml/rootcerts from 0.3.1 to 0.3.4 Bumps [github.com/breml/rootcerts](https://github.com/breml/rootcerts) from 0.3.1 to 0.3.4. - [Release notes](https://github.com/breml/rootcerts/releases) - [Commits](https://github.com/breml/rootcerts/compare/v0.3.1...v0.3.4) --- updated-dependencies: - dependency-name: github.com/breml/rootcerts dependency-version: 0.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5431a37..72772af 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/qdm12/devtainr go 1.25 require ( - github.com/breml/rootcerts v0.3.1 + github.com/breml/rootcerts v0.3.4 github.com/stretchr/testify v1.10.0 ) diff --git a/go.sum b/go.sum index e33c38e..74be692 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/breml/rootcerts v0.3.1 h1:PTO35OcW58K2ZYtdBykCsZh9k/eRd57bY65EHrKK/xA= -github.com/breml/rootcerts v0.3.1/go.mod h1:S/PKh+4d1HUn4HQovEB8hPJZO6pUZYrIhmXBhsegfXw= +github.com/breml/rootcerts v0.3.4 h1:9i7WNl/ctd9OEAOaTfLy//Wrlfxq/tRQ7v4okYFN9Ys= +github.com/breml/rootcerts v0.3.4/go.mod h1:S/PKh+4d1HUn4HQovEB8hPJZO6pUZYrIhmXBhsegfXw= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=