diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-05 19:02:43 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-05 19:02:43 +0200 |
commit | f5b5f72f7eaf14692b8036c3698037c647b2423a (patch) | |
tree | f74eb37277771fd1dceec702d1f3820fb553dc2a /go.mod | |
parent | 129c73757036a8073467a2046bc73e95918f1ca1 (diff) | |
download | cerrado-f5b5f72f7eaf14692b8036c3698037c647b2423a.tar.gz cerrado-f5b5f72f7eaf14692b8036c3698037c647b2423a.tar.bz2 cerrado-f5b5f72f7eaf14692b8036c3698037c647b2423a.zip |
feat: Add qtc templating
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,5 +5,8 @@ go 1.22.2 require ( git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082 github.com/google/go-cmp v0.6.0 + github.com/valyala/quicktemplate v1.7.0 golang.org/x/sync v0.7.0 ) + +require github.com/valyala/bytebufferpool v1.0.0 // indirect |