diff --git a/go.mod b/go.mod index b2a1de5..039b0d8 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,7 @@ require ( github.com/mudler/yip v0.11.3 github.com/nxadm/tail v1.4.8 github.com/onsi/ginkgo/v2 v2.5.0 - github.com/onsi/gomega v1.24.0 + github.com/onsi/gomega v1.24.1 github.com/otiai10/copy v1.7.0 github.com/pterm/pterm v0.12.49 github.com/qeesung/image2ascii v1.0.1 @@ -89,9 +89,9 @@ require ( go.uber.org/zap v1.21.0 // indirect golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect golang.org/x/image v0.0.0-20191206065243-da761ea9ff43 // indirect - golang.org/x/net v0.1.0 // indirect - golang.org/x/sys v0.1.0 // indirect - golang.org/x/term v0.1.0 // indirect + golang.org/x/net v0.2.0 // indirect + golang.org/x/sys v0.2.0 // indirect + golang.org/x/term v0.2.0 // indirect golang.org/x/text v0.4.0 // indirect golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect google.golang.org/appengine v1.6.7 // indirect