-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (37 loc) · 1.54 KB
/
go.mod
File metadata and controls
40 lines (37 loc) · 1.54 KB
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
39
40
module github.com/Shells-com/shells-go
go 1.24.0
require (
fyne.io/fyne/v2 v2.1.2
github.com/KarpelesLab/csscolor v0.0.1
github.com/KarpelesLab/goclip v0.0.5
github.com/KarpelesLab/rest v0.5.23
github.com/Shells-com/spice v0.0.6
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
github.com/golang/snappy v0.0.4
github.com/gordonklaus/portaudio v0.0.0-20230709114228-aafa478834f5
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/vincent-petithory/dataurl v1.0.0
golang.org/x/net v0.36.0
)
require (
github.com/KarpelesLab/pjson v0.1.9 // indirect
github.com/KarpelesLab/typutil v0.2.29 // indirect
github.com/KarpelesLab/webutil v0.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fredbi/uri v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/goki/freetype v1.0.5 // indirect
github.com/hraban/opus v0.0.0-20230925203106-0188a62cb302 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/yuin/goldmark v1.7.8 // indirect
golang.org/x/image v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)