ethr/go.mod
subham sarkar 58c80e3e6e
Update compatible modules to their latest versions (#127)
Update the packages to their latest compatible versions.
Also ran "go mod tidy" which removed the unused "errors"
package.
2020-09-22 16:30:38 -07:00

10 lines
208 B
Modula-2

module github.com/microsoft/ethr
require (
github.com/mattn/go-runewidth v0.0.9
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff
)
go 1.13