We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166f0ba commit 604f412Copy full SHA for 604f412
.traefik.yml
@@ -4,6 +4,6 @@ summary: "Parses User-Agent header to retrieve device information and pass it up
4
5
type: middleware
6
7
-import: github.com/GiGInnovationLabs/traefikuseragent
+import: github.com/traefik-plugins/traefikuseragent
8
9
testData: {}
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/GiGInnovationLabs/traefikuseragent
+module github.com/traefik-plugins/traefikuseragent
2
3
go 1.16
middleware_test.go
@@ -6,7 +6,7 @@ import (
"net/http/httptest"
"testing"
- mw "github.com/GiGInnovationLabs/traefikuseragent"
+ mw "github.com/traefik-plugins/traefikuseragent"
10
)
11
12
func TestBasic(t *testing.T) {
0 commit comments