Skip to content

Commit

Permalink
BUILD: upgrade config-parser and models packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mjuraga committed Jul 16, 2020
1 parent 808a7fc commit 0f8b5d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/go-openapi/strfmt v0.19.5
github.com/google/go-cmp v0.4.0
github.com/google/uuid v1.1.1
github.com/haproxytech/config-parser/v2 v2.0.3-0.20200713123648-f2c0d935d738
github.com/haproxytech/models/v2 v2.0.3-0.20200716072200-4ea9de34db93
github.com/haproxytech/config-parser/v2 v2.0.4
github.com/haproxytech/models/v2 v2.1.0
github.com/kr/text v0.2.0 // indirect
github.com/mitchellh/mapstructure v1.2.2
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ github.com/haproxytech/config-parser/v2 v2.0.3-0.20200710141243-73badbce88b0 h1:
github.com/haproxytech/config-parser/v2 v2.0.3-0.20200710141243-73badbce88b0/go.mod h1:8Q2UmqERLRfTrm2zwcPvn4Bp1rFbwOefw3XU16Wowmg=
github.com/haproxytech/config-parser/v2 v2.0.3-0.20200713123648-f2c0d935d738 h1:NegnORDqUZT2bljrqCarVgmRMAjGIuRpd2DpQGVMOR0=
github.com/haproxytech/config-parser/v2 v2.0.3-0.20200713123648-f2c0d935d738/go.mod h1:8Q2UmqERLRfTrm2zwcPvn4Bp1rFbwOefw3XU16Wowmg=
github.com/haproxytech/config-parser/v2 v2.0.4 h1:7Vv7HssRa5CFmr7EeHsLOwp+pc3hlaGr8Ee7SeFMRz8=
github.com/haproxytech/config-parser/v2 v2.0.4/go.mod h1:NRYPsVZr/jIqdVmNBUgsGUul+QLNVff7ToiKFYM+wrU=
github.com/haproxytech/models/v2 v2.0.2-0.20200513093356-3f062770f1d6 h1:6ILrYrcbD9bwaPX9aXjXJjKFvYt2SxDLfVhJvf9WA1U=
github.com/haproxytech/models/v2 v2.0.2-0.20200513093356-3f062770f1d6/go.mod h1:HjM8x+j1/j4nHUA5lqh159OPZ3zQ5iGz13vHo9xeEk0=
github.com/haproxytech/models/v2 v2.0.2 h1:+GOvVWT1ACjr7RZ+TP5xUOsRwd38rQ4ZP+7xSQUenPY=
Expand Down Expand Up @@ -177,6 +179,8 @@ github.com/haproxytech/models/v2 v2.0.3-0.20200713124424-548dde35c2fa h1:xcZYnCT
github.com/haproxytech/models/v2 v2.0.3-0.20200713124424-548dde35c2fa/go.mod h1:HjM8x+j1/j4nHUA5lqh159OPZ3zQ5iGz13vHo9xeEk0=
github.com/haproxytech/models/v2 v2.0.3-0.20200716072200-4ea9de34db93 h1:nKCsu4qmaWzQFuDdbHJ/BbZ9LvLCY1l4H/bkcfXrOUk=
github.com/haproxytech/models/v2 v2.0.3-0.20200716072200-4ea9de34db93/go.mod h1:HjM8x+j1/j4nHUA5lqh159OPZ3zQ5iGz13vHo9xeEk0=
github.com/haproxytech/models/v2 v2.1.0 h1:NH0pDR0Oxb0rwIVD9X1Zs6qOfqozcQQJAFPrP79vxXw=
github.com/haproxytech/models/v2 v2.1.0/go.mod h1:HjM8x+j1/j4nHUA5lqh159OPZ3zQ5iGz13vHo9xeEk0=
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg=
github.com/karrick/godirwalk v1.8.0/go.mod h1:H5KPZjojv4lE+QYImBI8xVtrBRgYrIVsaRPx4tDPEn4=
Expand Down

0 comments on commit 0f8b5d6

Please sign in to comment.