summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJason Song <i@wolfogre.com>2023-01-09 14:00:10 +0800
committerGitHub <noreply@github.com>2023-01-09 01:00:10 -0500
commit9e94346529e1b03d5d1de1604dad88c15b4131ef (patch)
tree23dbbe917ee9792a4011f41db3d5412a8ba37aea /go.mod
parent7adc2de46404e32ed33f999d308ed56232cdfea5 (diff)
downloadgitea-9e94346529e1b03d5d1de1604dad88c15b4131ef.tar.gz
gitea-9e94346529e1b03d5d1de1604dad88c15b4131ef.zip
Remove satori/go.uuid (#22375)
`github.com/satori/go.uuid` is no longer used, so the `replace` is not needed now
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 64c293bc25..89c57dc761 100644
--- a/go.mod
+++ b/go.mod
@@ -303,8 +303,6 @@ replace github.com/hashicorp/go-version => github.com/6543/go-version v1.3.1
replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142115-2c99e1ffdfa0
-replace github.com/satori/go.uuid v1.2.0 => github.com/gofrs/uuid v4.2.0+incompatible
-
replace github.com/blevesearch/zapx/v15 v15.3.6 => github.com/zeripath/zapx/v15 v15.3.6-alignment-fix
exclude github.com/gofrs/uuid v3.2.0+incompatible
@@ -312,3 +310,5 @@ exclude github.com/gofrs/uuid v3.2.0+incompatible
exclude github.com/gofrs/uuid v4.0.0+incompatible
exclude github.com/goccy/go-json v0.4.11
+
+exclude github.com/satori/go.uuid v1.2.0