Skip to content

Commit

Permalink
Bump github.com/canonical/go-efilib from 1.2.0 to 1.3.1
Browse files Browse the repository at this point in the history
Bumps [github.com/canonical/go-efilib](https://github.com/canonical/go-efilib) from 1.2.0 to 1.3.1.
- [Commits](canonical/go-efilib@v1.2.0...v1.3.1)

---
updated-dependencies:
- dependency-name: github.com/canonical/go-efilib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 55770a2 commit 667f667
Show file tree
Hide file tree
Showing 6 changed files with 156 additions and 33 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.4

require (
github.com/bramvdbogaerde/go-scp v1.5.0
github.com/canonical/go-efilib v1.2.0
github.com/canonical/go-efilib v1.3.1
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/cenkalti/backoff/v4 v4.3.0
github.com/containerd/containerd v1.7.22
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ github.com/alecthomas/repr v0.2.0 h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk
github.com/alecthomas/repr v0.2.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
github.com/bramvdbogaerde/go-scp v1.5.0 h1:a9BinAjTfQh273eh7vd3qUgmBC+bx+3TRDtkZWmIpzM=
github.com/bramvdbogaerde/go-scp v1.5.0/go.mod h1:on2aH5AxaFb2G0N5Vsdy6B0Ml7k9HuHSwfo1y0QzAbQ=
github.com/canonical/go-efilib v1.2.0 h1:+fvJdkj3oVyURFtfk8gSft6pdKyVzzdzNn9GC1kMJw8=
github.com/canonical/go-efilib v1.2.0/go.mod h1:n0Ttsy1JuHAvqaFbZBs6PAzoiiJdfkHsAmDOEbexYEQ=
github.com/canonical/go-efilib v1.3.1 h1:KnVlqrKn0ZDGAbgQt9tke5cvtqNRCmpEp0v7RGUVpqs=
github.com/canonical/go-efilib v1.3.1/go.mod h1:n0Ttsy1JuHAvqaFbZBs6PAzoiiJdfkHsAmDOEbexYEQ=
github.com/cavaliergopher/grab/v3 v3.0.1 h1:4z7TkBfmPjmLAAmkkAZNX/6QJ1nNFdv3SdIHXju0Fr4=
github.com/cavaliergopher/grab/v3 v3.0.1/go.mod h1:1U/KNnD+Ft6JJiYoYBAimKH2XrYptb8Kl3DFGmsjpq4=
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
Expand Down
118 changes: 98 additions & 20 deletions vendor/github.com/canonical/go-efilib/devicepath.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 53 additions & 9 deletions vendor/github.com/canonical/go-efilib/vars.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ github.com/StackExchange/wmi
# github.com/bramvdbogaerde/go-scp v1.5.0
## explicit; go 1.21
github.com/bramvdbogaerde/go-scp
# github.com/canonical/go-efilib v1.2.0
# github.com/canonical/go-efilib v1.3.1
## explicit; go 1.18
github.com/canonical/go-efilib
github.com/canonical/go-efilib/internal/ioerr
Expand Down

0 comments on commit 667f667

Please sign in to comment.