feat: add working prototype for via
This commit is contained in:
14
go.mod
Normal file
14
go.mod
Normal file
@@ -0,0 +1,14 @@
|
||||
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/klauspost/compress v1.18.0 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user