Skip to content

Commit

Permalink
BUILD/MINOR: go.mod: upgrade client-native library
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed May 13, 2024
1 parent e4240ae commit 59f34ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/go-openapi/validate v0.24.0
github.com/google/renameio v1.0.1
github.com/google/uuid v1.6.0
github.com/haproxytech/client-native/v5 v5.1.6
github.com/haproxytech/client-native/v5 v5.1.7
github.com/haproxytech/config-parser/v5 v5.1.4
github.com/jessevdk/go-flags v1.5.0
github.com/json-iterator/go v1.1.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ github.com/google/renameio v1.0.1 h1:Lh/jXZmvZxb0BBeSY5VKEfidcbcbenKjZFzM/q0fSeU
github.com/google/renameio v1.0.1/go.mod h1:t/HQoYBZSsWSNK35C6CO/TpPLDVWvxOHboWUAweKUpk=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/haproxytech/client-native/v5 v5.1.6 h1:JP73Pej1zVkvC5QUdjxP7W7nVszP8vJoK7gtn6eVWh0=
github.com/haproxytech/client-native/v5 v5.1.6/go.mod h1:Wq0h4qizViyLFCl7pd4Ck9VO0hzXn44heZ3trt5Lidg=
github.com/haproxytech/client-native/v5 v5.1.7 h1:BkHBSAVU/joJuFOlSZ72wUi04FBHvMlrTgNQmlpwi5g=
github.com/haproxytech/client-native/v5 v5.1.7/go.mod h1:G1vkl8mTITVukr3pEo/1DvE3Ru86uxp1zkd7O5BZYJs=
github.com/haproxytech/config-parser/v5 v5.1.4 h1:TArFSuRpYlmTanZjt3nVe7lNcPw+pXmth8tLW72ENeM=
github.com/haproxytech/config-parser/v5 v5.1.4/go.mod h1:16+1AbS+AvMZkDScIhergz2dqecQuEmjwV4Xt5ncS9s=
github.com/haproxytech/go-logger v1.1.0 h1:HgGtYaI1ApkvbQdsm7f9AzQQoxTB7w37criTflh7IQE=
Expand Down

0 comments on commit 59f34ea

Please sign in to comment.