2022-03-17 09:52:22 +00:00
|
|
|
module scm.yoorie.de/go-lib/util
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
2022-04-06 07:43:17 +00:00
|
|
|
require (
|
|
|
|
github.com/stretchr/testify v1.7.1
|
|
|
|
golang.org/x/sys v0.0.0-20220405052023-b1e9470b6e64
|
|
|
|
)
|
2022-03-17 09:52:22 +00:00
|
|
|
|
|
|
|
require (
|
2022-04-06 07:43:17 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
2022-03-17 09:52:22 +00:00
|
|
|
)
|