From 1ba156bc0cc4bda7789f2fe9e32195ea63289ed8 Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Mon, 30 May 2022 15:04:51 -0400 Subject: [PATCH] Update to latest gowid This is in preparation to fix a bug that causes the termshark screen to be activated too soon when listening on an interface. --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0375db1..9d80f82 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/blang/semver v3.5.1+incompatible github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gcla/deep v1.0.2 - github.com/gcla/gowid v1.3.1-0.20220427034012-f8f1f91caee4 + github.com/gcla/gowid v1.3.1-0.20220530181752-072f0882aae0 github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359 github.com/gdamore/tcell/v2 v2.5.0 github.com/gin-gonic/gin v1.7.0 // indirect diff --git a/go.sum b/go.sum index c75acf5..3d39b5f 100644 --- a/go.sum +++ b/go.sum @@ -59,6 +59,8 @@ github.com/gcla/deep v1.0.2 h1:qBOx6eepcOSRYnHJ+f2ih4hP4Vca1YnLtXxp73n5KWI= github.com/gcla/deep v1.0.2/go.mod h1:evE9pbpSGhItmFoBIk8hPOIC/keKTGYhFl6Le1Av+GE= github.com/gcla/gowid v1.3.1-0.20220427034012-f8f1f91caee4 h1:SBgNi1aZzqhP+KlSAu8ppxYIr68XLN/mC7I1XSUFuHE= github.com/gcla/gowid v1.3.1-0.20220427034012-f8f1f91caee4/go.mod h1:7T4Xzfznq31XvQyAOX+SZzQjvF7RX16mjXDXGB7R/44= +github.com/gcla/gowid v1.3.1-0.20220530181752-072f0882aae0 h1:myaHMntGEyzp1nWI8QL6596lwKKxclaPOS9D1XlvOGI= +github.com/gcla/gowid v1.3.1-0.20220530181752-072f0882aae0/go.mod h1:7T4Xzfznq31XvQyAOX+SZzQjvF7RX16mjXDXGB7R/44= github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359 h1:3xEhacR7pIJV8daurdBygptxhzTJeYFqJp1V6SDl+pE= github.com/gcla/tail v1.0.1-0.20190505190527-650e90873359/go.mod h1:Wn+pZpM98JHSOYkPDtmdvlqmc0OzQGHWOsHB2d28WtQ= github.com/gcla/term v0.0.0-20191015020247-31cba2f9f402 h1:d8cpYNgYjXDjvrdnSaFy4+o1D3BpPUKTBIcijrBKv4c=