-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
40 lines (37 loc) · 1.54 KB
/
Copy pathgo.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
)