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
1586e8d6
Unverified
Commit
1586e8d6
authored
May 28, 2019
by
Erik Wilson
Committed by
GitHub
May 28, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #503 from erikwilson/update-vendor-kvsql
Update vendor
parents
199f6736
9cd02d19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
trash.lock
trash.lock
+6
-1
vendor.conf
vendor.conf
+2
-1
watcher.go
...ithub.com/ibuildthecloud/kvsql/clientv3/driver/watcher.go
+2
-4
No files found.
trash.lock
View file @
1586e8d6
...
@@ -104,6 +104,8 @@ import:
...
@@ -104,6 +104,8 @@ import:
version: v1.3.1-1-gf12c6236fe7b5c
version: v1.3.1-1-gf12c6236fe7b5c
- package: github.com/ghodss/yaml
- package: github.com/ghodss/yaml
version: v1.0.0
version: v1.0.0
- package: github.com/go-sql-driver/mysql
version: v1.4.1
- package: github.com/godbus/dbus
- package: github.com/godbus/dbus
version: c7fdd8b5cd55e87b4e1f4e372cdb1db61dd6c66f
version: c7fdd8b5cd55e87b4e1f4e372cdb1db61dd6c66f
- package: github.com/gogo/googleapis
- package: github.com/gogo/googleapis
...
@@ -140,7 +142,8 @@ import:
...
@@ -140,7 +142,8 @@ import:
- package: github.com/hashicorp/golang-lru
- package: github.com/hashicorp/golang-lru
version: v0.5.0
version: v0.5.0
- package: github.com/ibuildthecloud/kvsql
- package: github.com/ibuildthecloud/kvsql
version: 0e798b1475327aadf3b8da5d2d1f99bb93dfd667
version: d37dd2b0829b44a4964e48c9396e14b0536fefb6
repo: https://github.com/erikwilson/rancher-kvsql.git
- package: github.com/imdario/mergo
- package: github.com/imdario/mergo
version: v0.3.5
version: v0.3.5
- package: github.com/inconshreveable/mousetrap
- package: github.com/inconshreveable/mousetrap
...
@@ -158,6 +161,8 @@ import:
...
@@ -158,6 +161,8 @@ import:
- package: github.com/kubernetes-sigs/cri-tools
- package: github.com/kubernetes-sigs/cri-tools
version: c465773e3ad8c941d1756c0a467d550b04a8f65b
version: c465773e3ad8c941d1756c0a467d550b04a8f65b
repo: https://github.com/ibuildthecloud/cri-tools.git
repo: https://github.com/ibuildthecloud/cri-tools.git
- package: github.com/lib/pq
version: v1.1.1
- package: github.com/liggitt/tabwriter
- package: github.com/liggitt/tabwriter
version: 89fcab3d43de07060e4fd4c1547430ed57e87f24
version: 89fcab3d43de07060e4fd4c1547430ed57e87f24
- package: github.com/lithammer/dedent
- package: github.com/lithammer/dedent
...
...
vendor.conf
View file @
1586e8d6
...
@@ -122,7 +122,8 @@ golang.org/x/oauth2 a6bd8cefa1811bd24b86f8902872e4e8225f74c4
...
@@ -122,7 +122,8 @@ golang.org/x/oauth2 a6bd8cefa1811bd24b86f8902872e4e8225f74c4
golang
.
org
/
x
/
time
f51c12702a4d776e4c1fa9b0fabab841babae631
golang
.
org
/
x
/
time
f51c12702a4d776e4c1fa9b0fabab841babae631
gopkg
.
in
/
inf
.
v0
3887
ee99ecf07df5b447e9b00d9c0b2adaa9f3e4
gopkg
.
in
/
inf
.
v0
3887
ee99ecf07df5b447e9b00d9c0b2adaa9f3e4
gopkg
.
in
/
yaml
.
v2
v2
.
2
.
1
gopkg
.
in
/
yaml
.
v2
v2
.
2
.
1
github
.
com
/
ibuildthecloud
/
kvsql
788464096
f5af361d166858efccf26c12dc5b427
#github.com/ibuildthecloud/kvsql 788464096f5af361d166858efccf26c12dc5b427
github
.
com
/
ibuildthecloud
/
kvsql
d37dd2b0829b44a4964e48c9396e14b0536fefb6
https
://
github
.
com
/
erikwilson
/
rancher
-
kvsql
.
git
# rootless
# rootless
github
.
com
/
rootless
-
containers
/
rootlesskit
893
c1c3de71f54c301fdb85a7c0dd15c1933c159
github
.
com
/
rootless
-
containers
/
rootlesskit
893
c1c3de71f54c301fdb85a7c0dd15c1933c159
...
...
vendor/github.com/ibuildthecloud/kvsql/clientv3/driver/watcher.go
View file @
1586e8d6
...
@@ -2,7 +2,6 @@ package driver
...
@@ -2,7 +2,6 @@ package driver
import
(
import
(
"context"
"context"
"io"
"strings"
"strings"
)
)
...
@@ -94,10 +93,9 @@ func start(watchResponses chan Event) {
...
@@ -94,10 +93,9 @@ func start(watchResponses chan Event) {
}
}
func
sendErrorAndClose
(
watchResponses
chan
Event
,
err
error
)
{
func
sendErrorAndClose
(
watchResponses
chan
Event
,
err
error
)
{
if
err
=
=
nil
{
if
err
!
=
nil
{
err
=
io
.
EOF
watchResponses
<-
Event
{
Err
:
err
}
}
}
watchResponses
<-
Event
{
Err
:
err
}
close
(
watchResponses
)
close
(
watchResponses
)
}
}
...
...
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