- module github.com/labstack/gommon
- require (
- github.com/mattn/go-colorable v0.1.2
- github.com/mattn/go-isatty v0.0.8
- github.com/stretchr/objx v0.2.0 // indirect
- github.com/stretchr/testify v1.3.0
- github.com/valyala/fasttemplate v1.0.1
- golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
- )
- go 1.13
|