From b10d97e53a0b97216f97a2fdf09bd97e0b36a618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Nov 2021 06:58:32 -0500 Subject: [PATCH] Chore(deps): Bump github.com/breml/rootcerts from 0.1.1 to 0.2.0 (#722) Bumps [github.com/breml/rootcerts](https://github.com/breml/rootcerts) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/breml/rootcerts/releases) - [Commits](https://github.com/breml/rootcerts/compare/v0.1.1...v0.2.0) --- updated-dependencies: - dependency-name: github.com/breml/rootcerts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3b0072fb..c6ebdf91 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/qdm12/gluetun go 1.17 require ( - github.com/breml/rootcerts v0.1.1 + github.com/breml/rootcerts v0.2.0 github.com/fatih/color v1.13.0 github.com/go-ping/ping v0.0.0-20210911151512-381826476871 github.com/golang/mock v1.6.0 diff --git a/go.sum b/go.sum index 3859eea7..0030b9f9 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/alcortesm/tgz v0.0.0-20161220082320-9c5fe88206d7/go.mod h1:6zEj6s6u/g github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= -github.com/breml/rootcerts v0.1.1 h1:r/bo1asz7ihRKUSW2gSuqmbh5Bpny4irLIUM9OSRBXw= -github.com/breml/rootcerts v0.1.1/go.mod h1:24FDtzYMpqIeYC7QzaE8VPRQaFZU5TIUDlyk8qwjD88= +github.com/breml/rootcerts v0.2.0 h1:bBIgVe8bS0Ec+orgWpZ/GRYt3a0O8yoW+g2kSBY2aLE= +github.com/breml/rootcerts v0.2.0/go.mod h1:24FDtzYMpqIeYC7QzaE8VPRQaFZU5TIUDlyk8qwjD88= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=