Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ module github.com/codeuniversity/nervo
go 1.12

require (
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/alexmorten/mhist v0.2.0
github.com/golang/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/manifoldco/promptui v0.3.2
github.com/stretchr/testify v1.4.0
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/stretchr/testify v1.8.1
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
golang.org/x/net v0.0.0-20191028085509-fe3aa8a45271
golang.org/x/sys v0.0.0-20190912141932-bc967efca4b8 // indirect
google.golang.org/grpc v1.24.0
golang.org/x/net v0.5.0
google.golang.org/grpc v1.53.0
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
)
Loading