From f64da9a12ca93099eec49a2f823ee23a1d57d117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 09:53:07 -0600 Subject: [PATCH] Bump the go group with 1 update (#55) Bumps the go group with 1 update: [github.com/pomerium/pomerium](https://github.com/pomerium/pomerium). Updates `github.com/pomerium/pomerium` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/pomerium/pomerium/releases) - [Commits](https://github.com/pomerium/pomerium/compare/v0.25.0...v0.25.1) --- updated-dependencies: - dependency-name: github.com/pomerium/pomerium dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go ... 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 7989fdb..60aa668 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/envoyproxy/go-control-plane v0.12.0 github.com/envoyproxy/protoc-gen-validate v1.0.4 - github.com/pomerium/pomerium v0.25.0 + github.com/pomerium/pomerium v0.25.1 github.com/stretchr/testify v1.9.0 google.golang.org/grpc v1.62.1 google.golang.org/protobuf v1.33.0 diff --git a/go.sum b/go.sum index 66bc060..50ca5f9 100644 --- a/go.sum +++ b/go.sum @@ -163,8 +163,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pomerium/csrf v1.7.0 h1:Qp4t6oyEod3svQtKfJZs589mdUTWKVf7q0PgCKYCshY= github.com/pomerium/csrf v1.7.0/go.mod h1:hAPZV47mEj2T9xFs+ysbum4l7SF1IdrryYaY6PdoIqw= -github.com/pomerium/pomerium v0.25.0 h1:WHGuPrPIWt0aXBPu4hnZCUO+xgIrcAmqt1Z3E27ibME= -github.com/pomerium/pomerium v0.25.0/go.mod h1:MOnimQ8mWvD9225u/e59B1KyEkU6xSpf9i5BEAsdabM= +github.com/pomerium/pomerium v0.25.1 h1:phnolWJdNfS5JDH54HvtDfpIdR2gXISexfvtM69wJDE= +github.com/pomerium/pomerium v0.25.1/go.mod h1:MOnimQ8mWvD9225u/e59B1KyEkU6xSpf9i5BEAsdabM= github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk= github.com/prometheus/client_golang v1.18.0/go.mod h1:T+GXkCk5wSJyOqMIzVgvvjFDlkOQntgjkJWKrN5txjA= github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw=