diff --git a/go.mod b/go.mod index af4dd0c..496aeb4 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/diamondburned/cchat-gtk go 1.14 -replace github.com/gotk3/gotk3 => github.com/diamondburned/gotk3 v0.0.0-20210105074419-f7ce52e1018d +replace github.com/gotk3/gotk3 => github.com/diamondburned/gotk3 v0.0.0-20210111000904-1ca828e76b5d // replace github.com/diamondburned/cchat-discord => ../cchat-discord // replace github.com/diamondburned/gotk3-tcmalloc => ../../gotk3-tcmalloc diff --git a/go.sum b/go.sum index 55dfbe1..a6d893c 100644 --- a/go.sum +++ b/go.sum @@ -126,6 +126,8 @@ github.com/diamondburned/gotk3 v0.0.0-20210103063209-2bfa1d9dd9a6 h1:dJwNpjlgUP3 github.com/diamondburned/gotk3 v0.0.0-20210103063209-2bfa1d9dd9a6/go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q= github.com/diamondburned/gotk3 v0.0.0-20210105074419-f7ce52e1018d h1:y08tIKgKqGqiIPGU63o2gKJimmG5FwaPaM8Pl7TQex4= github.com/diamondburned/gotk3 v0.0.0-20210105074419-f7ce52e1018d/go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q= +github.com/diamondburned/gotk3 v0.0.0-20210111000904-1ca828e76b5d h1:jYWNY9Iy/VEOi5HO26IKomROI/qdwG6PnS7QNnyKFVA= +github.com/diamondburned/gotk3 v0.0.0-20210111000904-1ca828e76b5d/go.mod h1:/hqFpkNa9T3JgNAE2fLvCdov7c5bw//FHNZrZ3Uv9/Q= github.com/diamondburned/gspell v0.0.0-20200830182722-77e5d27d6894 h1:QgI21deaQbCUMnxKkQQUXzQolnAe1dMIXAWwqAyOp2g= github.com/diamondburned/gspell v0.0.0-20200830182722-77e5d27d6894/go.mod h1:IoyMxPKSJOMoP0BiBuFwf2RDMeA4Uqx0HPKN5BzqTtA= github.com/diamondburned/gspell v0.0.0-20201229064336-e43698fd5828 h1:Lm1F+GwrDdAaaMzrR7AYl4GGd/T+FE2OgOz25QWwsIg=