From 2c2ae7e73aad69a55c811d99dde7da5421be1c17 Mon Sep 17 00:00:00 2001 From: gmeghnag Date: Thu, 24 Nov 2022 17:18:47 +0100 Subject: [PATCH] [RFE] close #62, updated go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3b37ef05..ccc10f91 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,6 @@ go 1.18 require ( github.com/coreos/go-semver v0.3.0 github.com/dustin/go-humanize v1.0.0 - github.com/google/go-cmp v0.5.6 github.com/metal3-io/baremetal-operator/apis v0.0.0-20220216092208-3612e86973f1 github.com/olekukonko/tablewriter v0.0.5 github.com/openshift/api v0.0.0-20210906075240-3611f00b94fd @@ -47,6 +46,7 @@ require ( github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/google/btree v1.0.1 // indirect + github.com/google/go-cmp v0.5.6 // indirect github.com/google/gofuzz v1.2.0 // indirect github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect github.com/google/uuid v1.2.0 // indirect