Skip to content
This repository was archived by the owner on Nov 17, 2021. It is now read-only.

Commit 0e17edd

Browse files
committed
Update vendor and Travis
1 parent 30a0128 commit 0e17edd

File tree

6 files changed

+86
-40
lines changed

6 files changed

+86
-40
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: go
33
go:
44
- 1.7.x
55
- 1.8.x
6-
- 1.9
6+
- 1.9.x
77
- tip
88

99
install:

api/main.go

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
// Copyright 2017 The go-ego Project Developers. See the COPYRIGHT
2+
// file at the top-level directory of this distribution and at
3+
// https://github.com/go-ego/ego/blob/master/LICENSE
4+
//
5+
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6+
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7+
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8+
// option. This file may not be copied, modified, or distributed
9+
// except according to those terms.
10+
111
package main
212

313
import (

g/g.go

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
// Copyright 2017 The go-ego Project Developers. See the COPYRIGHT
2+
// file at the top-level directory of this distribution and at
3+
// https://github.com/go-ego/ego/blob/master/LICENSE
4+
//
5+
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6+
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7+
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8+
// option. This file may not be copied, modified, or distributed
9+
// except according to those terms.
10+
111
package g
212

313
import (

vendor/github.com/fsnotify/fsnotify/README.md

+30-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/inotify.go

+30-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/vendor.json

+5-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
2-
"comment": "",
2+
"comment": "v0.10.0",
33
"ignore": "test",
44
"package": [{
5-
"checksumSHA1": "hveFTNQ9YEyYRs6SWuXM+XU9qRI=",
5+
"checksumSHA1": "x2Km0Qy3WgJJnV19Zv25VwTJcBM=",
66
"path": "github.com/fsnotify/fsnotify",
7-
"revision": "fd9ec7deca8bf46ecd2a795baaacf2b3a9be1197",
8-
"revisionTime": "2016-10-26T20:31:22Z"
7+
"revision": "4da3e2cfbabc9f751898f250b49f2439785783a1",
8+
"revisionTime": "2017-03-29T04:21:07Z"
99
},
10-
// {
11-
// "checksumSHA1": "G778A9feKkdW7ZjeDdj5qoU0Ku4=",
12-
// "path": "github.com/gorilla/websocket",
13-
// "revision": "b258b4fadb573ac412f187b9f31974ea99d32f50",
14-
// "revisionTime": "2017-03-02T22:46:13Z"
15-
// },
1610
{
1711
"checksumSHA1": "59kg2xC3rBxV0/5SIv+LA4qva08=",
1812
"path": "github.com/go-sql-driver/mysql",
@@ -44,5 +38,5 @@
4438
"revisionTime": "2016-03-01T20:40:22Z"
4539
}
4640
],
47-
"rootPath": "github.com/go-ego/e"
41+
"rootPath": "github.com/go-ego/re"
4842
}

0 commit comments

Comments
 (0)