This is an automated email from the ASF dual-hosted git repository.
yasithdev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new 588b40775a build(deps): bump github.com/fatedier/frp in
/airavata-agent (#616)
588b40775a is described below
commit 588b40775a12d386986040a031ae509c1fa48f2f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 7 22:36:35 2026 -0400
build(deps): bump github.com/fatedier/frp in /airavata-agent (#616)
Bumps [github.com/fatedier/frp](https://github.com/fatedier/frp) from
0.62.1 to 0.68.1.
- [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.62.1...v0.68.1)
---
updated-dependencies:
- dependency-name: github.com/fatedier/frp
dependency-version: 0.68.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
airavata-agent/go.mod | 40 ++++++++++++++++++----------------------
1 file changed, 18 insertions(+), 22 deletions(-)
diff --git a/airavata-agent/go.mod b/airavata-agent/go.mod
index 35435b1b1c..e4c63afdda 100644
--- a/airavata-agent/go.mod
+++ b/airavata-agent/go.mod
@@ -1,10 +1,10 @@
module airavata-agent
-go 1.24.2
+go 1.25.0
require (
github.com/cyber-shuttle/cybershuttle-tunnels
v0.0.0-20250505072337-4314f6e407c4
- github.com/fatedier/frp v0.62.1
+ github.com/fatedier/frp v0.68.1
github.com/google/uuid v1.6.0
google.golang.org/grpc v1.79.3
google.golang.org/protobuf v1.36.10
@@ -16,30 +16,27 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/coreos/go-oidc/v3 v3.14.1 // indirect
- github.com/fatedier/golib v0.5.1 // indirect
+ github.com/fatedier/golib v0.6.0 // indirect
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
- github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
- github.com/google/pprof v0.0.0-20241206021119-61a79c692802 // 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/onsi/ginkgo/v2 v2.22.0 // indirect
+ github.com/kr/text v0.2.0 // indirect
github.com/pelletier/go-toml/v2 v2.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/pion/dtls/v3 v3.0.10 // indirect
+ github.com/pion/logging v0.2.4 // indirect
+ github.com/pion/stun/v3 v3.1.1 // indirect
+ github.com/pion/transport/v4 v4.0.1 // indirect
github.com/pires/go-proxyproto v0.7.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.19.1 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
- github.com/quic-go/quic-go v0.49.1 // indirect
+ github.com/quic-go/quic-go v0.55.0 // indirect
github.com/samber/lo v1.47.0 // indirect
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect
github.com/spf13/cobra v1.8.0 // indirect
@@ -49,18 +46,17 @@ require (
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/wlynxg/anet v0.0.5 // indirect
github.com/xtaci/kcp-go/v5 v5.6.13 // indirect
- go.uber.org/mock v0.5.0 // indirect
- golang.org/x/crypto v0.46.0 // indirect
- golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
- golang.org/x/mod v0.30.0 // indirect
- golang.org/x/net v0.48.0 // indirect
+ golang.org/x/crypto v0.49.0 // indirect
+ golang.org/x/mod v0.33.0 // indirect
+ golang.org/x/net v0.52.0 // indirect
golang.org/x/oauth2 v0.34.0 // indirect
- golang.org/x/sync v0.19.0 // indirect
- golang.org/x/sys v0.39.0 // indirect
- golang.org/x/text v0.32.0 // indirect
- golang.org/x/time v0.5.0 // indirect
- golang.org/x/tools v0.39.0 // indirect
+ golang.org/x/sync v0.20.0 // indirect
+ golang.org/x/sys v0.42.0 // indirect
+ golang.org/x/text v0.35.0 // indirect
+ golang.org/x/time v0.10.0 // indirect
+ golang.org/x/tools v0.42.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 //
indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 //
indirect