module github.com/bluenviron/gomavlib/v3

go 1.24.0

require (
	bou.ke/monkey v1.0.2
	github.com/alecthomas/kong v1.12.1
	github.com/pion/transport/v2 v2.2.10
	github.com/stretchr/testify v1.11.1
	go.bug.st/serial v1.6.4
)

require (
	github.com/creack/goselect v0.1.2 // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pion/logging v0.2.2 // indirect
	github.com/pion/transport/v3 v3.0.6 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/net v0.38.0 // indirect
	golang.org/x/sys v0.31.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)
