2020-05-26 06:51:06 +00:00
|
|
|
module github.com/diamondburned/cchat-gtk
|
|
|
|
|
2021-03-29 21:46:52 +00:00
|
|
|
go 1.16
|
2020-05-26 06:51:06 +00:00
|
|
|
|
|
|
|
require (
|
2020-10-16 16:08:23 +00:00
|
|
|
github.com/Xuanwo/go-locale v1.0.0
|
2020-06-28 23:01:08 +00:00
|
|
|
github.com/alecthomas/chroma v0.7.3
|
2021-03-29 21:46:52 +00:00
|
|
|
github.com/diamondburned/cchat v0.6.4
|
2021-05-01 07:26:17 +00:00
|
|
|
github.com/diamondburned/cchat-discord v0.0.0-20210501072434-cc2b2ee4c799
|
2020-12-30 06:30:41 +00:00
|
|
|
github.com/diamondburned/gspell v0.0.0-20201229064336-e43698fd5828
|
2021-03-29 21:46:52 +00:00
|
|
|
github.com/diamondburned/handy v0.0.0-20210329054445-387ad28eb2c2
|
2020-07-10 23:26:07 +00:00
|
|
|
github.com/diamondburned/imgutil v0.0.0-20200710174014-8a3be144a972
|
|
|
|
github.com/disintegration/imaging v1.6.2
|
2020-05-26 06:51:06 +00:00
|
|
|
github.com/goodsign/monday v1.0.0
|
2021-03-29 21:46:52 +00:00
|
|
|
github.com/gotk3/gotk3 v0.5.3-0.20210326060404-6328e5470ece
|
2020-06-06 07:44:36 +00:00
|
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
|
|
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible
|
2020-05-26 06:51:06 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-06-19 22:40:06 +00:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
|
|
github.com/twmb/murmur3 v1.1.3
|
2020-06-04 23:00:41 +00:00
|
|
|
github.com/zalando/go-keyring v0.0.0-20200121091418-667557018717
|
2020-05-26 06:51:06 +00:00
|
|
|
)
|