chore: bump icap client which fixes defer error handling (#8234)

* chore: bump icap client which fixes defer error handling

* chore: bump icap-client
This commit is contained in:
Florian Schade
2024-01-25 12:26:21 +01:00
committed by GitHub
parent 5d96e9bdf6
commit 6cf5d8fb13
5 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ replace github.com/go-micro/plugins/v4/store/nats-js-kv => github.com/kobergj/pl
replace github.com/studio-b12/gowebdav => github.com/aduffeck/gowebdav v0.0.0-20231215102054-212d4a4374f6
replace github.com/egirna/icap-client => github.com/fschade/icap-client v0.0.0-20240105150744-9c2d8aff3ef2
replace github.com/egirna/icap-client => github.com/fschade/icap-client v0.0.0-20240123094924-5af178158eaf
// exclude the v2 line of go-sqlite3 which was released accidentally and prevents pulling in newer versions of go-sqlite3
// see https://github.com/mattn/go-sqlite3/issues/965 for more details