2024-04-04 18:55:01 +00:00
|
|
|
module gitea.rosskeen.house/rosskeen.house/machine
|
2024-04-04 17:33:22 +00:00
|
|
|
|
2024-04-04 18:55:01 +00:00
|
|
|
go 1.21.1
|
2024-04-04 20:06:45 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|