You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only github.com/hashicorp/consul/api and github.com/hashicorp/consul/sdk are designed to be externally imported. All other imports of consul need to be removed. This includes...
github.com/hashicorp/consul/logger
github.com/hashicorp/consul/command/flags
github.com/hashicorp/consul/agent/checks
github.com/hashicorp/consul/agent/structs
github.com/hashicorp/consul/lib
github.com/hashicorp/consul/types
Either need to replace what it is importing or cut-n-paste into a local file.
The text was updated successfully, but these errors were encountered:
Only
github.com/hashicorp/consul/api
andgithub.com/hashicorp/consul/sdk
are designed to be externally imported. All other imports of consul need to be removed. This includes...Either need to replace what it is importing or cut-n-paste into a local file.
The text was updated successfully, but these errors were encountered: