diff --git a/NOTES.md b/NOTES.md index 9adde48..d876f63 100644 --- a/NOTES.md +++ b/NOTES.md @@ -12,8 +12,6 @@ - Filed [issue 23](https://gitlab.com/tslocum/cview/-/issues/23) - Text background not reset on ANSI pages - Filed [issue 25](https://gitlab.com/tslocum/cview/-/issues/25) -- Modal styling messed up when wrapped - example occurence is the error modal for a long unsupported scheme URL - - Filed [issue 26](https://gitlab.com/tslocum/cview/-/issues/26) - Add some bold back into modal text after this is fixed - Bookmark keys aren't deleted, just set to `""` - Waiting on [this viper PR](https://github.com/spf13/viper/pull/519) to be merged diff --git a/go.mod b/go.mod index 98dd955..3d087a2 100644 --- a/go.mod +++ b/go.mod @@ -21,7 +21,7 @@ require ( github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.6.1 - gitlab.com/tslocum/cview v1.5.1-0.20201026174147-36671ba7d31c + gitlab.com/tslocum/cview v1.5.1-0.20201103192513-888dcd2560e2 golang.org/x/sys v0.0.0-20201026173827-119d4633e4d1 // indirect golang.org/x/text v0.3.3 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect diff --git a/go.sum b/go.sum index 79b2940..08ac9f3 100644 --- a/go.sum +++ b/go.sum @@ -218,8 +218,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1 github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= gitlab.com/tslocum/cbind v0.1.3 h1:FT/fTQ4Yj3eo5021lB3IbkIt8eVtYGhrw/xur+cjvUU= gitlab.com/tslocum/cbind v0.1.3/go.mod h1:RvwYE3auSjBNlCmWeGspzn+jdLUVQ8C2QGC+0nP9ChI= -gitlab.com/tslocum/cview v1.5.1-0.20201026174147-36671ba7d31c h1:yjyZ6CMJodKSylKTyIHbCsMNNuSE26hW7PMl6TWaM4M= -gitlab.com/tslocum/cview v1.5.1-0.20201026174147-36671ba7d31c/go.mod h1:IEfcfqcDG4Tm28XM+H8TEtbrqjpieAewfcJvQ9SgcRM= +gitlab.com/tslocum/cview v1.5.1-0.20201103192513-888dcd2560e2 h1:HUyS++/abHKJeUPdadPkQsb6o2z+5+EnYnQgHvBwWeU= +gitlab.com/tslocum/cview v1.5.1-0.20201103192513-888dcd2560e2/go.mod h1:IEfcfqcDG4Tm28XM+H8TEtbrqjpieAewfcJvQ9SgcRM= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=