Files
libnovel/scraper/go.mod
2026-02-26 12:56:25 +05:00

10 lines
183 B
Modula-2

module github.com/libnovel/scraper
go 1.25.0
require (
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/net v0.51.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)