drive-health/go.mod

9 lines
179 B
Modula-2
Raw Normal View History

2024-01-20 00:21:59 +02:00
module tea.chunkbyte.com/kato/drive-health
go 1.21.6
require (
github.com/anatol/smart.go v0.0.0-20230705044831-c3b27137baa3 // indirect
golang.org/x/sys v0.9.0 // indirect
)