diff options
Diffstat (limited to 'vendor/github.com/valyala/fasttemplate/go.mod')
-rw-r--r-- | vendor/github.com/valyala/fasttemplate/go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/valyala/fasttemplate/go.mod b/vendor/github.com/valyala/fasttemplate/go.mod new file mode 100644 index 00000000..6015c4b5 --- /dev/null +++ b/vendor/github.com/valyala/fasttemplate/go.mod @@ -0,0 +1,3 @@ +module github.com/valyala/fasttemplate + +require github.com/valyala/bytebufferpool v1.0.0 |