mirror of
https://github.com/koho/frpmgr.git
synced 2025-10-20 16:03:47 +08:00
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.32.0 to 0.37.0. - [Commits](https://github.com/golang/sys/compare/v0.32.0...v0.37.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
67 lines
2.6 KiB
Modula-2
67 lines
2.6 KiB
Modula-2
module github.com/koho/frpmgr
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.6.2
|
|
github.com/fatedier/frp v0.65.0
|
|
github.com/fatedier/golib v0.5.1
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
|
|
github.com/pelletier/go-toml/v2 v2.2.0
|
|
github.com/samber/lo v1.47.0
|
|
golang.org/x/sys v0.37.0
|
|
golang.org/x/text v0.24.0
|
|
gopkg.in/ini.v1 v1.67.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 // indirect
|
|
github.com/coreos/go-oidc/v3 v3.14.1 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
|
github.com/klauspost/reedsolomon v1.12.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pion/dtls/v2 v2.2.7 // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/stun/v2 v2.0.0 // indirect
|
|
github.com/pion/transport/v2 v2.2.1 // indirect
|
|
github.com/pion/transport/v3 v3.0.1 // indirect
|
|
github.com/pires/go-proxyproto v0.7.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/quic-go/quic-go v0.53.0 // indirect
|
|
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect
|
|
github.com/spf13/cobra v1.8.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/templexxx/cpu v0.1.1 // indirect
|
|
github.com/templexxx/xorsimd v0.4.3 // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
github.com/vishvananda/netlink v1.3.0 // indirect
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
|
github.com/xtaci/kcp-go/v5 v5.6.13 // indirect
|
|
go.uber.org/mock v0.5.0 // indirect
|
|
golang.org/x/crypto v0.37.0 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/oauth2 v0.28.0 // indirect
|
|
golang.org/x/sync v0.13.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
golang.org/x/tools v0.31.0 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
|
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect
|
|
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
k8s.io/apimachinery v0.28.8 // indirect
|
|
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|
|
|
|
replace github.com/lxn/walk => github.com/koho/frpmgr v0.0.0-20250619085234-ed99ab60add0
|