Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update gitsemvers in dependency library (#15) #16

Merged
merged 1 commit into from
Apr 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added gbch
Binary file not shown.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ module github.com/vvatanabe/gbch
go 1.12

require (
github.com/Songmu/gitmock v0.0.1 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/pkg/errors v0.8.1
github.com/vvatanabe/errsgroup v0.9.0
github.com/vvatanabe/gitsemvers v0.0.2-0.20190612212218-d6a6ef8358de
github.com/vvatanabe/gitsemvers v0.0.2
github.com/vvatanabe/go-backlog v0.9.4
)
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/Masterminds/semver v1.4.2 h1:WBLTQ37jOCzSLtXNdoo8bNM8876KhNqOKvrlGITgsTc=
github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Songmu/gitmock v0.0.1 h1:hl+ZvSt2TvV0tNac2jKSTG06ECvGo2LVRgQzew1ZZCE=
github.com/Songmu/gitmock v0.0.1/go.mod h1:1hZsepZUIXU47uLzgUHGyk4wR87XPTT+VzBHcUimMsE=
github.com/jessevdk/go-flags v1.4.0 h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=
Expand All @@ -8,7 +10,7 @@ github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/vvatanabe/errsgroup v0.9.0 h1:l494Rl+BzCgcKaRw2+ugnAfuAl7iqvJsseN+hCXzEYM=
github.com/vvatanabe/errsgroup v0.9.0/go.mod h1:hbxfMiD/jF3W9bP/wHuxDO6GYYweWjBSQI6N2EPVoHo=
github.com/vvatanabe/gitsemvers v0.0.2-0.20190612212218-d6a6ef8358de h1:b8Zq95u5qpGDMU1a96OpJHYCcpv1ujXjPrbLaSUzBBo=
github.com/vvatanabe/gitsemvers v0.0.2-0.20190612212218-d6a6ef8358de/go.mod h1:YFrWgu/ORU1zrCDsW7Yi3xEAB92dniLCN4ZJ3oiUh4s=
github.com/vvatanabe/gitsemvers v0.0.2 h1:GvWGixYOhjPeACA9FvbTFnJemHBMAe8TFfRUCQmVoB8=
github.com/vvatanabe/gitsemvers v0.0.2/go.mod h1:lp54PWEEl4hUT/OB/MX0HtVyciTWMpgMsFm3KwOkWnQ=
github.com/vvatanabe/go-backlog v0.9.4 h1:nq5ZOoEWOdp1vISbLrM6b72hNpfplLdrGvB12hFIo98=
github.com/vvatanabe/go-backlog v0.9.4/go.mod h1:kbWpPxBnK8jiFbj09YicpO37HrIgOTvSGkplV6aNTcM=