chore(v2): add minio-go/v7 dependency

This commit is contained in:
Admin
2026-03-02 14:31:36 +05:00
parent 7f92a58fd7
commit 66d8481637
2 changed files with 5 additions and 4 deletions

View File

@@ -3,8 +3,8 @@ module github.com/libnovel/scraper
go 1.25.0
require (
github.com/gorilla/websocket v1.5.3 // indirect
github.com/yuin/goldmark v1.7.16 // indirect
golang.org/x/net v0.51.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
github.com/gorilla/websocket v1.5.3
github.com/yuin/goldmark v1.7.16
golang.org/x/net v0.51.0
gopkg.in/yaml.v3 v3.0.1
)