diff --git a/go.mod b/go.mod index 665e489..1a3c4cd 100644 --- a/go.mod +++ b/go.mod @@ -35,4 +35,7 @@ require ( gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/fsnotify/fsnotify.v1 v1.4.7 gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect + + golang.org/x/net v0.7.0 //https://github.com/gcla/termshark/issues/157 + golang.org/x/text v0.3.8 //https://github.com/gcla/termshark/issues/157 Run 'go mod tidy' after build to fix go.sum )