Files
dypid-client/go.mod
T
ygxbnet 4c13ecceaf
构建上传工具 / build-tool (push) Successful in 11m52s
chore(build): 更新 Go 版本到 1.26 并更新依赖包
- 将 Go 语言版本从 1.25.1 升级到 1.26
- 更新 fyne.io/fyne/v2 从 v2.6.3 到 v2.7.3
- 更新 golang.org/x/sync 从 v0.17.0 到 v0.20.0
- 更新 github.com/BurntSushi/toml 从 v1.4.0 到 v1.5.0
- 更新 github.com/go-text/typesetting 从 v0.2.1 到 v0.3.3
- 更新 github.com/go-viper/mapstructure/v2 从 v2.4.0 到 v2.5.0
- 更新 github.com/pelletier/go-toml/v2 从 v2.2.4 到 v2.3.0
- 更新 github.com/rymdport/portal 从 v0.4.1 到 v0.4.2
- 更新 github.com/sagikazarmark/locafero 从 v0.11.0 到 v0.12.0
- 更新 golang.org/x/sys 从 v0.30.0 到 v0.43.0
- 更新 golang.org/x/text 从 v0.28.0 到 v0.36.0
- 修改构建脚本以动态获取最新 Go 版本号并从阿里云镜像下载
2026-04-25 23:03:33 +08:00

52 lines
2.1 KiB
Modula-2

module dypid-client
go 1.26
require (
fyne.io/fyne/v2 v2.7.3
github.com/fsnotify/fsnotify v1.9.0
github.com/spf13/viper v1.21.0
golang.org/x/sync v0.20.0
)
require (
fyne.io/systray v1.12.0 // indirect
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fredbi/uri v1.1.1 // indirect
github.com/fyne-io/gl-js v0.2.0 // indirect
github.com/fyne-io/glfw-js v0.3.0 // indirect
github.com/fyne-io/image v0.1.1 // indirect
github.com/fyne-io/oksvg v0.2.0 // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect
github.com/go-text/render v0.2.0 // indirect
github.com/go-text/typesetting v0.3.3 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/hack-pad/go-indexeddb v0.3.2 // indirect
github.com/hack-pad/safejs v0.1.0 // indirect
github.com/jeandeaual/go-locale v0.0.0-20250612000132-0ef82f21eade // indirect
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/nicksnyder/go-i18n/v2 v2.5.1 // indirect
github.com/pelletier/go-toml/v2 v2.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rymdport/portal v0.4.2 // indirect
github.com/sagikazarmark/locafero v0.12.0 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/spf13/pflag v1.0.10 // 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.11.1 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/yuin/goldmark v1.7.8 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/image v0.24.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)