- module github.com/labstack/gommon
- require (
- github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/mattn/go-colorable v0.0.9
- github.com/mattn/go-isatty v0.0.4
- github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/stretchr/testify v1.2.2
- github.com/valyala/bytebufferpool v1.0.0 // indirect
- github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4
- golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2 // indirect
- )
- go 1.13
|