github.com/robgonnella/ardi/v2@v2.4.5-0.20230102052001-11a49de978c3/go.mod (about)

     1  module github.com/robgonnella/ardi/v2
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/arduino/arduino-cli v0.0.0-20220304060206-8b53b8505291
     7  	github.com/fsnotify/fsnotify v1.5.1
     8  	github.com/golang/mock v1.6.0
     9  	github.com/google/uuid v1.3.0
    10  	github.com/jroimartin/gocui v0.5.0
    11  	github.com/mitchellh/go-wordwrap v1.0.1
    12  	github.com/sirupsen/logrus v1.8.1
    13  	github.com/spf13/cobra v1.3.0
    14  	github.com/stretchr/testify v1.7.0
    15  	go.bug.st/serial v1.3.5
    16  	gopkg.in/yaml.v2 v2.4.0
    17  )