api-client/packages/hoppscotch-selfhost-web/webapp-server/go.mod
Shreyas e025b8c8e1
perf(webapp-server): opt for build over run time (#5644)
Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com>
2025-12-15 11:54:37 +05:30

15 lines
261 B
Modula-2

module hoppscotch-selfhost-web/webapp-server
go 1.24.0
toolchain go1.24.1
require (
github.com/klauspost/compress v1.18.0
github.com/zeebo/blake3 v0.2.4
)
require (
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
golang.org/x/sys v0.36.0 // indirect
)