Skip to content

Commit

Permalink
add vendor folder with go mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Aug 13, 2020
1 parent 10bd7db commit 2275c48
Show file tree
Hide file tree
Showing 8 changed files with 331 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/valyala/fasttemplate

go 1.12

require github.com/valyala/bytebufferpool v1.0.0
15 changes: 15 additions & 0 deletions vendor/github.com/valyala/bytebufferpool/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions vendor/github.com/valyala/bytebufferpool/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/valyala/bytebufferpool/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 111 additions & 0 deletions vendor/github.com/valyala/bytebufferpool/bytebuffer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/github.com/valyala/bytebufferpool/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

151 changes: 151 additions & 0 deletions vendor/github.com/valyala/bytebufferpool/pool.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/bytebufferpool

0 comments on commit 2275c48

Please sign in to comment.