Skip to content

Commit

Permalink
v1.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stfnmllr committed Jan 7, 2025
1 parent 3c15f1d commit dc2ee7b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
5 changes: 1 addition & 4 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ Release Notes

### Minor revisions

#### v1.12.7
- updated dependencies

#### v1.12.6
#### v1.12.6 - v1.12.8
- updated dependencies

#### v1.12.5
Expand Down
2 changes: 1 addition & 1 deletion driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// DriverVersion is the version number of the hdb driver.
const DriverVersion = "1.12.7"
const DriverVersion = "1.12.8"

// DriverName is the driver name to use with sql.Open for hdb databases.
const DriverName = "hdb"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ go 1.22
toolchain go1.23.4

require (
golang.org/x/crypto v0.30.0
golang.org/x/crypto v0.32.0
golang.org/x/text v0.21.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang.org/x/crypto v0.30.0 h1:RwoQn3GkWiMkzlX562cLB7OxWvjH1L8xutO2WoJcRoY=
golang.org/x/crypto v0.30.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc=
golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc=
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
8 changes: 4 additions & 4 deletions prometheus/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.4
// replace github.com/SAP/go-hdb => ..

require (
github.com/SAP/go-hdb v1.12.6
github.com/SAP/go-hdb v1.12.8
github.com/prometheus/client_golang v1.20.5
)

Expand All @@ -19,8 +19,8 @@ require (
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.61.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
golang.org/x/crypto v0.30.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/protobuf v1.35.2 // indirect
google.golang.org/protobuf v1.36.2 // indirect
)

0 comments on commit dc2ee7b

Please sign in to comment.