Skip to content

Commit

Permalink
build(deps): Bump github.com/lima-vm/lima from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [github.com/lima-vm/lima](https://github.com/lima-vm/lima) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/lima-vm/lima/releases)
- [Commits](lima-vm/lima@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/lima-vm/lima
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2022
1 parent 934521c commit 26d69c6
Show file tree
Hide file tree
Showing 2 changed files with 374 additions and 6 deletions.
20 changes: 18 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.18
require (
github.com/golang/mock v1.6.0
github.com/google/go-licenses v1.5.0
github.com/lima-vm/lima v0.13.0
github.com/lima-vm/lima v0.14.0
github.com/onsi/ginkgo/v2 v2.6.0
github.com/onsi/gomega v1.24.1
github.com/pelletier/go-toml v1.9.5
Expand All @@ -22,13 +22,29 @@ require (
k8s.io/apimachinery v0.26.0
)

require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/containers/gvisor-tap-vsock v0.4.1-0.20220920072955-5b1aff8ba743 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/insomniacslk/dhcp v0.0.0-20220504074936-1ca156eafb9f // indirect
github.com/miekg/dns v1.1.50 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/u-root/uio v0.0.0-20210528114334-82958018845c // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
gvisor.dev/gvisor v0.0.0-20220908032458-edc830a43ba6 // indirect
inet.af/tcpproxy v0.0.0-20220326234310-be3ee21c9fa0 // indirect
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/go-units v0.5.0
github.com/emirpasic/gods v1.12.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/goccy/go-yaml v1.9.5 // indirect
github.com/goccy/go-yaml v1.9.7 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/licenseclassifier v0.0.0-20210722185704-3043a050f148 // indirect
Expand Down
Loading

0 comments on commit 26d69c6

Please sign in to comment.