mirror of
https://github.com/containrrr/watchtower.git
synced 2026-01-07 09:38:49 +01:00
chore(go): rename
This commit is contained in:
parent
95cbb7ff4b
commit
89dba8455b
61 changed files with 126 additions and 126 deletions
|
|
@ -7,9 +7,9 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/containrrr/watchtower/internal/meta"
|
||||
"github.com/containrrr/watchtower/pkg/notifications/preview"
|
||||
"github.com/containrrr/watchtower/pkg/notifications/preview/data"
|
||||
"github.com/beatkind/watchtower/internal/meta"
|
||||
"github.com/beatkind/watchtower/pkg/notifications/preview"
|
||||
"github.com/beatkind/watchtower/pkg/notifications/preview/data"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/containrrr/watchtower/internal/meta"
|
||||
"github.com/containrrr/watchtower/pkg/notifications/preview"
|
||||
"github.com/containrrr/watchtower/pkg/notifications/preview/data"
|
||||
"github.com/beatkind/watchtower/internal/meta"
|
||||
"github.com/beatkind/watchtower/pkg/notifications/preview"
|
||||
"github.com/beatkind/watchtower/pkg/notifications/preview/data"
|
||||
|
||||
"syscall/js"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue