Skip to content

Commit 6bb025a

Browse files
amelhusicmjuraga
authored andcommitted
BUG/MINOR: global: add lua-prepend-path support
1 parent 273ccfb commit 6bb025a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

embedded_spec.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/go-openapi/validate v0.19.8
2626
github.com/google/renameio v0.1.1-0.20200217212219-353f81969824
2727
github.com/google/uuid v1.2.0
28-
github.com/haproxytech/client-native/v2 v2.4.2-0.20210720100626-55de0f5ec089
28+
github.com/haproxytech/client-native/v2 v2.4.2
2929
github.com/haproxytech/config-parser/v4 v4.0.0-rc1.0.20210706120926-340f1b3664db
3030
github.com/hashicorp/consul/api v1.6.0
3131
github.com/hashicorp/hcl v1.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
174174
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
175175
github.com/google/uuid v1.2.0 h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=
176176
github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
177-
github.com/haproxytech/client-native/v2 v2.4.2-0.20210720100626-55de0f5ec089 h1:80M7AYrRlmTkNBM0AytkTfZWASNE6tvf4sM+POdD6h8=
178-
github.com/haproxytech/client-native/v2 v2.4.2-0.20210720100626-55de0f5ec089/go.mod h1:dab0p73uKVI5wrP9JUoGZvxZpPT9LfKTwWIvr7pViVU=
177+
github.com/haproxytech/client-native/v2 v2.4.2 h1:9XJognhxB2xks92HXJQSaBU3LEc9beJVYGs4wKhgWEk=
178+
github.com/haproxytech/client-native/v2 v2.4.2/go.mod h1:dab0p73uKVI5wrP9JUoGZvxZpPT9LfKTwWIvr7pViVU=
179179
github.com/haproxytech/config-parser/v4 v4.0.0-rc1.0.20210706120926-340f1b3664db h1:rKN+rNB45FcPkkGBEUHAuN6iUWxByG0/UzRkluETca8=
180180
github.com/haproxytech/config-parser/v4 v4.0.0-rc1.0.20210706120926-340f1b3664db/go.mod h1:R2KvNW3R5pf+ucN4K0Wtdhib08U8L10rRAwP2lEDuWQ=
181181
github.com/hashicorp/consul/api v1.6.0 h1:SZB2hQW8AcTOpfDmiVblQbijxzsRuiyy0JpHfabvHio=

0 commit comments

Comments
 (0)