Skip to content

Commit 5a8e152

Browse files
Bump github.com/no-src/log from 0.3.1 to 0.3.2 (#6)
Bumps [github.com/no-src/log](https://github.com/no-src/log) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/no-src/log/releases) - [Commits](no-src/log@v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: github.com/no-src/log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe7c1cb commit 5a8e152

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ module github.com/no-src/comb
22

33
go 1.19
44

5-
require github.com/no-src/log v0.3.1
5+
require github.com/no-src/log v0.3.2
6+
7+
require gopkg.in/yaml.v3 v3.0.1 // indirect

go.sum

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
github.com/no-src/log v0.3.1 h1:HvozFJQwRicaCThaRztVNOACR01jMiK8Upn4eU7lyps=
2-
github.com/no-src/log v0.3.1/go.mod h1:AG2AiKsnJpZQHmJ24waj6Bi0xHaBEPXiFl1yYpHzLJQ=
1+
github.com/no-src/log v0.3.2 h1:vNlvZI5GVQltV2qnj6tjlARcjVPGtBJelPVMhqFRR0k=
2+
github.com/no-src/log v0.3.2/go.mod h1:4eDLORoI7qCN75WkNOG/rJ5h1cCEHogRcTreHuIKW/w=
3+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
4+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
5+
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
6+
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)