File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515package worker
1616
1717import (
18+ "context"
1819 "sync"
1920
2021 "github.com/coreos/pkg/multierror"
21- "golang.org/x/net/context"
2222)
2323
2424// Worker is a function that WorkerGroup will run in a new goroutine.
Original file line number Diff line number Diff line change 1515package gcloud
1616
1717import (
18+ "context"
1819 "fmt"
1920 "runtime"
2021 "strings"
2122
22- "golang.org/x/net/context"
2323 "google.golang.org/api/compute/v1"
2424)
2525
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ package platform
1616
1717import (
1818 "bytes"
19+ "context"
1920 "encoding/json"
2021 "fmt"
2122 "io"
@@ -30,7 +31,6 @@ import (
3031 "github.com/kballard/go-shellquote"
3132 "github.com/pkg/errors"
3233 "golang.org/x/crypto/ssh"
33- "golang.org/x/net/context"
3434
3535 "github.com/coreos/coreos-assembler/mantle/platform/conf"
3636 "github.com/coreos/coreos-assembler/mantle/util"
You can’t perform that action at this time.
0 commit comments