Skip to content

Commit 5837bb3

Browse files
committed
refactor: replace github.com/docker/docker with github.com/moby/moby
1 parent 1668a35 commit 5837bb3

File tree

15 files changed

+9
-881
lines changed

15 files changed

+9
-881
lines changed

Diff for: cmd/sand-agent/sand-agent.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"path/filepath"
99
"sync"
1010

11-
"github.com/docker/docker/pkg/reexec"
11+
"github.com/moby/moby/pkg/reexec"
1212
"github.com/pkg/errors"
1313
"github.com/sirupsen/logrus"
1414

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ require (
1010
github.com/Scalingo/go-utils/graceful v1.1.1
1111
github.com/Scalingo/go-utils/logger v1.2.0
1212
github.com/bits-and-blooms/bitset v1.4.0
13-
github.com/docker/docker v23.0.1+incompatible
1413
github.com/gofrs/uuid v4.3.1+incompatible
1514
github.com/golang/mock v1.6.0
1615
github.com/kelseyhightower/envconfig v1.4.0
1716
github.com/magefile/mage v1.14.0
17+
github.com/moby/moby v23.0.1+incompatible
1818
github.com/pkg/errors v0.9.1
1919
github.com/sirupsen/logrus v1.9.0
2020
github.com/stretchr/testify v1.8.1

Diff for: go.sum

+2-874
Large diffs are not rendered by default.

Diff for: netnsbuilder/create.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"os"
66
"os/exec"
77

8-
"github.com/docker/docker/pkg/reexec"
8+
"github.com/moby/moby/pkg/reexec"
99
"github.com/pkg/errors"
1010
"golang.org/x/sys/unix"
1111

Diff for: netnsbuilder/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"os"
66

7-
"github.com/docker/docker/pkg/reexec"
7+
"github.com/moby/moby/pkg/reexec"
88
"github.com/sirupsen/logrus"
99
"golang.org/x/sys/unix"
1010

File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: vendor/modules.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ github.com/cpuguy83/go-md2man/v2/md2man
5757
# github.com/davecgh/go-spew v1.1.1
5858
## explicit
5959
github.com/davecgh/go-spew/spew
60-
# github.com/docker/docker v23.0.1+incompatible
61-
## explicit
62-
github.com/docker/docker/pkg/reexec
6360
# github.com/docker/go-connections v0.4.0
6461
## explicit
6562
github.com/docker/go-connections/sockets
@@ -99,6 +96,9 @@ github.com/kelseyhightower/envconfig
9996
## explicit; go 1.12
10097
github.com/magefile/mage/mg
10198
github.com/magefile/mage/sh
99+
# github.com/moby/moby v23.0.1+incompatible
100+
## explicit
101+
github.com/moby/moby/pkg/reexec
102102
# github.com/pkg/errors v0.9.1
103103
## explicit
104104
github.com/pkg/errors

0 commit comments

Comments
 (0)