mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Bump github.com/spkg/bom from 0.0.0-20160624110644-59b7046e48ad to 1.0.1
Bumps [github.com/spkg/bom](https://github.com/spkg/bom) from 0.0.0-20160624110644-59b7046e48ad to 1.0.1. - [Release notes](https://github.com/spkg/bom/releases) - [Commits](https://github.com/spkg/bom/commits/v1.0.1) --- updated-dependencies: - dependency-name: github.com/spkg/bom dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4b7388bbe3
commit
5a4a917e6f
2
go.mod
2
go.mod
|
|
@ -33,7 +33,7 @@ require (
|
|||
github.com/sasha-s/go-deadlock v0.3.6
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/spf13/afero v1.15.0
|
||||
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
|
||||
github.com/spkg/bom v1.0.1
|
||||
github.com/stefanhaller/git-todo-parser v0.0.7-0.20250905083220-c50528f08304
|
||||
github.com/stretchr/testify v1.11.1
|
||||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -115,8 +115,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
|
|||
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
|
||||
github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=
|
||||
github.com/spf13/afero v1.15.0/go.mod h1:NC2ByUVxtQs4b3sIUphxK0NioZnmxgyCrfzeuq8lxMg=
|
||||
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad h1:fiWzISvDn0Csy5H0iwgAuJGQTUpVfEMJJd4nRFXogbc=
|
||||
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0=
|
||||
github.com/spkg/bom v1.0.1 h1:tl8kQ2sufL/wDEJa9me1jnQYEpDB7LqYGNkwCVR5GLs=
|
||||
github.com/spkg/bom v1.0.1/go.mod h1:4VaFoiTGzDoSmJJ1csk9pXlCQiJKqj+9AXiFyavhHEw=
|
||||
github.com/stefanhaller/git-todo-parser v0.0.7-0.20250905083220-c50528f08304 h1:bg+K3E0GYuqwTGaEfNrsZ0rH0Bw4p3EmPjk9Zjnua+w=
|
||||
github.com/stefanhaller/git-todo-parser v0.0.7-0.20250905083220-c50528f08304/go.mod h1:HFt9hGqMzgQ+gVxMKcvTvGaFz4Y0yYycqqAp2V3wcJY=
|
||||
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
||||
|
|
|
|||
1
vendor/github.com/spkg/bom/.gitignore
generated
vendored
1
vendor/github.com/spkg/bom/.gitignore
generated
vendored
|
|
@ -1 +1,2 @@
|
|||
coverage.out
|
||||
.idea
|
||||
|
|
|
|||
16
vendor/github.com/spkg/bom/.travis.yml
generated
vendored
16
vendor/github.com/spkg/bom/.travis.yml
generated
vendored
|
|
@ -1,16 +0,0 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.6
|
||||
- 1.5
|
||||
- 1.4
|
||||
- 1.3
|
||||
|
||||
install:
|
||||
- go get github.com/stretchr/testify/assert
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- go get github.com/mattn/goveralls
|
||||
|
||||
script:
|
||||
- go test -v -covermode=count -coverprofile=coverage.out
|
||||
- $(go env GOPATH | awk 'BEGIN{FS=":"} {print $1}')/bin/goveralls -coverprofile=coverage.out -service=travis-ci
|
||||
|
||||
5
vendor/github.com/spkg/bom/README.md
generated
vendored
5
vendor/github.com/spkg/bom/README.md
generated
vendored
|
|
@ -1,11 +1,8 @@
|
|||
# bom
|
||||
## strip UTF-8 byte order marks
|
||||
|
||||
[](https://godoc.org/github.com/spkg/bom)
|
||||
[](https://travis-ci.org/spkg/bom)
|
||||
[](https://ci.appveyor.com/project/jjeffery/bom)
|
||||
[](https://godoc.org/github.com/spkg/bom)
|
||||
[](https://raw.githubusercontent.com/spkg/bom/master/LICENSE.md)
|
||||
[](https://coveralls.io/github/spkg/bom?branch=master)
|
||||
[](http://goreportcard.com/report/spkg/bom)
|
||||
|
||||
|
||||
|
|
|
|||
2
vendor/github.com/spkg/bom/bom.go
generated
vendored
2
vendor/github.com/spkg/bom/bom.go
generated
vendored
|
|
@ -33,7 +33,7 @@ func NewReader(r io.Reader) io.Reader {
|
|||
return buf
|
||||
}
|
||||
if b[0] == bom0 && b[1] == bom1 && b[2] == bom2 {
|
||||
discardBytes(buf, 3)
|
||||
_, _ = buf.Discard(3)
|
||||
}
|
||||
return buf
|
||||
}
|
||||
|
|
|
|||
12
vendor/github.com/spkg/bom/discard_go14.go
generated
vendored
12
vendor/github.com/spkg/bom/discard_go14.go
generated
vendored
|
|
@ -1,12 +0,0 @@
|
|||
// +build !go1.5
|
||||
|
||||
package bom
|
||||
|
||||
import "bufio"
|
||||
|
||||
func discardBytes(buf *bufio.Reader, n int) {
|
||||
// cannot use the buf.Discard method as it was introduced in Go 1.5
|
||||
for i := 0; i < n; i++ {
|
||||
buf.ReadByte()
|
||||
}
|
||||
}
|
||||
10
vendor/github.com/spkg/bom/discard_go15.go
generated
vendored
10
vendor/github.com/spkg/bom/discard_go15.go
generated
vendored
|
|
@ -1,10 +0,0 @@
|
|||
// +build go1.5
|
||||
|
||||
package bom
|
||||
|
||||
import "bufio"
|
||||
|
||||
func discardBytes(buf *bufio.Reader, n int) {
|
||||
// the Discard method was introduced in Go 1.5
|
||||
buf.Discard(n)
|
||||
}
|
||||
4
vendor/modules.txt
vendored
4
vendor/modules.txt
vendored
|
|
@ -176,8 +176,8 @@ github.com/sirupsen/logrus
|
|||
github.com/spf13/afero
|
||||
github.com/spf13/afero/internal/common
|
||||
github.com/spf13/afero/mem
|
||||
# github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
|
||||
## explicit
|
||||
# github.com/spkg/bom v1.0.1
|
||||
## explicit; go 1.16
|
||||
github.com/spkg/bom
|
||||
# github.com/stefanhaller/git-todo-parser v0.0.7-0.20250905083220-c50528f08304
|
||||
## explicit; go 1.13
|
||||
|
|
|
|||
Loading…
Reference in a new issue