influxdata / flux

Flux is a lightweight scripting language for querying databases (like InfluxDB) and working with data. It's part of InfluxDB 1.7 and 2.0, but can be run independently of those.
https://influxdata.com
MIT License
769 stars 153 forks source link

upgrade `github.com/SAP/go-hdb` to V1 #5462

Closed paulheg closed 5 months ago

paulheg commented 9 months ago

When trying to build this right now, Im getting an error that v0.14.1 of the github.com/SAP/go-hdb is not available any more.

I updated it to v1.0.0 for now to get it building again.

paulheg commented 8 months ago

Just found a work around:

GOPROXY=https://proxy.golang.org/cached-only go mod download github.com/SAP/go-hdb@v0.14.1
github-actions[bot] commented 6 months ago

This issue has had no recent activity and will be closed soon.

chenwan0036 commented 6 months ago

I am also seeing the same issue:

% go list -m all
go: github.com/SAP/go-hdb@v0.14.1: invalid version: unknown revision v0.14.1

@paulheg's workaround didn't work for me.