Skip to content

Commit

Permalink
BUG/MINOR: global: add lua-prepend-path support
Browse files Browse the repository at this point in the history
  • Loading branch information
amelhusic authored and mjuraga committed Jul 21, 2021
1 parent 273ccfb commit 6bb025a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/go-openapi/validate v0.19.8
github.com/google/renameio v0.1.1-0.20200217212219-353f81969824
github.com/google/uuid v1.2.0
github.com/haproxytech/client-native/v2 v2.4.2-0.20210720100626-55de0f5ec089
github.com/haproxytech/client-native/v2 v2.4.2
github.com/haproxytech/config-parser/v4 v4.0.0-rc1.0.20210706120926-340f1b3664db
github.com/hashicorp/consul/api v1.6.0
github.com/hashicorp/hcl v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.2.0 h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs=
github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/haproxytech/client-native/v2 v2.4.2-0.20210720100626-55de0f5ec089 h1:80M7AYrRlmTkNBM0AytkTfZWASNE6tvf4sM+POdD6h8=
github.com/haproxytech/client-native/v2 v2.4.2-0.20210720100626-55de0f5ec089/go.mod h1:dab0p73uKVI5wrP9JUoGZvxZpPT9LfKTwWIvr7pViVU=
github.com/haproxytech/client-native/v2 v2.4.2 h1:9XJognhxB2xks92HXJQSaBU3LEc9beJVYGs4wKhgWEk=
github.com/haproxytech/client-native/v2 v2.4.2/go.mod h1:dab0p73uKVI5wrP9JUoGZvxZpPT9LfKTwWIvr7pViVU=
github.com/haproxytech/config-parser/v4 v4.0.0-rc1.0.20210706120926-340f1b3664db h1:rKN+rNB45FcPkkGBEUHAuN6iUWxByG0/UzRkluETca8=
github.com/haproxytech/config-parser/v4 v4.0.0-rc1.0.20210706120926-340f1b3664db/go.mod h1:R2KvNW3R5pf+ucN4K0Wtdhib08U8L10rRAwP2lEDuWQ=
github.com/hashicorp/consul/api v1.6.0 h1:SZB2hQW8AcTOpfDmiVblQbijxzsRuiyy0JpHfabvHio=
Expand Down

0 comments on commit 6bb025a

Please sign in to comment.