github.com/bluenviron/gomavlib/v2@v2.2.1-0.20240308101627-2c07e3da629c/go.mod (about)

     1  module github.com/bluenviron/gomavlib/v2
     2  
     3  go 1.19
     4  
     5  require (
     6  	bou.ke/monkey v1.0.2
     7  	github.com/alecthomas/kong v0.9.0
     8  	github.com/pion/transport/v2 v2.2.4
     9  	github.com/stretchr/testify v1.9.0
    10  	github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
    11  )
    12  
    13  require (
    14  	github.com/davecgh/go-spew v1.1.1 // indirect
    15  	github.com/pmezard/go-difflib v1.0.0 // indirect
    16  	golang.org/x/net v0.17.0 // indirect
    17  	golang.org/x/sys v0.13.0 // indirect
    18  	gopkg.in/yaml.v3 v3.0.1 // indirect
    19  )