mirror of
https://github.com/GoogleContainerTools/kaniko.git
synced 2026-06-15 13:24:32 +00:00
``` * use go 1.17 semantics in go.mod * pin tonistiigi/fsutil dep to match docker/docker's dep go get -u ./... go mod vendor ```
3 lines
82 B
Go
3 lines
82 B
Go
// Package bufpipe provides a IO pipe, has variable-sized buffer.
|
|
package bufpipe
|