Skip to content

Commit 11edc93

Browse files
Bump github.com/k0kubun/pp from 2.3.0+incompatible to 3.0.1+incompatible (ktrysmt#204)
Bumps [github.com/k0kubun/pp](https://github.com/k0kubun/pp) from 2.3.0+incompatible to 3.0.1+incompatible. - [Release notes](https://github.com/k0kubun/pp/releases) - [Changelog](https://github.com/k0kubun/pp/blob/master/CHANGELOG.md) - [Commits](k0kubun/pp@v2.3.0...v3.0.1) --- updated-dependencies: - dependency-name: github.com/k0kubun/pp dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af61f28 commit 11edc93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.14
55
require (
66
github.com/golang/protobuf v1.0.0 // indirect
77
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
8-
github.com/k0kubun/pp v2.3.0+incompatible
8+
github.com/k0kubun/pp v3.0.1+incompatible
99
github.com/mattn/go-colorable v0.0.9 // indirect
1010
github.com/mattn/go-isatty v0.0.3 // indirect
1111
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/golang/protobuf v1.0.0 h1:lsek0oXi8iFE9L+EXARyHIjU5rlWIhhTkjDz3vHhWWQ
44
github.com/golang/protobuf v1.0.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
55
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 h1:uC1QfSlInpQF+M0ao65imhwqKnz3Q2z/d8PWZRMQvDM=
66
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88/go.mod h1:3w7q1U84EfirKl04SVQ/s7nPm1ZPhiXd34z40TNz36k=
7-
github.com/k0kubun/pp v2.3.0+incompatible h1:EKhKbi34VQDWJtq+zpsKSEhkHHs9w2P8Izbq8IhLVSo=
8-
github.com/k0kubun/pp v2.3.0+incompatible/go.mod h1:GWse8YhT0p8pT4ir3ZgBbfZild3tgzSScAn6HmfYukg=
7+
github.com/k0kubun/pp v3.0.1+incompatible h1:3tqvf7QgUnZ5tXO6pNAZlrvHgl6DvifjDrd9g2S9Z40=
8+
github.com/k0kubun/pp v3.0.1+incompatible/go.mod h1:GWse8YhT0p8pT4ir3ZgBbfZild3tgzSScAn6HmfYukg=
99
github.com/mattn/go-colorable v0.0.9 h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=
1010
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
1111
github.com/mattn/go-isatty v0.0.3 h1:ns/ykhmWi7G9O+8a448SecJU3nSMBXJfqQkl0upE1jI=

0 commit comments

Comments
 (0)