module github.com/DataDog/sketches-go

go 1.15

require (
	github.com/golang/protobuf v1.5.2
	github.com/google/gofuzz v1.2.0
	github.com/stretchr/testify v1.6.1
	google.golang.org/protobuf v1.27.1
)
