File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/containerd/containerd v1.6.15
11
11
github.com/containerd/continuity v0.3.0
12
12
github.com/containers/gvisor-tap-vsock v0.4.1-0.20220920072955-5b1aff8ba743
13
- github.com/coreos/go-semver v0.3.0
13
+ github.com/coreos/go-semver v0.3.1
14
14
github.com/cyphar/filepath-securejoin v0.2.3
15
15
github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001
16
16
github.com/diskfs/go-diskfs v1.2.0
@@ -36,6 +36,7 @@ require (
36
36
golang.org/x/sync v0.1.0
37
37
golang.org/x/sys v0.4.0
38
38
gotest.tools/v3 v3.4.0
39
+ inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0
39
40
)
40
41
41
42
require (
@@ -77,5 +78,4 @@ require (
77
78
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
78
79
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
79
80
gvisor.dev/gvisor v0.0.0-20220908032458-edc830a43ba6 // indirect
80
- inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0 // indirect
81
81
)
Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkE
131
131
github.com/coreos/etcd v3.3.10+incompatible /go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE =
132
132
github.com/coreos/go-etcd v2.0.0+incompatible /go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk =
133
133
github.com/coreos/go-semver v0.2.0 /go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk =
134
- github.com/coreos/go-semver v0.3.0 h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM =
135
- github.com/coreos/go-semver v0.3.0 /go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk =
134
+ github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4 =
135
+ github.com/coreos/go-semver v0.3.1 /go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec =
136
136
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e /go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4 =
137
137
github.com/coreos/go-systemd/v22 v22.0.0 /go.mod h1:xO0FLkIi5MaZafQlIrOotqXZ90ih+1atmu1JpKERPPk =
138
138
github.com/coreos/go-systemd/v22 v22.1.0 /go.mod h1:xO0FLkIi5MaZafQlIrOotqXZ90ih+1atmu1JpKERPPk =
@@ -1026,7 +1026,6 @@ gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
1026
1026
gopkg.in/yaml.v2 v2.2.4 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
1027
1027
gopkg.in/yaml.v2 v2.2.8 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
1028
1028
gopkg.in/yaml.v2 v2.3.0 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
1029
- gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
1030
1029
gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
1031
1030
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
1032
1031
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments