fix: change module to traefik-ondemand-service

This commit is contained in:
Alexis Couvreur
2021-09-26 14:14:13 +00:00
committed by GitHub
parent 033f125a5b
commit ac377db936
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
vendor
traefik-ondemand-plugin
traefik-ondemand-service

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/acouvreur/traefik-ondemand-plugin
module github.com/acouvreur/traefik-ondemand-service
go 1.17

View File

@@ -8,7 +8,7 @@ import (
"net/url"
"time"
"github.com/acouvreur/traefik-ondemand-plugin/pkg/scaler"
"github.com/acouvreur/traefik-ondemand-service/pkg/scaler"
"github.com/docker/docker/client"
"gopkg.in/dc0d/tinykv.v4"
)