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