1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-gtk.git synced 2025-11-26 14:16:56 +00:00

bump gotk3 to fix 1.16 bug

This commit is contained in:
diamondburned 2021-02-23 15:17:41 -08:00
parent eeb3bdce66
commit 4a9b1a502a
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -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

2
go.sum
View file

@ -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=