Skip to content

Commit

Permalink
go mod: Improve readability
Browse files Browse the repository at this point in the history
The go VER line was there, but not in the beginning as it should.

Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval committed Sep 19, 2023
1 parent a17a572 commit 68853fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module github.com/kubevirt/cluster-network-addons-operator

go 1.17

require (
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/blang/semver v3.5.1+incompatible
Expand Down Expand Up @@ -332,5 +334,3 @@ replace github.com/Microsoft/go-winio => github.com/Microsoft/go-winio v0.4.17
replace bitbucket.org/ww/goautoneg => github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d

replace github.com/Masterminds/goutils => github.com/Masterminds/goutils v1.1.1

go 1.17

0 comments on commit 68853fd

Please sign in to comment.