Skip to content

Commit

Permalink
go.mod: Minor reorganization of replaces
Browse files Browse the repository at this point in the history
...to prevent automatic updates from getting added to the smaller
section.

Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus committed Jan 25, 2022
1 parent 77b1518 commit bba907d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ module github.com/ossf/scorecard/v4

go 1.17

// TODO(go.mod): Is there a reason these deps are kept separately from the
// other `require`s?
require (
github.com/rhysd/actionlint v1.6.8
gotest.tools v2.2.0+incompatible
)

require (
cloud.google.com/go/bigquery v1.27.0
cloud.google.com/go/monitoring v0.1.0 // indirect
Expand Down Expand Up @@ -37,13 +44,6 @@ require (
mvdan.cc/sh/v3 v3.4.2
)

// TODO(go.mod): Is there a reason these deps are kept separately from the
// other `require`s?
require (
github.com/rhysd/actionlint v1.6.8
gotest.tools v2.2.0+incompatible
)

require (
cloud.google.com/go v0.100.2 // indirect
cloud.google.com/go/compute v0.1.0 // indirect
Expand Down

0 comments on commit bba907d

Please sign in to comment.