aports/community/wuzz/update-go-mod.patch

17 lines
615 B
Diff

diff --git a/go.mod b/go.mod
index 03516ce..08a3cb5 100644
--- a/go.mod
+++ b/go.mod
@@ -13,9 +13,10 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
github.com/nwidger/jsoncolor v0.3.0
+ github.com/stretchr/testify v1.9.0 // indirect
github.com/tidwall/gjson v1.6.0
github.com/tidwall/pretty v1.0.1 // indirect
github.com/x86kernel/htmlcolor v0.0.0-20190529101448-c589f58466d0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
- golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
+ golang.org/x/sys v0.6.0 // indirect
)