mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Consistent context
This commit is contained in:
parent
da9ba691f3
commit
97214b2720
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -1,7 +1,6 @@
|
|||
package main // import "github.com/CenturyLinkLabs/watchtower"
|
||||
|
||||
import (
|
||||
"context"
|
||||
"crypto/tls"
|
||||
"crypto/x509"
|
||||
"fmt"
|
||||
|
@ -19,6 +18,7 @@ import (
|
|||
"github.com/urfave/cli"
|
||||
"github.com/docker/docker/api/types"
|
||||
dockerclient "github.com/docker/docker/client"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue