-
- Downloads
Make buffconn statistics immutable (#230)
... | ... | @@ -35,6 +35,7 @@ require ( |
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/valyala/fasttemplate v1.1.0 // indirect | ||
go.uber.org/atomic v1.5.1 | ||
go.uber.org/zap v1.13.0 | ||
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d | ||
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 | ||
... | ... |
Please register or sign in to comment