File tree Expand file tree Collapse file tree 4 files changed +111
-27
lines changed
github.com/canonical/go-efilib Expand file tree Collapse file tree 4 files changed +111
-27
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.22.4
66
77require (
88 github.com/bramvdbogaerde/go-scp v1.5.0
9- github.com/canonical/go-efilib v1.3 .1
9+ github.com/canonical/go-efilib v1.4 .1
1010 github.com/cavaliergopher/grab/v3 v3.0.1
1111 github.com/cenkalti/backoff/v4 v4.3.0
1212 github.com/containerd/containerd v1.7.22
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ github.com/alecthomas/repr v0.2.0 h1:HAzS41CIzNW5syS8Mf9UwXhNH1J9aix/BvDRf1Ml2Yk
1515github.com/alecthomas/repr v0.2.0 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
1616github.com/bramvdbogaerde/go-scp v1.5.0 h1:a9BinAjTfQh273eh7vd3qUgmBC+bx+3TRDtkZWmIpzM =
1717github.com/bramvdbogaerde/go-scp v1.5.0 /go.mod h1:on2aH5AxaFb2G0N5Vsdy6B0Ml7k9HuHSwfo1y0QzAbQ =
18- github.com/canonical/go-efilib v1.3 .1 h1:KnVlqrKn0ZDGAbgQt9tke5cvtqNRCmpEp0v7RGUVpqs =
19- github.com/canonical/go-efilib v1.3 .1 /go.mod h1:n0Ttsy1JuHAvqaFbZBs6PAzoiiJdfkHsAmDOEbexYEQ =
18+ github.com/canonical/go-efilib v1.4 .1 h1:/VMNCypz+iVmnNuMcsm7WvmDMI1ObkEP2W1h8Ls7OyM =
19+ github.com/canonical/go-efilib v1.4 .1 /go.mod h1:n0Ttsy1JuHAvqaFbZBs6PAzoiiJdfkHsAmDOEbexYEQ =
2020github.com/cavaliergopher/grab/v3 v3.0.1 h1:4z7TkBfmPjmLAAmkkAZNX/6QJ1nNFdv3SdIHXju0Fr4 =
2121github.com/cavaliergopher/grab/v3 v3.0.1 /go.mod h1:1U/KNnD+Ft6JJiYoYBAimKH2XrYptb8Kl3DFGmsjpq4 =
2222github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8 =
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ github.com/StackExchange/wmi
2929# github.com/bramvdbogaerde/go-scp v1.5.0
3030## explicit; go 1.21
3131github.com/bramvdbogaerde/go-scp
32- # github.com/canonical/go-efilib v1.3 .1
32+ # github.com/canonical/go-efilib v1.4 .1
3333## explicit; go 1.18
3434github.com/canonical/go-efilib
3535github.com/canonical/go-efilib/internal/ioerr
You can’t perform that action at this time.
0 commit comments