mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
fix: change module to traefik-ondemand-service
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,2 @@
|
|||||||
vendor
|
vendor
|
||||||
traefik-ondemand-plugin
|
traefik-ondemand-service
|
||||||
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module github.com/acouvreur/traefik-ondemand-plugin
|
module github.com/acouvreur/traefik-ondemand-service
|
||||||
|
|
||||||
go 1.17
|
go 1.17
|
||||||
|
|
||||||
|
|||||||
2
main.go
2
main.go
@@ -8,7 +8,7 @@ import (
|
|||||||
"net/url"
|
"net/url"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/acouvreur/traefik-ondemand-plugin/pkg/scaler"
|
"github.com/acouvreur/traefik-ondemand-service/pkg/scaler"
|
||||||
"github.com/docker/docker/client"
|
"github.com/docker/docker/client"
|
||||||
"gopkg.in/dc0d/tinykv.v4"
|
"gopkg.in/dc0d/tinykv.v4"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user