mirror of
https://gitee.com/konyshe/goodlink.git
synced 2025-09-26 20:51:22 +08:00
104 lines
4.2 KiB
Modula-2
104 lines
4.2 KiB
Modula-2
module goodlink
|
|
|
|
go 1.24.5
|
|
|
|
require (
|
|
fyne.io/fyne v1.4.3
|
|
fyne.io/fyne/v2 v2.6.2
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/imroc/req/v3 v3.54.0
|
|
github.com/pion/stun/v2 v2.0.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/quic-go/quic-go v0.54.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/net v0.42.0
|
|
golang.org/x/sys v0.34.0
|
|
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
|
|
goodlink2 v0.0.0
|
|
go2 v0.0.0
|
|
gvisor.dev/gvisor v0.0.0-20250806010417-2099bc1c6a2e
|
|
)
|
|
|
|
require (
|
|
fyne.io/systray v1.11.0 // indirect
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/cloudflare/circl v1.6.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fredbi/uri v1.1.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // 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.1.0 // indirect
|
|
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20250301202403-da16c1255728 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/go-text/render v0.2.0 // indirect
|
|
github.com/go-text/typesetting v0.3.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/golang/snappy v1.0.0 // indirect
|
|
github.com/google/btree v1.1.3 // indirect
|
|
github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect
|
|
github.com/hack-pad/go-indexeddb v0.3.2 // indirect
|
|
github.com/hack-pad/safejs v0.1.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/jeandeaual/go-locale v0.0.0-20250612000132-0ef82f21eade // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mailru/easyjson v0.9.0 // indirect
|
|
github.com/montanaflynn/stats v0.7.1 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/nicksnyder/go-i18n/v2 v2.6.0 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
github.com/olivere/elastic/v7 v7.0.32 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
|
|
github.com/pion/dtls/v2 v2.2.12 // indirect
|
|
github.com/pion/logging v0.2.4 // indirect
|
|
github.com/pion/transport/v2 v2.2.10 // indirect
|
|
github.com/pion/transport/v3 v3.0.7 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/quic-go/qpack v0.5.1 // indirect
|
|
github.com/rbrahul/exception v1.0.6 // indirect
|
|
github.com/refraction-networking/utls v1.8.0 // indirect
|
|
github.com/rymdport/portal v0.4.2 // 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/wlynxg/anet v0.0.5 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
|
|
github.com/yuin/goldmark v1.7.13 // indirect
|
|
go.mongodb.org/mongo-driver v1.17.4 // indirect
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
|
go.uber.org/mock v0.5.2 // indirect
|
|
golang.org/x/crypto v0.40.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
|
|
golang.org/x/image v0.29.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20250711185624-d5bb5ecc55c0 // indirect
|
|
golang.org/x/mod v0.26.0 // indirect
|
|
golang.org/x/sync v0.16.0 // indirect
|
|
golang.org/x/text v0.27.0 // indirect
|
|
golang.org/x/time v0.12.0 // indirect
|
|
golang.org/x/tools v0.35.0 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
|
gopkg.in/eapache/queue.v1 v1.1.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace go2 => ../go2
|
|
|
|
replace goodlink2 => ../goodlink2
|
|
|
|
replace github.com/quic-go/quic-go => github.com/quic-go/quic-go v0.50.1
|
|
|
|
replace github.com/imroc/req/v3 => github.com/imroc/req/v3 v3.50.0
|
|
|
|
replace gvisor.dev/gvisor => gvisor.dev/gvisor v0.0.0-20250317184159-a24f13b091dc
|