-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
34 lines (31 loc) · 1.13 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
module github.com/digitalautonomy/wahay
go 1.19
require (
github.com/atotto/clipboard v0.1.4
github.com/coyim/gotk3adapter v0.0.2
github.com/cubiest/jibberjabber v1.0.2-0.20200222172555-1351aa3fb4de
github.com/digitalautonomy/grumble v0.0.1
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/prashantv/gostub v1.1.0
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
github.com/wybiral/torgo v0.0.0-20201209223426-5fd9910eab31
golang.org/x/crypto v0.8.0
golang.org/x/net v0.9.0
golang.org/x/text v0.9.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
require (
github.com/coyim/gotk3extra v0.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.3.4 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/gotk3/gotk3 v0.6.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/sys v0.7.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)