fix: try solution for race conditions; use brotli included in datastar sdk; small improvements
This commit is contained in:
5
go.mod
5
go.mod
@@ -5,20 +5,21 @@ go 1.25.4
|
||||
require maragu.dev/gomponents v1.2.0
|
||||
|
||||
require (
|
||||
github.com/CAFxX/httpcompression v0.0.9
|
||||
github.com/andybalholm/brotli v1.2.0
|
||||
github.com/fsnotify/fsnotify v1.9.0
|
||||
github.com/go-via/via-plugin-picocss v0.0.0-20251112183909-4485ba2e31d8
|
||||
github.com/go-via/via-plugin-picocss v0.1.0
|
||||
github.com/starfederation/datastar-go v1.0.3
|
||||
github.com/stretchr/testify v1.10.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/CAFxX/httpcompression v0.0.9 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/klauspost/compress v1.18.0 // indirect
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user