We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While trying to install, I get the following output stating that the module definition and requirement are not the same.
root@wer-thingworx-azuresql:/opt/azure_sql_exporter# go get -u github.com/iamseth/azure_sql_exporter go: downloading github.com/iamseth/azure_sql_exporter v0.0.0-20160413140200-5a6c1d3f4fb3 go: downloading github.com/denisenkom/go-mssqldb v0.10.0 go: downloading github.com/prometheus/client_golang v1.11.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/prometheus/log v0.0.0-20151026012452-9a3136781e1f go: downloading github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.1.1 go: downloading github.com/cespare/xxhash/v2 v2.1.2 go: downloading github.com/cespare/xxhash v1.1.0 go: downloading golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 go: downloading github.com/golang/protobuf v1.4.3 go: downloading github.com/golang/protobuf v1.5.2 go: downloading github.com/prometheus/client_model v0.2.0 go: downloading github.com/prometheus/common v0.26.0 go: downloading github.com/prometheus/common v0.30.0 go: downloading github.com/prometheus/procfs v0.6.0 go: downloading golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 go: downloading github.com/prometheus/procfs v0.7.3 go: downloading golang.org/x/sys v0.0.0-20210903071746-97244b99971b go: downloading google.golang.org/protobuf v1.26.0-rc.1 go: downloading google.golang.org/protobuf v1.27.1 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 go: downloading github.com/Sirupsen/logrus v1.8.1 go get: github.com/Sirupsen/logrus@none updating to github.com/Sirupsen/[email protected]: parsing go.mod: module declares its path as: github.com/sirupsen/logrus but was required as: github.com/Sirupsen/logrus root@wer-thingworx-azuresql:/opt/azure_sql_exporter# ls root@wer-thingworx-azuresql:/opt/azure_sql_exporter# go get -u github.com/iamseth/azure_sql_exporter go get: github.com/Sirupsen/logrus@none updating to github.com/Sirupsen/[email protected]: parsing go.mod: module declares its path as: github.com/sirupsen/logrus but was required as: github.com/Sirupsen/logrus
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While trying to install, I get the following output stating that the module definition and requirement are not the same.
The text was updated successfully, but these errors were encountered: