Skip to content

Commit a44ccdc

Browse files
committed
BUG/MINOR: Issue #15 forward for goes disabled
If you set ifnone to true, forwardfor becomes disabled.
1 parent 2c3e099 commit a44ccdc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/go-openapi/strfmt v0.19.0
1313
github.com/go-openapi/swag v0.19.0
1414
github.com/go-openapi/validate v0.19.0
15-
github.com/haproxytech/client-native v1.0.2-0.20190710155247-473fb77ca46b
15+
github.com/haproxytech/client-native v1.0.2-0.20190716113003-ad8c1c30c021
1616
github.com/haproxytech/config-parser v1.0.0
1717
github.com/haproxytech/models v1.0.1
1818
github.com/jessevdk/go-flags v1.4.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ github.com/haproxytech/client-native v1.0.1 h1:uY9KMY5fu/7vcpi2lL3jQ6MgvJsU8e7Yg
6262
github.com/haproxytech/client-native v1.0.1/go.mod h1:sU3r9C9ttkgYmTvPB2C13ScR5WujdeBeLj0jjWoMcdQ=
6363
github.com/haproxytech/client-native v1.0.2-0.20190710155247-473fb77ca46b h1:qVgCamSff7XdD503DZE2uedkAbw8JaRnM46FtHrqeqA=
6464
github.com/haproxytech/client-native v1.0.2-0.20190710155247-473fb77ca46b/go.mod h1:sU3r9C9ttkgYmTvPB2C13ScR5WujdeBeLj0jjWoMcdQ=
65+
github.com/haproxytech/client-native v1.0.2-0.20190716113003-ad8c1c30c021 h1:lqxCjlloq4gsDq3PFyqb10WZVhHeJ28/FPaZX7OQoF8=
66+
github.com/haproxytech/client-native v1.0.2-0.20190716113003-ad8c1c30c021/go.mod h1:sU3r9C9ttkgYmTvPB2C13ScR5WujdeBeLj0jjWoMcdQ=
6567
github.com/haproxytech/config-parser v1.0.0 h1:x6BQ5o5jzOq2QDApYwfFeidbKlS8d8F474tHbzT/GIY=
6668
github.com/haproxytech/config-parser v1.0.0/go.mod h1:se7v728KDunj+qz1kXFFFl+nDuoBdUaN5eYSi+gYjNM=
6769
github.com/haproxytech/models v1.0.1 h1:Eh3YXsec8zZWiabMWreXWLcg2/wKCnYOQcal07A/2MI=

0 commit comments

Comments
 (0)