mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-19 15:06:25 +01:00
10 lines
192 B
Modula-2
10 lines
192 B
Modula-2
module github.com/valyala/quicktemplate
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.10.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/fasthttp v1.12.0
|
|
)
|