Skip to content

Commit 9b9fdb0

Browse files
MagicalTuxclaude
andcommitted
bump goclip to v0.0.4 and spice to v0.0.6
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 75df151 commit 9b9fdb0

2 files changed

Lines changed: 26 additions & 723 deletions

File tree

go.mod

Lines changed: 8 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,42 @@
11
module github.com/Shells-com/shells-go
22

3-
go 1.22.0
3+
go 1.23.0
44

55
toolchain go1.23.4
66

77
require (
88
fyne.io/fyne/v2 v2.1.2
99
github.com/KarpelesLab/csscolor v0.0.1
10-
github.com/KarpelesLab/goclip v0.0.3
10+
github.com/KarpelesLab/goclip v0.0.4
1111
github.com/KarpelesLab/rest v0.5.23
12-
github.com/Shells-com/spice v0.0.4
12+
github.com/Shells-com/spice v0.0.6
1313
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a
1414
github.com/golang/snappy v0.0.4
1515
github.com/gordonklaus/portaudio v0.0.0-20230709114228-aafa478834f5
1616
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
1717
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
18-
github.com/stretchr/testify v1.10.0
1918
github.com/vincent-petithory/dataurl v1.0.0
20-
golang.org/x/image v0.23.0
21-
golang.org/x/net v0.34.0
19+
golang.org/x/net v0.36.0
2220
)
2321

2422
require (
25-
fyne.io/systray v1.11.0 // indirect
26-
github.com/BurntSushi/toml v1.4.0 // indirect
2723
github.com/KarpelesLab/pjson v0.1.9 // indirect
2824
github.com/KarpelesLab/typutil v0.2.29 // indirect
2925
github.com/KarpelesLab/webutil v0.2.2 // indirect
30-
github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9 // indirect
31-
github.com/akavel/rsrc v0.10.2 // indirect
32-
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
3326
github.com/davecgh/go-spew v1.1.1 // indirect
3427
github.com/fredbi/uri v1.1.0 // indirect
3528
github.com/fsnotify/fsnotify v1.8.0 // indirect
36-
github.com/fyne-io/gl-js v0.0.0-20230506162202-1fdaa286a934 // indirect
37-
github.com/fyne-io/glfw-js v0.0.0-20241126112943-313d8a0fe1d0 // indirect
38-
github.com/fyne-io/image v0.0.0-20240417123036-dc0ee9e7c964 // indirect
3929
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
40-
github.com/go-ole/go-ole v1.2.6 // indirect
41-
github.com/go-text/render v0.2.0 // indirect
42-
github.com/go-text/typesetting v0.2.1 // indirect
4330
github.com/godbus/dbus/v5 v5.1.0 // indirect
4431
github.com/goki/freetype v1.0.5 // indirect
45-
github.com/gopherjs/gopherjs v1.17.2 // indirect
4632
github.com/hraban/opus v0.0.0-20230925203106-0188a62cb302 // indirect
47-
github.com/jackmordaunt/icns v0.0.0-20181231085925-4f16af745526 // indirect
48-
github.com/jeandeaual/go-locale v0.0.0-20241217141322-fcc2cadd6f08 // indirect
49-
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
50-
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
51-
github.com/kr/pty v1.1.1 // indirect
52-
github.com/kr/text v0.1.0 // indirect
53-
github.com/lucor/goinfo v0.9.0 // indirect
54-
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
55-
github.com/nicksnyder/go-i18n/v2 v2.5.0 // indirect
56-
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
57-
github.com/pkg/errors v0.9.1 // indirect
5833
github.com/pmezard/go-difflib v1.0.0 // indirect
59-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
60-
github.com/rymdport/portal v0.3.0 // indirect
61-
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
62-
github.com/spf13/afero v1.6.0 // indirect
63-
github.com/spf13/pflag v1.0.5 // indirect
6434
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
6535
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
66-
github.com/stretchr/objx v0.5.2 // indirect
67-
github.com/urfave/cli/v2 v2.4.0 // indirect
36+
github.com/stretchr/testify v1.10.0 // indirect
6837
github.com/yuin/goldmark v1.7.8 // indirect
69-
golang.org/x/crypto v0.32.0 // indirect
70-
golang.org/x/mobile v0.0.0-20250106192035-c31d5b91ecc3 // indirect
71-
golang.org/x/mod v0.22.0 // indirect
72-
golang.org/x/sync v0.10.0 // indirect
73-
golang.org/x/sys v0.29.0 // indirect
74-
golang.org/x/term v0.28.0 // indirect
75-
golang.org/x/text v0.21.0 // indirect
76-
golang.org/x/tools v0.29.0 // indirect
77-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
78-
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
79-
gopkg.in/go-playground/colors.v1 v1.2.0 // indirect
80-
gopkg.in/yaml.v2 v2.4.0 // indirect
38+
golang.org/x/image v0.25.0 // indirect
39+
golang.org/x/sys v0.30.0 // indirect
40+
golang.org/x/text v0.23.0 // indirect
8141
gopkg.in/yaml.v3 v3.0.1 // indirect
8242
)

0 commit comments

Comments
 (0)