-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
23 lines (20 loc) · 823 Bytes
/
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
module github.com/neutralinsomniac/exocortex
go 1.20
require (
gioui.org v0.0.0-20210204101020-403f01655a36
github.com/AllenDang/giu v0.4.3-0.20201224132820-8761648db044
github.com/mattn/go-sqlite3 v1.14.17
github.com/peterh/liner v1.2.2
)
require (
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20201108214237-06ea97f0c265 // indirect
github.com/go-resty/resty/v2 v2.3.0 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
golang.org/x/exp v0.0.0-20200213203834-85f925bdd4d0 // indirect
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.3.3 // indirect
)