go.mod 449 B

1234567891011121314
  1. module github.com/labstack/gommon
  2. require (
  3. github.com/davecgh/go-spew v1.1.1 // indirect
  4. github.com/mattn/go-colorable v0.0.9
  5. github.com/mattn/go-isatty v0.0.4
  6. github.com/pmezard/go-difflib v1.0.0 // indirect
  7. github.com/stretchr/testify v1.2.2
  8. github.com/valyala/bytebufferpool v1.0.0 // indirect
  9. github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4
  10. golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2 // indirect
  11. )
  12. go 1.13