From 6fa1b4c0806b1fe8e6c55625d52eae86caff646b Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Fri, 14 Dec 2018 06:44:20 -0800 Subject: [PATCH] update gomod --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 5fbc1d9b..ee77d111 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,8 @@ require ( github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.7.0 // indirect + github.com/gonutz/w32 v1.0.0 + github.com/gonutz/wui v1.0.0 github.com/gorilla/websocket v1.4.0 github.com/mattn/go-colorable v0.0.9 // indirect github.com/mattn/go-isatty v0.0.4 // indirect