File: go.mod

package info (click to toggle)
golang-github-valyala-quicktemplate 1.7.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 468 kB
  • sloc: xml: 15; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/valyala/quicktemplate

go 1.11

require (
	github.com/andybalholm/brotli v1.0.3 // indirect
	github.com/klauspost/compress v1.13.5 // indirect
	github.com/valyala/bytebufferpool v1.0.0
	github.com/valyala/fasthttp v1.30.0
)