From 3af7e03aeb2ef5ccba96669641949e4bcb67a32f Mon Sep 17 00:00:00 2001 From: Gusted Date: Mon, 26 Aug 2024 03:29:27 +0200 Subject: [PATCH] [CHORE] Remove unused `exclude` This was introduced in https://github.com/go-gitea/gitea/pull/18311 to exclude a vulnerable dependency. I am not sure when this happened or with which dependency update, but this dependency is no longer being used by another dependency and therefore these `exclude`s are no longer needed. (Verified via `go mod graph`). --- go.mod | 8 -------- 1 file changed, 8 deletions(-) diff --git a/go.mod b/go.mod index ee339da6d6..42c0faacdd 100644 --- a/go.mod +++ b/go.mod @@ -300,12 +300,4 @@ replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142 replace github.com/nektos/act => code.forgejo.org/forgejo/act v1.21.2 -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 - replace github.com/mholt/archiver/v3 => code.forgejo.org/forgejo/archiver/v3 v3.5.1