Fix jar hostname handling

Update firebird version
This commit is contained in:
y a t s
2024-09-27 12:16:09 -04:00
parent 0bfe254d05
commit fee61c8210
4 changed files with 82 additions and 67 deletions

9
go.mod
View File

@@ -2,6 +2,11 @@ module github.com/y-a-t-s/libkiwi
go 1.23.0
require github.com/y-a-t-s/firebird v0.0.0-20240902150251-4943d1802500
require github.com/y-a-t-s/firebird v0.0.0-20240927151147-c1c3219d176b
require golang.org/x/net v0.28.0 // indirect
require (
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.23.0 // indirect
)