go.mod 315 B

123456789101112
  1. module github.com/labstack/gommon
  2. require (
  3. github.com/mattn/go-colorable v0.1.2
  4. github.com/mattn/go-isatty v0.0.8
  5. github.com/stretchr/objx v0.2.0 // indirect
  6. github.com/stretchr/testify v1.3.0
  7. github.com/valyala/fasttemplate v1.0.1
  8. golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
  9. )
  10. go 1.13