module github.com/savsgio/gotils

go 1.20

require (
	github.com/google/uuid v1.6.0
	github.com/valyala/bytebufferpool v1.0.0
)
