Skip to content

Commit 5d87656

Browse files
authored
Merge pull request #1547 from AkihiroSuda/update-20230518
go.mod: bump up go-qemu, tcpproxy, k8s.io, golang.org/x, etc.
2 parents 377f4c7 + 7c21b6b commit 5d87656

File tree

6 files changed

+180
-533
lines changed

6 files changed

+180
-533
lines changed

go.mod

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/coreos/go-semver v0.3.1
1515
github.com/cpuguy83/go-md2man/v2 v2.0.2
1616
github.com/cyphar/filepath-securejoin v0.2.3
17-
github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001
17+
github.com/digitalocean/go-qemu v0.0.0-20221209210016-f035778c97f7
1818
github.com/diskfs/go-diskfs v1.3.0
1919
github.com/docker/go-units v0.5.0
2020
github.com/elastic/go-libaudit/v2 v2.3.2
@@ -29,7 +29,6 @@ require (
2929
github.com/mattn/go-shellwords v1.0.12
3030
github.com/miekg/dns v1.1.54
3131
github.com/mikefarah/yq/v4 v4.33.3
32-
github.com/norouter/norouter v0.6.3
3332
github.com/nxadm/tail v1.4.8
3433
github.com/opencontainers/go-digest v1.0.0
3534
github.com/sethvargo/go-password v0.2.0
@@ -41,10 +40,10 @@ require (
4140
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
4241
gopkg.in/yaml.v3 v3.0.1
4342
gotest.tools/v3 v3.4.0
44-
inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0
45-
k8s.io/api v0.26.3
46-
k8s.io/apimachinery v0.26.3
47-
k8s.io/client-go v0.26.3
43+
inet.af/tcpproxy v0.0.0-20221017015627-91f861402626
44+
k8s.io/api v0.26.4
45+
k8s.io/apimachinery v0.26.4
46+
k8s.io/client-go v0.26.4
4847
)
4948

5049
require (
@@ -55,7 +54,7 @@ require (
5554
github.com/alecthomas/participle/v2 v2.0.0 // indirect
5655
github.com/apparentlymart/go-cidr v1.1.0 // indirect
5756
github.com/davecgh/go-spew v1.1.1 // indirect
58-
github.com/digitalocean/go-libvirt v0.0.0-20201209184759-e2a69bcd5bd1 // indirect
57+
github.com/digitalocean/go-libvirt v0.0.0-20220804181439-8648fbde413e // indirect
5958
github.com/dimchansky/utfbom v1.1.1 // indirect
6059
github.com/elliotchance/orderedmap v1.5.0 // indirect
6160
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
@@ -102,19 +101,19 @@ require (
102101
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
103102
go.uber.org/atomic v1.7.0 // indirect
104103
go.uber.org/multierr v1.7.0 // indirect
105-
golang.org/x/crypto v0.7.0 // indirect
106-
golang.org/x/mod v0.9.0 // indirect
107-
golang.org/x/net v0.8.0 // indirect
108-
golang.org/x/oauth2 v0.4.0 // indirect
109-
golang.org/x/term v0.6.0 // indirect
110-
golang.org/x/text v0.8.0 // indirect
111-
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
112-
golang.org/x/tools v0.7.0 // indirect
104+
golang.org/x/crypto v0.9.0 // indirect
105+
golang.org/x/mod v0.10.0 // indirect
106+
golang.org/x/net v0.10.0 // indirect
107+
golang.org/x/oauth2 v0.8.0 // indirect
108+
golang.org/x/term v0.8.0 // indirect
109+
golang.org/x/text v0.9.0 // indirect
110+
golang.org/x/time v0.3.0 // indirect
111+
golang.org/x/tools v0.9.1 // indirect
113112
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
114113
google.golang.org/appengine v1.6.7 // indirect
115114
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
116115
google.golang.org/grpc v1.53.0 // indirect
117-
google.golang.org/protobuf v1.29.1 // indirect
116+
google.golang.org/protobuf v1.30.0 // indirect
118117
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
119118
gopkg.in/inf.v0 v0.9.1 // indirect
120119
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect

0 commit comments

Comments
 (0)