go.mod 678 B

123456789101112131415161718
  1. module github.com/johnsonjh/gfsmux
  2. go 1.17
  3. require github.com/johnsonjh/leaktestfe v0.0.0-20210913171754-db3c2857f219
  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.20210531173208-9df06c38c09b // indirect
  9. go.uber.org/goleak v1.1.11 // indirect
  10. golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
  11. golang.org/x/tools v0.1.6-0.20210813165731-45389f592fe9 // indirect
  12. gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
  13. gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
  14. )