Migrate Sirupsen to sirupsen.
This commit is contained in:
parent
c134dcd6fe
commit
fb4ba7af2b
684 changed files with 92394 additions and 33943 deletions
2
vendor/github.com/rancher/go-rancher-metadata/main.go
generated
vendored
2
vendor/github.com/rancher/go-rancher-metadata/main.go
generated
vendored
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"time"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/rancher/go-rancher-metadata/metadata"
|
||||
)
|
||||
|
||||
|
|
2
vendor/github.com/rancher/go-rancher-metadata/metadata/change.go
generated
vendored
2
vendor/github.com/rancher/go-rancher-metadata/metadata/change.go
generated
vendored
|
@ -5,7 +5,7 @@ import (
|
|||
"fmt"
|
||||
"time"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func (m *client) OnChangeWithError(intervalSeconds int, do func(string)) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue