-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
32 lines (29 loc) · 1.1 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
module github.com/emad-elsaid/debugger
go 1.19
require (
gioui.org v0.1.0
github.com/emad-elsaid/types v0.0.2
github.com/fsnotify/fsnotify v1.6.0
github.com/go-delve/delve v1.21.0
github.com/google/uuid v1.3.0
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
golang.org/x/exp/shiny v0.0.0-20230713183714-613f0c0eb8a1
golang.org/x/text v0.11.0
)
require (
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.6 // indirect
github.com/benoitkugler/textlayout v0.3.0 // indirect
github.com/cilium/ebpf v0.11.0 // indirect
github.com/gioui/uax v0.2.1-0.20220325163150-e3d987515a12 // indirect
github.com/go-text/typesetting v0.0.0-20230714130734-4b4e92d4c7ae // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/arch v0.4.0 // indirect
golang.org/x/image v0.9.0 // indirect
golang.org/x/sys v0.10.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)