From ab4c94942889ef88052cfd1fbb28105a5fc211eb Mon Sep 17 00:00:00 2001 From: diamondburned Date: Wed, 8 Jul 2020 02:24:23 -0700 Subject: [PATCH] Removed cchat-discord replace directive and updated it --- go.mod | 4 +--- go.sum | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 02bf564..b2f8392 100644 --- a/go.mod +++ b/go.mod @@ -4,13 +4,11 @@ go 1.14 replace github.com/gotk3/gotk3 => github.com/diamondburned/gotk3 v0.0.0-20200630065217-97aeb06d705d -replace github.com/diamondburned/cchat-discord => ../cchat-discord/ - require ( github.com/Xuanwo/go-locale v0.2.0 github.com/alecthomas/chroma v0.7.3 github.com/diamondburned/cchat v0.0.42 - github.com/diamondburned/cchat-discord v0.0.0-20200708083530-d0e43cc63b03 + github.com/diamondburned/cchat-discord v0.0.0-20200708091545-601e8abeb23b github.com/diamondburned/cchat-mock v0.0.0-20200704044009-f587c4904aa3 github.com/diamondburned/imgutil v0.0.0-20200708012333-53c9e45dd28b github.com/goodsign/monday v1.0.0 diff --git a/go.sum b/go.sum index ab440d6..d6904b7 100644 --- a/go.sum +++ b/go.sum @@ -58,6 +58,8 @@ github.com/diamondburned/cchat-discord v0.0.0-20200703190659-fbf95b9b6c03 h1:F5T github.com/diamondburned/cchat-discord v0.0.0-20200703190659-fbf95b9b6c03/go.mod h1:p0X6QUH0mxK8yEW0+a4QA77ClAmoxz8CvgbnobMtWQA= github.com/diamondburned/cchat-discord v0.0.0-20200708083530-d0e43cc63b03 h1:Xx4ioFTurT6qTxzTL8QlsH3E5VskLxHPJ8RwmaKhObA= github.com/diamondburned/cchat-discord v0.0.0-20200708083530-d0e43cc63b03/go.mod h1:hjaCeQfhSqANH+ZtxXPMWzpgobb4syy2VcqDK4PXcPU= +github.com/diamondburned/cchat-discord v0.0.0-20200708091545-601e8abeb23b h1:c01OHXPE/HXcZdaPDgNNzmz3xN7MC0yIyL5i+6qILAc= +github.com/diamondburned/cchat-discord v0.0.0-20200708091545-601e8abeb23b/go.mod h1:IDBm0RqdQUASjPGP/RQkhmC1nGhGTTFoaHn9NbD/l7I= github.com/diamondburned/cchat-mock v0.0.0-20200704044009-f587c4904aa3 h1:xr07/2cwINyrMqh92pQQJVDfQqG0u6gHAK+ZcGfpSew= github.com/diamondburned/cchat-mock v0.0.0-20200704044009-f587c4904aa3/go.mod h1:SRu3OOeggELFr2Wd3/+SpYV1eNcvSk2LBhM70NOZSG8= github.com/diamondburned/gotk3 v0.0.0-20200630065217-97aeb06d705d h1:Ha/I6PMKi+B4hpWclwlXj0tUMehR7Q0TNxPczzBwzPI=