mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-06-08 05:19:53 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) from 0.15.1 to 0.15.2. - [Release notes](https://github.com/caddyserver/certmagic/releases) - [Commits](https://github.com/caddyserver/certmagic/compare/v0.15.1...v0.15.2) --- updated-dependencies: - dependency-name: github.com/caddyserver/certmagic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
module github.com/tobyxdd/hysteria
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/LiamHaworth/go-tproxy v0.0.0-20190726054950-ef7efd7f24ed
|
|
github.com/antonfisher/nested-logrus-formatter v1.3.1
|
|
github.com/caddyserver/certmagic v0.15.2
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e
|
|
github.com/elazarl/goproxy/ext v0.0.0-20210110162100-a92cc753f88e
|
|
github.com/eycorsican/go-tun2socks v1.16.11
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/lucas-clemente/quic-go v0.22.0
|
|
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/txthinking/runnergroup v0.0.0-20210326110939-37fc67d0da7c // indirect
|
|
github.com/txthinking/socks5 v0.0.0-20210326104807-61b5745ff346
|
|
github.com/txthinking/x v0.0.0-20210326105829-476fab902fbe // indirect
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/yosuke-furukawa/json5 v0.1.1
|
|
)
|
|
|
|
replace github.com/lucas-clemente/quic-go => github.com/tobyxdd/quic-go v0.22.0-mod
|