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

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"
)