blob: 7f3096ae4cdf50ddf4dc2956fafa7d72a81e1c3a (
plain)
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
)
|