17 lines
440 B
Modula-2
17 lines
440 B
Modula-2
module github.com/go-via/via
|
|
|
|
go 1.25.3
|
|
|
|
require maragu.dev/gomponents v1.2.0
|
|
|
|
require github.com/starfederation/datastar-go v1.0.3
|
|
|
|
require (
|
|
github.com/CAFxX/httpcompression v0.0.9 // indirect
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
)
|