mirror of
https://github.com/diamondburned/cchat-gtk.git
synced 2024-11-09 15:54:29 +00:00
diamondburned (Forefront)
f10aa71003
This commit refactors the input container's UI as well as fixing some bugs related to asynchronous fetching of images. It also adds complete typing indicator capabilities, all without using a single mutex!
25 lines
1,018 B
Modula-2
25 lines
1,018 B
Modula-2
module github.com/diamondburned/cchat-gtk
|
|
|
|
go 1.14
|
|
|
|
replace github.com/gotk3/gotk3 => github.com/diamondburned/gotk3 v0.0.0-20200630065217-97aeb06d705d
|
|
|
|
require (
|
|
github.com/Xuanwo/go-locale v0.2.0
|
|
github.com/alecthomas/chroma v0.7.3
|
|
github.com/diamondburned/cchat v0.0.40
|
|
github.com/diamondburned/cchat-discord v0.0.0-20200703190659-fbf95b9b6c03
|
|
github.com/diamondburned/cchat-mock v0.0.0-20200704044009-f587c4904aa3
|
|
github.com/diamondburned/imgutil v0.0.0-20200704034004-40dbfc732516
|
|
github.com/goodsign/monday v1.0.0
|
|
github.com/gotk3/gotk3 v0.4.1-0.20200524052254-cb2aa31c6194
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
|
|
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20200424224625-be1b05b0b279
|
|
github.com/markbates/pkger v0.17.0
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/twmb/murmur3 v1.1.3
|
|
github.com/zalando/go-keyring v0.0.0-20200121091418-667557018717
|
|
)
|