Skip to content

Commit f64da9a

Browse files
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](pomerium/pomerium@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4487f3b commit f64da9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
require (
66
github.com/envoyproxy/go-control-plane v0.12.0
77
github.com/envoyproxy/protoc-gen-validate v1.0.4
8-
github.com/pomerium/pomerium v0.25.0
8+
github.com/pomerium/pomerium v0.25.1
99
github.com/stretchr/testify v1.9.0
1010
google.golang.org/grpc v1.62.1
1111
google.golang.org/protobuf v1.33.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
163163
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
164164
github.com/pomerium/csrf v1.7.0 h1:Qp4t6oyEod3svQtKfJZs589mdUTWKVf7q0PgCKYCshY=
165165
github.com/pomerium/csrf v1.7.0/go.mod h1:hAPZV47mEj2T9xFs+ysbum4l7SF1IdrryYaY6PdoIqw=
166-
github.com/pomerium/pomerium v0.25.0 h1:WHGuPrPIWt0aXBPu4hnZCUO+xgIrcAmqt1Z3E27ibME=
167-
github.com/pomerium/pomerium v0.25.0/go.mod h1:MOnimQ8mWvD9225u/e59B1KyEkU6xSpf9i5BEAsdabM=
166+
github.com/pomerium/pomerium v0.25.1 h1:phnolWJdNfS5JDH54HvtDfpIdR2gXISexfvtM69wJDE=
167+
github.com/pomerium/pomerium v0.25.1/go.mod h1:MOnimQ8mWvD9225u/e59B1KyEkU6xSpf9i5BEAsdabM=
168168
github.com/prometheus/client_golang v1.18.0 h1:HzFfmkOzH5Q8L8G+kSJKUx5dtG87sewO+FoDDqP5Tbk=
169169
github.com/prometheus/client_golang v1.18.0/go.mod h1:T+GXkCk5wSJyOqMIzVgvvjFDlkOQntgjkJWKrN5txjA=
170170
github.com/prometheus/client_model v0.5.0 h1:VQw1hfvPvk3Uv6Qf29VrPF32JB6rtbgI6cYPYQjL0Qw=

0 commit comments

Comments
 (0)