Skip to content

Commit

Permalink
[RFE] close #62, updated go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeghnag committed Nov 24, 2022
1 parent 355e096 commit 2c2ae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2c2ae7e

Please sign in to comment.