go.mod 203 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 module github.com/vmihailenco/bufpool go 1.13 require ( github.com/kr/pretty v0.1.0 // indirect github.com/stretchr/testify v1.5.1 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect )