Skip to content

Commit

Permalink
BUILD/MEDIUM: update versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aiharos committed Jan 15, 2021
1 parent dd04eb1 commit 68bd22b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ require (
github.com/go-openapi/validate v0.19.8
github.com/google/renameio v0.1.1-0.20200217212219-353f81969824
github.com/google/uuid v1.1.1
github.com/haproxytech/client-native/v2 v2.2.0-rc1.0.20210113145756-ebc2ea7fda71
github.com/haproxytech/config-parser/v3 v3.0.0-rc1.0.20201218192213-cf1331eaac44
github.com/haproxytech/models/v2 v2.2.0-rc1.0.20210112080933-32de531b38f2
github.com/haproxytech/client-native/v2 v2.2.0
github.com/haproxytech/config-parser/v3 v3.0.0
github.com/haproxytech/models/v2 v2.2.0
github.com/hashicorp/consul/api v1.6.0
github.com/jessevdk/go-flags v1.4.0
github.com/oklog/ulid/v2 v2.0.2
Expand Down
8 changes: 6 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,16 @@ github.com/google/renameio v0.1.1-0.20200217212219-353f81969824/go.mod h1:t/HQoY
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/v2 v2.2.0-rc1.0.20210113145756-ebc2ea7fda71 h1:GPjzPlXaHl//P/a9d5vrmY45RgWcmJ74rNTfQDRrgnc=
github.com/haproxytech/client-native/v2 v2.2.0-rc1.0.20210113145756-ebc2ea7fda71/go.mod h1:PwZEyFw1UlwUp+OPETx/0hpUhNPYmgdLJ/+ss/FVv2w=
github.com/haproxytech/client-native/v2 v2.2.0 h1:qdPKYTK5CpkzIECZNj4oxlPssuSF6I06YIFOBQ35xr0=
github.com/haproxytech/client-native/v2 v2.2.0/go.mod h1:PwZEyFw1UlwUp+OPETx/0hpUhNPYmgdLJ/+ss/FVv2w=
github.com/haproxytech/config-parser/v3 v3.0.0-rc1.0.20201218192213-cf1331eaac44 h1:lWMn14Si9rseZ3UfTI2w7nqKRjjTIUkyJc7PCHI9928=
github.com/haproxytech/config-parser/v3 v3.0.0-rc1.0.20201218192213-cf1331eaac44/go.mod h1:68k+xwy1wGoufI/VKOOilrx/65M85eeQP6Atg+a29Ds=
github.com/haproxytech/config-parser/v3 v3.0.0 h1:ksbmMWB3uvKiuvKkd0MWWKWrVB05WEkhpLpwEI5+SXc=
github.com/haproxytech/config-parser/v3 v3.0.0/go.mod h1:68k+xwy1wGoufI/VKOOilrx/65M85eeQP6Atg+a29Ds=
github.com/haproxytech/models/v2 v2.2.0-rc1.0.20210112080933-32de531b38f2 h1:cJfX3CNxOcZ7FW3pB88IxJfczdHBEG/dZ25A8JrQr78=
github.com/haproxytech/models/v2 v2.2.0-rc1.0.20210112080933-32de531b38f2/go.mod h1:HjM8x+j1/j4nHUA5lqh159OPZ3zQ5iGz13vHo9xeEk0=
github.com/haproxytech/models/v2 v2.2.0 h1:2eBxpioPujHsZ0lMI6IN61V3PfcoNjy254FKnBk4NHs=
github.com/haproxytech/models/v2 v2.2.0/go.mod h1:HjM8x+j1/j4nHUA5lqh159OPZ3zQ5iGz13vHo9xeEk0=
github.com/hashicorp/consul/api v1.6.0 h1:SZB2hQW8AcTOpfDmiVblQbijxzsRuiyy0JpHfabvHio=
github.com/hashicorp/consul/api v1.6.0/go.mod h1:1NSuaUUkFaJzMasbfq/11wKYWSR67Xn6r2DXKhuDNFg=
github.com/hashicorp/consul/sdk v0.6.0 h1:FfhMEkwvQl57CildXJyGHnwGGM4HMODGyfjGwNM1Vdw=
Expand Down

0 comments on commit 68bd22b

Please sign in to comment.