Skip to content

Commit

Permalink
deps: pull in updates
Browse files Browse the repository at this point in the history
Signed-off-by: x5a17ed <[email protected]>
  • Loading branch information
0x5a17ed committed Jan 11, 2025
1 parent 67ea48b commit b41a2a4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 434 deletions.
19 changes: 10 additions & 9 deletions go.mod
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
)
Loading

0 comments on commit b41a2a4

Please sign in to comment.