File tree Expand file tree Collapse file tree
.examples/extend/simple-proxy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/robinbraemer/event v0.1.1
99 go.minekube.com/brigodier v0.0.2
1010 go.minekube.com/common v0.4.0
11- go.minekube.com/gate v0.68.17
11+ go.minekube.com/gate v0.68.20
1212)
1313
1414require (
@@ -48,7 +48,7 @@ require (
4848 github.com/mitchellh/mapstructure v1.5.1-0.20220423185008-bf980b35cac4 // indirect
4949 github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
5050 github.com/pelletier/go-toml/v2 v2.2.4 // indirect
51- github.com/pires/go-proxyproto v0.12 .0 // indirect
51+ github.com/pires/go-proxyproto v0.13 .0 // indirect
5252 github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
5353 github.com/rs/xid v1.6.0 // indirect
5454 github.com/russross/blackfriday/v2 v2.1.0 // indirect
Original file line number Diff line number Diff line change @@ -205,6 +205,8 @@ github.com/pires/go-proxyproto v0.9.1 h1:wTPjpyk41pJm1Im9BqHtPLuhxfjxL+qNfSikx9u
205205github.com/pires/go-proxyproto v0.9.1 /go.mod h1:ZKAAyp3cgy5Y5Mo4n9AlScrkCZwUy0g3Jf+slqQVcuU =
206206github.com/pires/go-proxyproto v0.12.0 h1:TTCxD66dU898tahivkqc3hoceZp7P44FnorWyo9d5vM =
207207github.com/pires/go-proxyproto v0.12.0 /go.mod h1:qUvfqUMEoX7T8g0q7TQLDnhMjdTrxnG0hvpMn+7ePNI =
208+ github.com/pires/go-proxyproto v0.13.0 h1:kMrnyu6w92odDfOVzjYV6s5GqYGnIEKoxxsP38VrPSs =
209+ github.com/pires/go-proxyproto v0.13.0 /go.mod h1:qUvfqUMEoX7T8g0q7TQLDnhMjdTrxnG0hvpMn+7ePNI =
208210github.com/pkg/errors v0.8.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
209211github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
210212github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
You can’t perform that action at this time.
0 commit comments