-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: x5a17ed <[email protected]>
- Loading branch information
Showing
2 changed files
with
25 additions
and
434 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
module github.com/0x5a17ed/uefi | ||
|
||
go 1.18 | ||
go 1.22.0 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/0x5a17ed/itkit v0.6.0 | ||
github.com/spf13/afero v1.9.2 | ||
github.com/0x5a17ed/itkit v0.7.0 | ||
github.com/spf13/afero v1.12.0 | ||
github.com/stretchr/testify v1.7.2 | ||
go.uber.org/multierr v1.8.0 | ||
golang.org/x/sys v0.1.0 | ||
go.uber.org/multierr v1.11.0 | ||
golang.org/x/sys v0.29.0 | ||
gotest.tools/v3 v3.4.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/google/go-cmp v0.5.8 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
golang.org/x/exp v0.0.0-20221028150844-83b7d23a625f // indirect | ||
golang.org/x/text v0.4.0 // indirect | ||
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.