From fad7bf8d8bd6773a147e74eaa76d1ba837ab4274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:17:07 +0800 Subject: [PATCH] Bump github.com/fatedier/frp from 0.64.0 to 0.65.0 (#267) Bumps [github.com/fatedier/frp](https://github.com/fatedier/frp) from 0.64.0 to 0.65.0. - [Release notes](https://github.com/fatedier/frp/releases) - [Changelog](https://github.com/fatedier/frp/blob/dev/Release.md) - [Commits](https://github.com/fatedier/frp/compare/v0.64.0...v0.65.0) --- updated-dependencies: - dependency-name: github.com/fatedier/frp dependency-version: 0.65.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 66aa521..2e215c3 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,10 @@ module github.com/koho/frpmgr -go 1.23.0 +go 1.24.0 require ( github.com/Microsoft/go-winio v0.6.2 - github.com/fatedier/frp v0.64.0 + 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 diff --git a/go.sum b/go.sum index 0f7b488..1d366c5 100644 --- a/go.sum +++ b/go.sum @@ -19,8 +19,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/fatedier/frp v0.64.0 h1:R9DAZ2J270cPCGBYCwCCYFxn+53hf5tl1J/eBdxCCmQ= -github.com/fatedier/frp v0.64.0/go.mod h1:46gMhWuoI+QgwiOam/xR0HTkdoWSkOBRbd+JpWJr+k0= +github.com/fatedier/frp v0.65.0 h1:Wn8qjXXf+G7+czZB0o7Y4U7Ohy9q/LOAqzK5AVKEel4= +github.com/fatedier/frp v0.65.0/go.mod h1:P5aPIs0cqLWDKIYkOziZQGZpb4DwzQkRyK5h+OtPp0Y= github.com/fatedier/golib v0.5.1 h1:hcKAnaw5mdI/1KWRGejxR+i1Hn/NvbY5UsMKDr7o13M= github.com/fatedier/golib v0.5.1/go.mod h1:W6kIYkIFxHsTzbgqg5piCxIiDo4LzwgTY6R5W8l9NFQ= github.com/fsnotify/fsnotify v1.9.0 h1:2Ml+OJNzbYCTzsxtv8vKSFD9PbJjmhYF14k/jKC7S9k=