Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/hashicorp/terraform-plugin-log v0.9.0
github.com/iancoleman/strcase v0.3.0
github.com/pomerium/enterprise-client-go v0.30.2-0.20251030005230-d8cedbf24550
github.com/pomerium/pomerium v0.30.7-0.20251104213850-232da4dd1d6f
github.com/pomerium/pomerium v0.31.1
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.11.1
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,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/enterprise-client-go v0.30.2-0.20251030005230-d8cedbf24550 h1:g//VNEqJ9Jhgu0z2LzR9ufxYoBXEK0xjrIwjm0LsAd8=
github.com/pomerium/enterprise-client-go v0.30.2-0.20251030005230-d8cedbf24550/go.mod h1:Ys4I389RFovQIm3pWeBnqyXLum/TFD2dB2ZWHPjlAcc=
github.com/pomerium/pomerium v0.30.7-0.20251104213850-232da4dd1d6f h1:+sxeTbez/6hDXYbqr+aw0QNqclIuY5l0OCz1D0gJa6w=
github.com/pomerium/pomerium v0.30.7-0.20251104213850-232da4dd1d6f/go.mod h1:561uVP4ukJM/ky0rKc8LC2nYgdcUKV1iy7Ef5FXbETM=
github.com/pomerium/pomerium v0.31.1 h1:1q4+xby2jz+O7Z1hmA0o0X5u/1pWqVIZucp/C2buQ2U=
github.com/pomerium/pomerium v0.31.1/go.mod h1:/UGfkPXJX9Ii/8ke202bjtOFJWL4v62nQHbDWTV5yO4=
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9 h1:bsUq1dX0N8AOIL7EB/X911+m4EHsnWEHeJ0c+3TTBrg=
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
Expand Down