Merge #56: Add goxsys dependency to mattn/go-isatty

8a80f74 Add goxsys dependency to mattn/go-isatty (JeremyRand)

Pull request description:

  This dependency was added upstream.
pull/36/head
JeremyRand 5 years ago
commit be04c480f1
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -10,7 +10,16 @@ var:
use_container: 1
go_lib: github.com/mattn/go-isatty
targets:
linux:
var:
go_lib_deps:
- golang.org,x,sys,unix
input_files:
- project: container-image
- name: go
project: go
- name: golang.org,x,sys,unix
project: golang.org,x,sys,unix
enable: '[% c("var/linux") %]'

Loading…
Cancel
Save