Skip to content

Commit

Permalink
Merge pull request #115 from actions/dependabot/go_modules/github.com…
Browse files Browse the repository at this point in the history
…/go-git/go-git/v5-5.12.0

Bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0
  • Loading branch information
shawnHartsell committed Apr 4, 2024
2 parents 87de1e3 + 8216488 commit 4e43192
Show file tree
Hide file tree
Showing 94 changed files with 591 additions and 319 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/bitcurves
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/brainpool
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package brainpool implements Brainpool elliptic curves.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/eax
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate)
mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/internal/byteutil
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/ocb
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode
of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package openpgp implements high level operations on OpenPGP messages.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/armor
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/ecdh
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified
in RFC 6637, section 8.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/ecdsa
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified
in RFC 6637, section 5.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/eddsa
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package eddsa implements EdDSA signature, suitable for OpenPGP, as specified
in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/elgamal
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms,"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/errors
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package errors contains common error types for the OpenPGP packages.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package ecc implements a generic interface for ECDH, ECDSA, and EdDSA.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/internal/encoding
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package encoding implements openpgp packet field encodings as specified in
RFC 4880 and 6637.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/packet
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package packet implements parsing and serialization of OpenPGP packets, as
specified in RFC 4880.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/ProtonMail/go-crypto/openpgp/s2k
version: v0.0.0-20230828082145-3c4c8a2d2371
version: v1.0.0
type: go
summary: Package s2k implements the various OpenPGP string-to-key transforms as specified
in RFC 4800 section 3.7.1, and Argon2 specified in draft-ietf-openpgp-crypto-refresh-08
Expand Down
2 changes: 1 addition & 1 deletion .licenses/src/go/github.com/go-git/go-git/v5.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5
version: v5.11.0
version: v5.12.0
type: go
summary: A highly extensible git implementation in pure Go.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/config
version: v5.11.0
version: v5.12.0
type: go
summary: Package config contains the abstraction of multiple config files
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/internal/path_util
version: v5.11.0
version: v5.12.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/internal/revision
version: v5.11.0
version: v5.12.0
type: go
summary: 'Package revision extracts git revision from string More information about
revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/internal/url
version: v5.11.0
version: v5.12.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing
version: v5.11.0
version: v5.12.0
type: go
summary: package plumbing implement the core interfaces and structs used by go-git
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/cache
version: v5.11.0
version: v5.12.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/color
version: v5.11.0
version: v5.12.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/filemode
version: v5.11.0
version: v5.12.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/config
version: v5.11.0
version: v5.12.0
type: go
summary: Package config implements encoding and decoding of git config files.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/diff
version: v5.11.0
version: v5.12.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/gitignore
version: v5.11.0
version: v5.12.0
type: go
summary: Package gitignore implements matching file system paths to gitignore patterns
that can be automatically read from a git repository tree in the order of definition
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/idxfile
version: v5.11.0
version: v5.12.0
type: go
summary: Package idxfile implements encoding and decoding of packfile idx files.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/index
version: v5.11.0
version: v5.12.0
type: go
summary: Package index implements encoding and decoding of index format files.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/objfile
version: v5.11.0
version: v5.12.0
type: go
summary: Package objfile implements encoding and decoding of object files.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/packfile
version: v5.11.0
version: v5.12.0
type: go
summary: Package packfile implements encoding and decoding of packfile format.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/format/pktline
version: v5.11.0
version: v5.12.0
type: go
summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines
from payloads.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/hash
version: v5.11.0
version: v5.12.0
type: go
summary: package hash provides a way for managing the underlying hash implementations
used across go-git.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/object
version: v5.11.0
version: v5.12.0
type: go
summary: Package object contains implementations of all Git objects and utility functions
to work with them.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/protocol/packp
version: v5.11.0
version: v5.12.0
type: go
summary:
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability
version: v5.11.0
version: v5.12.0
type: go
summary: Package capability defines the server and client capabilities.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband
version: v5.11.0
version: v5.12.0
type: go
summary: Package sideband implements a sideband mutiplex/demultiplexer
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/revlist
version: v5.11.0
version: v5.12.0
type: go
summary: Package revlist provides support to access the ancestors of commits, in a
similar way as the git-rev-list command.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/storer
version: v5.11.0
version: v5.12.0
type: go
summary: Package storer defines the interfaces to store objects, references, etc.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/transport
version: v5.11.0
version: v5.12.0
type: go
summary: Package transport includes the implementation for different transport protocols.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/transport/client
version: v5.11.0
version: v5.12.0
type: go
summary: Package client contains helper function to deal with the different client
protocols.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/transport/file
version: v5.11.0
version: v5.12.0
type: go
summary: Package file implements the file transport protocol.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/transport/git
version: v5.11.0
version: v5.12.0
type: go
summary: Package git implements the git transport protocol.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/transport/http
version: v5.11.0
version: v5.12.0
type: go
summary: Package http implements the HTTP transport protocol.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/transport/internal/common
version: v5.11.0
version: v5.12.0
type: go
summary: Package common implements the git pack protocol with a pluggable transport.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/transport/server
version: v5.11.0
version: v5.12.0
type: go
summary: Package server implements the git server protocol.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/go-git/go-git/v5/plumbing/transport/ssh
version: v5.11.0
version: v5.12.0
type: go
summary: Package ssh implements the SSH transport protocol.
homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh
Expand Down

0 comments on commit 4e43192

Please sign in to comment.