docs(storage-minio): fix wiring doc examples; align to v1.1.1

This commit is contained in:
2026-08-07 23:33:22 -06:00
parent abeefd9810
commit 31a21ad695
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ module code.nochebuena.dev/einherjar/storage-minio
go 1.26
require (
code.nochebuena.dev/einherjar/contracts v1.1.0
code.nochebuena.dev/einherjar/core v1.1.0
code.nochebuena.dev/einherjar/contracts v1.1.1
code.nochebuena.dev/einherjar/core v1.1.1
github.com/minio/minio-go/v7 v7.1.0
)