-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f836357
commit d64b761
Showing
132 changed files
with
1,662 additions
and
468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: github.com/golang/protobuf/jsonpb | ||
version: v1.5.3 | ||
type: go | ||
summary: Package jsonpb provides functionality to marshal and unmarshal between a | ||
protocol buffer message and JSON. | ||
homepage: https://pkg.go.dev/github.com/golang/protobuf/jsonpb | ||
license: bsd-3-clause | ||
licenses: | ||
- sources: [email protected]/LICENSE | ||
text: |+ | ||
Copyright 2010 The Go Authors. All rights reserved. | ||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are | ||
met: | ||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above | ||
copyright notice, this list of conditions and the following disclaimer | ||
in the documentation and/or other materials provided with the | ||
distribution. | ||
* Neither the name of Google Inc. nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
notices: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/golang/protobuf/proto | ||
version: v1.5.2 | ||
version: v1.5.3 | ||
type: go | ||
summary: Package proto provides functionality for handling protocol buffer messages. | ||
homepage: https://pkg.go.dev/github.com/golang/protobuf/proto | ||
license: bsd-3-clause | ||
licenses: | ||
- sources: [email protected].2/LICENSE | ||
- sources: [email protected].3/LICENSE | ||
text: |+ | ||
Copyright 2010 The Go Authors. All rights reserved. | ||
|
@@ -37,3 +37,4 @@ licenses: | |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
notices: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/golang/protobuf/ptypes | ||
version: v1.5.2 | ||
version: v1.5.3 | ||
type: go | ||
summary: Package ptypes provides functionality for interacting with well-known types. | ||
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes | ||
license: bsd-3-clause | ||
licenses: | ||
- sources: [email protected].2/LICENSE | ||
- sources: [email protected].3/LICENSE | ||
text: |+ | ||
Copyright 2010 The Go Authors. All rights reserved. | ||
|
@@ -37,3 +37,4 @@ licenses: | |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
notices: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/golang/protobuf/ptypes/any | ||
version: v1.5.2 | ||
version: v1.5.3 | ||
type: go | ||
summary: | ||
summary: | ||
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any | ||
license: bsd-3-clause | ||
licenses: | ||
- sources: [email protected].2/LICENSE | ||
- sources: [email protected].3/LICENSE | ||
text: |+ | ||
Copyright 2010 The Go Authors. All rights reserved. | ||
|
@@ -37,3 +37,4 @@ licenses: | |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
notices: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/golang/protobuf/ptypes/duration | ||
version: v1.5.2 | ||
version: v1.5.3 | ||
type: go | ||
summary: | ||
summary: | ||
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration | ||
license: bsd-3-clause | ||
licenses: | ||
- sources: [email protected].2/LICENSE | ||
- sources: [email protected].3/LICENSE | ||
text: |+ | ||
Copyright 2010 The Go Authors. All rights reserved. | ||
|
@@ -37,3 +37,4 @@ licenses: | |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
notices: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/golang/protobuf/ptypes/timestamp | ||
version: v1.5.2 | ||
version: v1.5.3 | ||
type: go | ||
summary: | ||
summary: | ||
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp | ||
license: bsd-3-clause | ||
licenses: | ||
- sources: [email protected].2/LICENSE | ||
- sources: [email protected].3/LICENSE | ||
text: |+ | ||
Copyright 2010 The Go Authors. All rights reserved. | ||
|
@@ -37,3 +37,4 @@ licenses: | |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
notices: [] | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
name: github.com/kevinburke/ssh_config | ||
version: v1.1.0 | ||
version: v1.2.0 | ||
type: go | ||
summary: Package ssh_config provides tools for manipulating SSH config files. | ||
homepage: https://pkg.go.dev/github.com/kevinburke/ssh_config | ||
|
@@ -60,9 +60,12 @@ licenses: | |
notices: | ||
- sources: AUTHORS.txt | ||
text: |- | ||
Carlos A Becker <[email protected]> | ||
Dustin Spicuzza <[email protected]> | ||
Eugene Terentev <[email protected]> | ||
Kevin Burke <[email protected]> | ||
Mark Nevill <[email protected]> | ||
Scott Lessans <[email protected]> | ||
Sergey Lukjanov <[email protected]> | ||
Wayne Ashley Berry <[email protected]> | ||
santosh653 <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.