diff options
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 |