Skip to content

Commit

Permalink
feat: migrate to traefik-plugins organization
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk committed Jan 11, 2024
1 parent 166f0ba commit 604f412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ summary: "Parses User-Agent header to retrieve device information and pass it up

type: middleware

import: github.com/GiGInnovationLabs/traefikuseragent
import: github.com/traefik-plugins/traefikuseragent

testData: {}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/GiGInnovationLabs/traefikuseragent
module github.com/traefik-plugins/traefikuseragent

go 1.16

Expand Down
2 changes: 1 addition & 1 deletion middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http/httptest"
"testing"

mw "github.com/GiGInnovationLabs/traefikuseragent"
mw "github.com/traefik-plugins/traefikuseragent"
)

func TestBasic(t *testing.T) {
Expand Down

0 comments on commit 604f412

Please sign in to comment.