wormspace/go.mod

9 lines
146 B
Modula-2
Raw Permalink Normal View History

2025-03-04 20:22:07 +01:00
module tea.filefighter.de/qvalentin/wormspace
go 1.23.5
require (
github.com/mattn/go-sqlite3 v1.14.24 // indirect
golang.org/x/net v0.35.0
)