From 68b59d89669897b8dd1d5da6a470e02601819375 Mon Sep 17 00:00:00 2001 From: zeripath Date: Tue, 18 Jan 2022 11:04:24 +0000 Subject: replace satori/go.uuid with gofrs/uuid (#18311) Signed-off-by: Andrew Thornton --- go.mod | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ea7a3108f5..ce3be970bd 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3