Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
aa502874
Commit
aa502874
authored
Jan 15, 2016
by
Mike Danese
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
godeps: update github.com/kr/pty
Signed-off-by:
Mike Danese
<
mikedanese@google.com
>
parent
ec002e52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
4 deletions
+19
-4
Godeps.json
Godeps/Godeps.json
+3
-3
run.go
Godeps/_workspace/src/github.com/kr/pty/run.go
+5
-1
ztypes_arm64.go
Godeps/_workspace/src/github.com/kr/pty/ztypes_arm64.go
+11
-0
No files found.
Godeps/Godeps.json
View file @
aa502874
{
{
"ImportPath"
:
"k8s.io/kubernetes"
,
"ImportPath"
:
"k8s.io/kubernetes"
,
"GoVersion"
:
"go1.5
.1
"
,
"GoVersion"
:
"go1.5"
,
"Packages"
:
[
"Packages"
:
[
"./..."
"./..."
],
],
...
@@ -692,8 +692,8 @@
...
@@ -692,8 +692,8 @@
},
},
{
{
"ImportPath"
:
"github.com/kr/pty"
,
"ImportPath"
:
"github.com/kr/pty"
,
"Comment"
:
"release.r56-2
5-g05017fc
"
,
"Comment"
:
"release.r56-2
9-gf7ee69f
"
,
"Rev"
:
"
05017fcccf23c823bfdea560dcc958a136e54fb7
"
"Rev"
:
"
f7ee69f31298ecbe5d2b349c711e2547a617d398
"
},
},
{
{
"ImportPath"
:
"github.com/matttproud/golang_protobuf_extensions/pbutil"
,
"ImportPath"
:
"github.com/matttproud/golang_protobuf_extensions/pbutil"
,
...
...
Godeps/_workspace/src/github.com/kr/pty/run.go
View file @
aa502874
...
@@ -18,7 +18,11 @@ func Start(c *exec.Cmd) (pty *os.File, err error) {
...
@@ -18,7 +18,11 @@ func Start(c *exec.Cmd) (pty *os.File, err error) {
c
.
Stdout
=
tty
c
.
Stdout
=
tty
c
.
Stdin
=
tty
c
.
Stdin
=
tty
c
.
Stderr
=
tty
c
.
Stderr
=
tty
c
.
SysProcAttr
=
&
syscall
.
SysProcAttr
{
Setctty
:
true
,
Setsid
:
true
}
if
c
.
SysProcAttr
==
nil
{
c
.
SysProcAttr
=
&
syscall
.
SysProcAttr
{}
}
c
.
SysProcAttr
.
Setctty
=
true
c
.
SysProcAttr
.
Setsid
=
true
err
=
c
.
Start
()
err
=
c
.
Start
()
if
err
!=
nil
{
if
err
!=
nil
{
pty
.
Close
()
pty
.
Close
()
...
...
Godeps/_workspace/src/github.com/kr/pty/ztypes_arm64.go
0 → 100644
View file @
aa502874
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go
// +build arm64
package
pty
type
(
_C_int
int32
_C_uint
uint32
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment