chore: move to Traefik organization.
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
This commit is contained in:
parent
9df89e66e3
commit
c0f1e74bed
421 changed files with 5213 additions and 5234 deletions
|
@ -6,10 +6,10 @@ import (
|
|||
"net/url"
|
||||
"time"
|
||||
|
||||
"github.com/containous/traefik/v2/pkg/log"
|
||||
"github.com/google/go-github/v28/github"
|
||||
"github.com/gorilla/mux"
|
||||
goversion "github.com/hashicorp/go-version"
|
||||
"github.com/traefik/traefik/v2/pkg/log"
|
||||
"github.com/unrolled/render"
|
||||
)
|
||||
|
||||
|
@ -72,7 +72,7 @@ func CheckNewVersion() {
|
|||
}
|
||||
client.BaseURL = updateURL
|
||||
|
||||
releases, resp, err := client.Repositories.ListReleases(context.Background(), "containous", "traefik", nil)
|
||||
releases, resp, err := client.Repositories.ListReleases(context.Background(), "traefik", "traefik", nil)
|
||||
if err != nil {
|
||||
logger.Warnf("Error checking new version: %s", err)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue