go.mod 678 B

123456789101112131415161718
  1. module github.com/johnsonjh/gfsmux
  2. go 1.17
  3. require github.com/johnsonjh/leaktestfe v0.0.0-20211209070910-8867fa9b8525
  4. require (
  5. github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
  6. github.com/kr/pretty v0.3.0 // indirect
  7. github.com/kr/text v0.2.0 // indirect
  8. github.com/rogpeppe/go-internal v1.8.1-0.20211023094830-115ce09fd6b4 // indirect
  9. go.uber.org/goleak v1.1.12 // indirect
  10. golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
  11. golang.org/x/tools v0.1.9-0.20211208161556-3fca6a08d78f // indirect
  12. gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
  13. gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
  14. )