devicepath/go.mod

15 lines
277 B
Modula-2
Raw Permalink Normal View History

2023-09-16 14:20:09 +00:00
module git.faercol.me/faercol/devicepath
2023-08-27 09:31:03 +00:00
go 1.20
2023-08-27 13:09:30 +00:00
2023-09-16 15:00:46 +00:00
require (
github.com/google/uuid v1.3.1
github.com/stretchr/testify v1.8.4
)
2023-08-27 13:09:30 +00:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)