ewilde / terraform-provider-kibana

Kibana terraform provider
Mozilla Public License 2.0
73 stars 23 forks source link

Sync vendor with go.mod #60

Closed jfroche closed 3 years ago

jfroche commented 3 years ago

Received this error while building using vendor:

  go: inconsistent vendoring in /build/source:
        github.com/hashicorp/go-version@v1.2.1: is explicitly required in go.mod, but vendor/modules.txt indicates github.com/hashicorp/go-version@v1.2.0
      golang.org/x/net@v0.0.0-20210119194325-5f4716e94777: is explicitly required in go.mod, but vendor/modules.txt indicates golang.org/x/net@v0.0.0-20201110031124-69a78807bb2b

Running go mod vendor and go mod tidy fixes it.

If you can shoot a patch release right after on the terraform registry that would be awesome ! I would like to add this provider in nixos. Thank you !

ewilde commented 3 years ago

@jfroche release is cut https://github.com/ewilde/terraform-provider-kibana/releases/tag/v0.7.5

GitHub
Release v0.7.5 · ewilde/terraform-provider-kibana
Kibana terraform provider. Contribute to ewilde/terraform-provider-kibana development by creating an account on GitHub.