Bump github.com/apernet/hysteria/core from 1.3.4 to 1.3.5

Bumps [github.com/apernet/hysteria/core](https://github.com/apernet/hysteria) from 1.3.4 to 1.3.5.
- [Release notes](https://github.com/apernet/hysteria/releases)
- [Changelog](https://github.com/apernet/hysteria/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apernet/hysteria/compare/v1.3.4...v1.3.5)

---
updated-dependencies:
- dependency-name: github.com/apernet/hysteria/core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-12 04:07:24 +00:00
committed by GitHub
parent ab9a6af41b
commit c4eb73da49
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/Yuzuki616/V2bX
go 1.20
require (
github.com/apernet/hysteria/core v1.3.4
github.com/apernet/hysteria/core v1.3.5
github.com/beevik/ntp v1.0.0
github.com/folbricht/routedns v0.1.21-0.20230220022436-4ae86ce30d53
github.com/fsnotify/fsnotify v1.6.0
@@ -14,7 +14,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/juju/ratelimit v1.0.2
github.com/oschwald/geoip2-golang v1.8.0
github.com/quic-go/quic-go v0.33.0
github.com/quic-go/quic-go v0.34.0
github.com/sagernet/sing-box v1.2.7
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.7.0