diff --git a/go.mod b/go.mod index 03516ce..6d5acb7 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.7.1 // 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.0.0-20220315194320-039c03cc5b86 // indirect )