Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containers/libhvee
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 872aa7a7d7c153a5a033b48fb30362069ce03a33
Choose a base ref
..
head repository: containers/libhvee
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2a21787930621b3c4f8bd02b2d14bd796c5270ef
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +1 −1 go.mod
  2. +2 −2 go.sum
  3. +2 −2 vendor/modules.txt
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ go 1.18

require (
github.com/containers/podman/v4 v4.9.0
github.com/containers/storage v1.51.0
github.com/containers/storage v1.52.0
github.com/go-ole/go-ole v1.3.0
github.com/onsi/ginkgo/v2 v2.15.0
github.com/onsi/gomega v1.31.1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/containers/podman/v4 v4.9.0 h1:K7lSZAlloEa3SoEHebFC+v8fY+gBMhFfjpestFDdphQ=
github.com/containers/podman/v4 v4.9.0/go.mod h1:mYrL/jqmfFbcyWpiGhXgGJJgCp0V18okNUFzsADNv7I=
github.com/containers/storage v1.51.0 h1:AowbcpiWXzAjHosKz7MKvPEqpyX+ryZA/ZurytRrFNA=
github.com/containers/storage v1.51.0/go.mod h1:ybl8a3j1PPtpyaEi/5A6TOFs+5TrEyObeKJzVtkUlfc=
github.com/containers/storage v1.52.0 h1:8QFFeJg2cQFN0TyJguxHrSz3bl7XtMRnfXrTsvLVkuY=
github.com/containers/storage v1.52.0/go.mod h1:PE+L330tisEjQrAVkfAlW8ECvqzc/jusrxJzu9TEi2w=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# github.com/containers/podman/v4 v4.9.0
## explicit; go 1.18
github.com/containers/podman/v4/pkg/strongunits
# github.com/containers/storage v1.51.0
## explicit; go 1.19
# github.com/containers/storage v1.52.0
## explicit; go 1.20
github.com/containers/storage/pkg/regexp
github.com/containers/storage/pkg/stringid
# github.com/go-logr/logr v1.3.0