ulranh / sapnwrfc_exporter

sapnwrfc_exporter - SAP NWRFC Exporter for Prometheus
Apache License 2.0
31 stars 6 forks source link

error due to case sensitive repository name when using GO version 1.20.x #14

Open anfoe1111 opened 1 year ago

anfoe1111 commented 1 year ago

Hello, today I tried to install sapnwrfc_exporter using GO Version 1.20.5 on a linux-platform (SUSE). "go build" was throwing an error due to mismatch of required repository names (SAP/gorfc vs. sap/gorfc). I think in github the repository is called SAP/gorfc whereas inside go.mod/go.sum the repo is named sap/gorfc.

Workaround: When switching back to GO 1.19.x the error disappeared.

Do you know a way to fix this? Regards, Andreas