2020-05-26 06:51:06 +00:00
|
|
|
module github.com/diamondburned/cchat-gtk
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
2020-06-13 07:29:32 +00:00
|
|
|
replace github.com/gotk3/gotk3 => github.com/diamondburned/gotk3 v0.0.0-20200612012846-9df87fea4f6d
|
2020-06-17 07:06:34 +00:00
|
|
|
replace github.com/diamondburned/cchat-mock => ../cchat-mock/
|
|
|
|
replace github.com/diamondburned/cchat-discord => ../cchat-discord/
|
2020-06-07 04:27:28 +00:00
|
|
|
|
2020-05-26 06:51:06 +00:00
|
|
|
require (
|
|
|
|
github.com/Xuanwo/go-locale v0.2.0
|
2020-06-17 07:06:34 +00:00
|
|
|
github.com/diamondburned/cchat v0.0.28
|
|
|
|
github.com/diamondburned/cchat-discord v0.0.0-00010101000000-000000000000
|
|
|
|
github.com/diamondburned/cchat-mock v0.0.0-20200615015702-8cac8b16378d
|
2020-06-13 07:29:32 +00:00
|
|
|
github.com/diamondburned/imgutil v0.0.0-20200611215339-650ac7cfaf64
|
2020-05-26 06:51:06 +00:00
|
|
|
github.com/goodsign/monday v1.0.0
|
2020-06-06 07:44:36 +00:00
|
|
|
github.com/google/btree v1.0.0 // indirect
|
2020-05-26 06:51:06 +00:00
|
|
|
github.com/gotk3/gotk3 v0.4.1-0.20200524052254-cb2aa31c6194
|
2020-06-06 07:44:36 +00:00
|
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
|
2020-06-17 07:06:34 +00:00
|
|
|
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20200424224625-be1b05b0b279
|
2020-06-06 00:47:28 +00:00
|
|
|
github.com/markbates/pkger v0.17.0
|
2020-06-06 07:44:36 +00:00
|
|
|
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-04 23:00:41 +00:00
|
|
|
github.com/zalando/go-keyring v0.0.0-20200121091418-667557018717
|
2020-05-26 06:51:06 +00:00
|
|
|
)
|