mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-28 04:38:48 +01:00
chore(go): rename
This commit is contained in:
parent
95cbb7ff4b
commit
89dba8455b
61 changed files with 126 additions and 126 deletions
|
|
@ -1,6 +1,6 @@
|
|||
package session
|
||||
|
||||
import wt "github.com/containrrr/watchtower/pkg/types"
|
||||
import wt "github.com/beatkind/watchtower/pkg/types"
|
||||
|
||||
// State indicates what the current state is of the container
|
||||
type State int
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package session
|
||||
|
||||
import (
|
||||
"github.com/containrrr/watchtower/pkg/types"
|
||||
"github.com/beatkind/watchtower/pkg/types"
|
||||
)
|
||||
|
||||
// Progress contains the current session container status
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package session
|
|||
import (
|
||||
"sort"
|
||||
|
||||
"github.com/containrrr/watchtower/pkg/types"
|
||||
"github.com/beatkind/watchtower/pkg/types"
|
||||
)
|
||||
|
||||
type report struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue