Compare commits

...

2 Commits
v1.0.1 ... main

Author SHA1 Message Date
25e53e232e Update repo url 2024-07-15 19:33:41 +02:00
809be3b7c3 fix 2022-11-28 12:59:38 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
displayName: Add X-Request-ID Header
type: middleware
import: git.pbiernat.dev/traefik/plugin-requestid
import: git.pbiernat.io/traefik/plugin-requestid
summary: 'Add a X-Request-ID header for tracing'
testData:
headerName: 'X-Request-Id'
testData: {}

2
go.mod
View File

@ -1,4 +1,4 @@
module git.pbiernat.dev/traefik/plugin-requestid
module git.pbiernat.io/traefik/plugin-requestid
go 1.18