-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for
.pem
cert format (#132)
* add support for `.pem` cert format * bump x/sys causing build failure
- Loading branch information
Showing
8 changed files
with
40 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: golang.org/x/sys/internal/unsafeheader | ||
version: v0.0.0-20200909081042-eff7692f9009 | ||
version: v0.0.0-20220422013727-9388b58f7150 | ||
type: go | ||
summary: Package unsafeheader contains header declarations for the Go runtime's slice | ||
and string implementations. | ||
homepage: https://pkg.go.dev/golang.org/x/sys/internal/unsafeheader | ||
license: bsd-3-clause | ||
licenses: | ||
- sources: [email protected]20200909081042-eff7692f9009/LICENSE | ||
- sources: [email protected]20220422013727-9388b58f7150/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -36,7 +36,7 @@ licenses: | |
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. | ||
- sources: [email protected]20200909081042-eff7692f9009/PATENTS | ||
- sources: [email protected]20220422013727-9388b58f7150/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
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: golang.org/x/sys/unix | ||
version: v0.0.0-20200909081042-eff7692f9009 | ||
version: v0.0.0-20220422013727-9388b58f7150 | ||
type: go | ||
summary: Package unix contains an interface to the low-level operating system primitives. | ||
homepage: https://pkg.go.dev/golang.org/x/sys/unix | ||
license: bsd-3-clause | ||
licenses: | ||
- sources: [email protected]20200909081042-eff7692f9009/LICENSE | ||
- sources: [email protected]20220422013727-9388b58f7150/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
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. | ||
- sources: [email protected]20200909081042-eff7692f9009/PATENTS | ||
- sources: [email protected]20220422013727-9388b58f7150/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
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