Skip to content

Commit 2fd1f76

Browse files
Bump github.com/pomerium/pomerium
Bumps the go_modules group with 1 update in the / directory: [github.com/pomerium/pomerium](https://github.com/pomerium/pomerium). Updates `github.com/pomerium/pomerium` from 0.27.0 to 0.27.1 - [Release notes](https://github.com/pomerium/pomerium/releases) - [Commits](pomerium/pomerium@v0.27.0...v0.27.1) --- updated-dependencies: - dependency-name: github.com/pomerium/pomerium dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4c57d3 commit 2fd1f76

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/pomerium/enterprise-terraform-provider
33
go 1.23.0
44

55
require (
6-
github.com/docker/cli v26.1.4+incompatible
76
github.com/hashicorp/terraform-plugin-framework v1.11.0
87
github.com/hashicorp/terraform-plugin-log v0.9.0
98
github.com/pomerium/enterprise-client-go v0.18.1-0.20240903154554-9b855ec72cfd
@@ -47,7 +46,7 @@ require (
4746
github.com/oklog/run v1.0.0 // indirect
4847
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
4948
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
50-
github.com/pomerium/pomerium v0.27.0 // indirect
49+
github.com/pomerium/pomerium v0.27.1 // indirect
5150
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
5251
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
5352
github.com/zeebo/blake3 v0.2.4 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ github.com/pomerium/csrf v1.7.0 h1:Qp4t6oyEod3svQtKfJZs589mdUTWKVf7q0PgCKYCshY=
203203
github.com/pomerium/csrf v1.7.0/go.mod h1:hAPZV47mEj2T9xFs+ysbum4l7SF1IdrryYaY6PdoIqw=
204204
github.com/pomerium/enterprise-client-go v0.18.1-0.20240903154554-9b855ec72cfd h1:E2DecS6PWNGmFalfJOom+UiRIdBZf+SXyKgyg5BVeM4=
205205
github.com/pomerium/enterprise-client-go v0.18.1-0.20240903154554-9b855ec72cfd/go.mod h1:xMaCSVAV/fQivgTneqy27bsFjcKZrNPjWYiV19sM7c4=
206-
github.com/pomerium/pomerium v0.27.0 h1:NFNIxNIlBXmOoquoMuSTrtipZwuXDiN2FX5Jei26/Jg=
207-
github.com/pomerium/pomerium v0.27.0/go.mod h1:aEpbWIJL0LPCK7TdJD5C1/LQ05JwvWsEG//GmS5EV3I=
206+
github.com/pomerium/pomerium v0.27.1 h1:e2p5mbsIqDno2AX1VQ1z+357TaiZw+JidtukAi9zTCU=
207+
github.com/pomerium/pomerium v0.27.1/go.mod h1:aEpbWIJL0LPCK7TdJD5C1/LQ05JwvWsEG//GmS5EV3I=
208208
github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg=
209209
github.com/prometheus/client_golang v1.20.2/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
210210
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=

0 commit comments

Comments
 (0)