module bitbucket.org/uwaploe/abprcomm go 1.16 require ( bitbucket.org/uwaploe/abprdata v0.9.9 bitbucket.org/uwaploe/atm v0.7.2 bitbucket.org/uwaploe/atmmsg v0.6.0 github.com/Masterminds/semver v1.5.0 // indirect github.com/fatih/color v1.10.0 // indirect github.com/golang/protobuf v1.5.2 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 github.com/leaanthony/slicer v1.5.0 // indirect github.com/mitchellh/mapstructure v1.4.1 github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/sirupsen/logrus v1.8.1 // indirect github.com/spf13/afero v1.6.0 // indirect github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 github.com/wailsapp/wails v1.16.4-pre1 go.etcd.io/bbolt v1.3.5 golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 google.golang.org/protobuf v1.26.0 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect ) // replace bitbucket.org/uwaploe/atm => ../../Link16/atm // replace bitbucket.org/uwaploe/abprdata => ../pkg/abprdata // replace bitbucket.org/uwaploe/atmmsg => ../pkg/atmmsg