Skip to content

Commit

Permalink
fix: remove replace from go.mod (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakimura authored Aug 9, 2022
1 parent 5d4fe6c commit beb25b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,3 @@ require (
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

// to avoid "invalid pseudo-version: major version without preceding tag must be v0, not v1" error
replace github.com/go-check/check v1.0.0-20180628173108-788fd7840127 => github.com/go-check/check v0.0.0-20180628173108-788fd7840127

0 comments on commit beb25b3

Please sign in to comment.