Foxboron / go-uefi

Linux UEFI library written in pure Go.
MIT License
138 stars 13 forks source link

Add missing imports in varsign.go #18

Closed robertfairhead closed 9 months ago

robertfairhead commented 9 months ago

A recent commit added package references to varsign.go but did not update the file with those import statements.

This caused our CI to fail when we imported the updated version of the package.

This adds the missing import statements.

Foxboron commented 9 months ago

Ah, that is because I'm doing git add --patch in an attempt to get tidy commits and I'm not running anything over the commited files to check they are valid :upside_down_face:

But considering people are pulling down my stuff I should probably fix that. Thanks!