Skip to content

Commit 4424687

Browse files
committed
BUG/MINOR: fix broken go.mod
1 parent 3b52634 commit 4424687

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
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.2.1-0.20190813105745-4078525caf6b
15+
github.com/haproxytech/client-native v1.2.1-0.20190813110624-83c4d5051c1c
1616
github.com/haproxytech/config-parser v1.0.3
1717
github.com/haproxytech/models v1.2.0
1818
github.com/jessevdk/go-flags v1.4.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ github.com/haproxytech/client-native v1.2.1-0.20190813091531-c13eef260120 h1:70L
8383
github.com/haproxytech/client-native v1.2.1-0.20190813091531-c13eef260120/go.mod h1:lj3L8k0WRbtSxsz71ojTmyA99h0K1Ef187JZEmRIe98=
8484
github.com/haproxytech/client-native v1.2.1-0.20190813105745-4078525caf6b h1:LwO1Gkoblz3uGfM1JKsTkHExg4xKD/KZDZegmiO9fKk=
8585
github.com/haproxytech/client-native v1.2.1-0.20190813105745-4078525caf6b/go.mod h1:lj3L8k0WRbtSxsz71ojTmyA99h0K1Ef187JZEmRIe98=
86+
github.com/haproxytech/client-native v1.2.1-0.20190813110624-83c4d5051c1c h1:sdP/klAOEx1+/hqBOSw3+KwLowtsUTGiGkQieIjqqpY=
87+
github.com/haproxytech/client-native v1.2.1-0.20190813110624-83c4d5051c1c/go.mod h1:3gxT1IcL3v2+yGg25+2iOINNQatsyhAjyL08CnMS6c0=
8688
github.com/haproxytech/config-parser v1.0.0 h1:x6BQ5o5jzOq2QDApYwfFeidbKlS8d8F474tHbzT/GIY=
8789
github.com/haproxytech/config-parser v1.0.0/go.mod h1:se7v728KDunj+qz1kXFFFl+nDuoBdUaN5eYSi+gYjNM=
8890
github.com/haproxytech/config-parser v1.0.2 h1:IK0COYVxcVWp92j2Af8PA/z4yP3K69XqiT9iAI4e+48=

0 commit comments

Comments
 (0)