Skip to content

Commit 0f28755

Browse files
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>
1 parent eb351dc commit 0f28755

9 files changed

Lines changed: 8 additions & 48 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/sasha-s/go-deadlock v0.3.6
3333
github.com/sirupsen/logrus v1.9.3
3434
github.com/spf13/afero v1.15.0
35-
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
35+
github.com/spkg/bom v1.0.1
3636
github.com/stefanhaller/git-todo-parser v0.0.7-0.20250905083220-c50528f08304
3737
github.com/stretchr/testify v1.11.1
3838
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
110110
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
111111
github.com/spf13/afero v1.15.0 h1:b/YBCLWAJdFWJTN9cLhiXXcD7mzKn9Dm86dNnfyQw1I=
112112
github.com/spf13/afero v1.15.0/go.mod h1:NC2ByUVxtQs4b3sIUphxK0NioZnmxgyCrfzeuq8lxMg=
113-
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad h1:fiWzISvDn0Csy5H0iwgAuJGQTUpVfEMJJd4nRFXogbc=
114-
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0=
113+
github.com/spkg/bom v1.0.1 h1:tl8kQ2sufL/wDEJa9me1jnQYEpDB7LqYGNkwCVR5GLs=
114+
github.com/spkg/bom v1.0.1/go.mod h1:4VaFoiTGzDoSmJJ1csk9pXlCQiJKqj+9AXiFyavhHEw=
115115
github.com/stefanhaller/git-todo-parser v0.0.7-0.20250905083220-c50528f08304 h1:bg+K3E0GYuqwTGaEfNrsZ0rH0Bw4p3EmPjk9Zjnua+w=
116116
github.com/stefanhaller/git-todo-parser v0.0.7-0.20250905083220-c50528f08304/go.mod h1:HFt9hGqMzgQ+gVxMKcvTvGaFz4Y0yYycqqAp2V3wcJY=
117117
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

vendor/github.com/spkg/bom/.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/spkg/bom/.travis.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

vendor/github.com/spkg/bom/README.md

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/spkg/bom/bom.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/spkg/bom/discard_go14.go

Lines changed: 0 additions & 12 deletions
This file was deleted.

vendor/github.com/spkg/bom/discard_go15.go

Lines changed: 0 additions & 10 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ github.com/sirupsen/logrus
166166
github.com/spf13/afero
167167
github.com/spf13/afero/internal/common
168168
github.com/spf13/afero/mem
169-
# github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
170-
## explicit
169+
# github.com/spkg/bom v1.0.1
170+
## explicit; go 1.16
171171
github.com/spkg/bom
172172
# github.com/stefanhaller/git-todo-parser v0.0.7-0.20250905083220-c50528f08304
173173
## explicit; go 1.13

0 commit comments

Comments
 (0)