go.mod 205 B

12345678910
  1. module github.com/labstack/gommon
  2. go 1.12
  3. require (
  4. github.com/mattn/go-colorable v0.1.2
  5. github.com/mattn/go-isatty v0.0.9
  6. github.com/stretchr/testify v1.4.0
  7. github.com/valyala/fasttemplate v1.0.1
  8. )