This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathgo.mod
38 lines (35 loc) · 1.59 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/diamondburned/gtkcord3
go 1.17
require (
github.com/Xuanwo/go-locale v0.1.0
github.com/alecthomas/chroma v0.7.1
github.com/diamondburned/arikawa/v2 v2.1.1-0.20211028031603-34a7c3ba2eea
github.com/diamondburned/gotk4-handy/pkg v0.0.0-20211029023249-a3b874bfc014
github.com/diamondburned/gotk4/pkg v0.0.0-20211029022411-ad571a40956f
github.com/diamondburned/ningen/v2 v2.0.0-20211028060605-d121a03cbec1
github.com/goodsign/monday v1.0.0
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.1.0 // indirect
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/objx v0.1.1 // indirect
github.com/yuin/goldmark v1.3.2
github.com/zalando/go-keyring v0.0.0-20200121091418-667557018717
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
gopkg.in/yaml.v2 v2.2.8 // indirect
)
require (
github.com/danieljoos/wincred v1.0.2 // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/dlclark/regexp2 v1.1.6 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/gorilla/schema v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/twmb/murmur3 v1.1.3 // indirect
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
)