2022-10-11 06:06:26 +02:00
|
|
|
module gitea.larvit.se/pwrpln/go_log
|
|
|
|
|
|
|
|
go 1.19
|
2022-10-15 23:06:06 +02:00
|
|
|
|
2023-02-20 22:10:00 +01:00
|
|
|
require github.com/stretchr/testify v1.8.1
|
2022-10-15 23:06:06 +02: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
|
|
|
|
)
|