1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

try to fix badger's latest version does not pass the checksum

relative to: https://github.com/dgraph-io/badger/issues/2113
This commit is contained in:
Gerasimos (Makis) Maropoulos
2024-09-26 15:55:13 +03:00
parent 7e5d02c129
commit 88fa64982d
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -11,7 +11,7 @@ require (
github.com/Shopify/goreferrer v0.0.0-20240724165105-aceaa0259138
github.com/andybalholm/brotli v1.1.0
github.com/blang/semver/v4 v4.0.0
github.com/dgraph-io/badger/v4 v4.3.0
github.com/dgraph-io/badger/v4 v4.3.1-0.20240925183814-93b5d4ee842b
github.com/fatih/structs v1.1.0
github.com/flosch/pongo2/v4 v4.0.2
github.com/golang/snappy v0.0.4