parent
326f0cfa2f
commit
5c292c61c6
1437 changed files with 208886 additions and 87131 deletions
6
vendor/github.com/containers/image/v5/internal/useragent/useragent.go
generated
vendored
Normal file
6
vendor/github.com/containers/image/v5/internal/useragent/useragent.go
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package useragent
|
||||
|
||||
import "github.com/containers/image/v5/version"
|
||||
|
||||
// DefaultUserAgent is a value that should be used by User-Agent headers, unless the user specifically instructs us otherwise.
|
||||
var DefaultUserAgent = "containers/" + version.Version + " (github.com/containers/image)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue