From beb25b3d5e5559fdc927e3a452167edaa492555a Mon Sep 17 00:00:00 2001 From: dakimura <34202807+dakimura@users.noreply.github.com> Date: Tue, 9 Aug 2022 09:24:18 +0900 Subject: [PATCH] fix: remove replace from go.mod (#614) --- go.mod | 3 --- 1 file changed, 3 deletions(-) diff --git a/go.mod b/go.mod index c356fef2..3bb52fbe 100644 --- a/go.mod +++ b/go.mod @@ -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