module github.com/vapourismo/knx-go

go 1.16

require (
	github.com/stretchr/testify v1.7.0
	golang.org/x/net v0.23.0
	golang.org/x/text v0.14.0
)
