mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 15:10:12 +01:00
gofmt -s -w .
This commit is contained in:
parent
083903f617
commit
d00305cb25
4 changed files with 12 additions and 12 deletions
|
|
@ -4,8 +4,8 @@ import (
|
|||
"math/rand"
|
||||
"time"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/kopfkrieg/watchtower/container"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ package container
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/kopfkrieg/watchtower/container/mocks"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestWatchtowerContainersFilter(t *testing.T) {
|
||||
|
|
|
|||
6
main.go
6
main.go
|
|
@ -8,12 +8,12 @@ import (
|
|||
|
||||
"strconv"
|
||||
|
||||
"github.com/robfig/cron"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/urfave/cli"
|
||||
"github.com/kopfkrieg/watchtower/actions"
|
||||
"github.com/kopfkrieg/watchtower/container"
|
||||
"github.com/kopfkrieg/watchtower/notifications"
|
||||
"github.com/robfig/cron"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
// DockerAPIMinVersion is the version of the docker API, which is minimally required by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue