Skip to content

Commit

Permalink
BUILD: Update go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Jun 16, 2019
1 parent d576b33 commit 5febf1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ require (
github.com/go-openapi/strfmt v0.19.0
github.com/go-openapi/swag v0.19.0
github.com/go-openapi/validate v0.19.0
github.com/haproxytech/client-native v0.9.5
github.com/haproxytech/client-native v1.0.0
github.com/haproxytech/config-parser v0.9.1
github.com/haproxytech/models v0.9.3
github.com/haproxytech/models v1.0.0
github.com/jessevdk/go-flags v1.4.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/rs/cors v1.6.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ github.com/go-openapi/validate v0.19.0/go.mod h1:Uh4HdOzKt19xGIGm1qHf/ofbX1YQ4Y+
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/haproxytech/client-native v0.9.5 h1:d/95Or5kRTdgaY1d5916VzPgTAJKzKUpetE/UdhYv/E=
github.com/haproxytech/client-native v0.9.5/go.mod h1:cbuSsiaM6jGzK6HlJCjRV35HAe8GcfzKRcMvCgiUFPw=
github.com/haproxytech/client-native v1.0.0 h1:JCH3kS9ehDCE65fwDq2uMs0JXNomMzQYYCM7jFrt8DY=
github.com/haproxytech/client-native v1.0.0/go.mod h1:R4y+DNch1xuVC6m/UTi9FPrHGxZOAGhNJJphul+BkUc=
github.com/haproxytech/config-parser v0.9.1 h1:eo1elsaiPKVdVP+njXDlltkaW70Stu+0sGzUBzsuMPE=
github.com/haproxytech/config-parser v0.9.1/go.mod h1:se7v728KDunj+qz1kXFFFl+nDuoBdUaN5eYSi+gYjNM=
github.com/haproxytech/models v0.9.3 h1:HIppGQ6VrBE4kyhrGTvpqlAgLDsp7FdOOTuIYAxdhX4=
github.com/haproxytech/models v0.9.3/go.mod h1:UXZVErm/XN6z10sM/enmxrdeEnwo7vz1JI+a8ycEvOQ=
github.com/haproxytech/models v1.0.0 h1:ooShgeeRFpCdeMuDR5oZUllfAcKzJSlbv1P0JJ56bJ4=
github.com/haproxytech/models v1.0.0/go.mod h1:UXZVErm/XN6z10sM/enmxrdeEnwo7vz1JI+a8ycEvOQ=
github.com/jessevdk/go-flags v1.4.0 h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
Expand Down

0 comments on commit 5febf1c

Please sign in to comment.