module github.com/labstack/gommon

go 1.23.0

require (
	github.com/mattn/go-colorable v0.1.14
	github.com/mattn/go-isatty v0.0.21
	github.com/stretchr/testify v1.11.1
	github.com/valyala/fasttemplate v1.2.2
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/valyala/bytebufferpool v1.0.0 // indirect
	golang.org/x/sys v0.29.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)
