diff options
author | zeripath <art27@cantab.net> | 2022-01-18 11:04:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 11:04:24 +0000 |
commit | 68b59d89669897b8dd1d5da6a470e02601819375 (patch) | |
tree | 46d52ee633bbcb1b47308cb77cdf22af23250618 /go.mod | |
parent | 483409716dea15148289a12ce2b4644a7982e353 (diff) | |
download | gitea-68b59d89669897b8dd1d5da6a470e02601819375.tar.gz gitea-68b59d89669897b8dd1d5da6a470e02601819375.zip |
replace satori/go.uuid with gofrs/uuid (#18311)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -146,3 +146,11 @@ replace github.com/markbates/goth v1.68.0 => github.com/zeripath/goth v1.68.1-0. replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142115-2c99e1ffdfa0 replace github.com/duo-labs/webauthn => github.com/authelia/webauthn v0.0.0-20211225121951-80d1f2a572e4 + +replace github.com/satori/go.uuid v1.2.0 => github.com/gofrs/uuid v4.2.0+incompatible + +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 |