Skip to content

Commit 12e4c51

Browse files
committed
feat: implement auto updater
1 parent 8345d52 commit 12e4c51

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ go 1.24.0
55
toolchain go1.24.3
66

77
require (
8+
github.com/gen2brain/beeep v0.11.1
89
github.com/getlantern/systray v1.2.2
910
github.com/studio-b12/gowebdav v0.11.0
1011
github.com/wailsapp/wails/v2 v2.10.2
1112
modernc.org/sqlite v1.28.0
1213
)
1314

1415
require (
16+
git.sr.ht/~jackmordaunt/go-toast v1.1.2 // indirect
1517
github.com/bep/debounce v1.2.1 // indirect
1618
github.com/dustin/go-humanize v1.0.1 // indirect
19+
github.com/esiqveland/notify v0.13.3 // indirect
1720
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
1821
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect
1922
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7 // indirect
@@ -25,6 +28,7 @@ require (
2528
github.com/godbus/dbus/v5 v5.1.0 // indirect
2629
github.com/google/uuid v1.6.0 // indirect
2730
github.com/gorilla/websocket v1.5.3 // indirect
31+
github.com/jackmordaunt/icns/v3 v3.0.1 // indirect
2832
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
2933
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
3034
github.com/labstack/echo/v4 v4.13.3 // indirect
@@ -35,12 +39,16 @@ require (
3539
github.com/leaanthony/u v1.1.1 // indirect
3640
github.com/mattn/go-colorable v0.1.13 // indirect
3741
github.com/mattn/go-isatty v0.0.20 // indirect
42+
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
3843
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
3944
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
4045
github.com/pkg/errors v0.9.1 // indirect
4146
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
4247
github.com/rivo/uniseg v0.4.7 // indirect
4348
github.com/samber/lo v1.49.1 // indirect
49+
github.com/sergeymakinen/go-bmp v1.0.0 // indirect
50+
github.com/sergeymakinen/go-ico v1.0.0-beta.0 // indirect
51+
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
4452
github.com/tkrajina/go-reflector v0.5.8 // indirect
4553
github.com/valyala/bytebufferpool v1.0.0 // indirect
4654
github.com/valyala/fasttemplate v1.2.2 // indirect

0 commit comments

Comments
 (0)