Skip to content

Commit

Permalink
Merge pull request #1380 from lima-vm/dependabot/go_modules/github.co…
Browse files Browse the repository at this point in the history
…m/containers/gvisor-tap-vsock-0.5.0

build(deps): bump github.com/containers/gvisor-tap-vsock from 0.4.1-0.20220920072955-5b1aff8ba743 to 0.5.0
  • Loading branch information
AkihiroSuda authored Feb 24, 2023
2 parents c23aad2 + 72c71dd commit e939454
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 169 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/cheggaaa/pb/v3 v3.1.0
github.com/containerd/containerd v1.6.18
github.com/containerd/continuity v0.3.0
github.com/containers/gvisor-tap-vsock v0.4.1-0.20220920072955-5b1aff8ba743
github.com/containers/gvisor-tap-vsock v0.5.0
github.com/coreos/go-semver v0.3.1
github.com/cyphar/filepath-securejoin v0.2.3
github.com/digitalocean/go-qemu v0.0.0-20210326154740-ac9e0b687001
Expand Down Expand Up @@ -45,7 +45,7 @@ require (
)

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/VividCortex/ewma v1.1.1 // indirect
github.com/a8m/envsubst v1.4.1 // indirect
github.com/alecthomas/participle/v2 v2.0.0-beta.5 // indirect
Expand Down Expand Up @@ -95,7 +95,7 @@ require (
go.uber.org/multierr v1.7.0 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/mod v0.6.0 // indirect
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
golang.org/x/net v0.4.0 // indirect
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
golang.org/x/term v0.3.0 // indirect
golang.org/x/text v0.5.0 // indirect
Expand All @@ -104,14 +104,14 @@ require (
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/grpc v1.51.0-dev // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gvisor.dev/gvisor v0.0.0-20220908032458-edc830a43ba6 // indirect
gvisor.dev/gvisor v0.0.0-20221216231429-a78e892a26d2 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
Expand Down
Loading

0 comments on commit e939454

Please sign in to comment.