Skip to content

Commit

Permalink
git subrepo pull cli
Browse files Browse the repository at this point in the history
subrepo:
  subdir:   "cli"
  merged:   "153643de5a"
upstream:
  origin:   "[email protected]:daisy/pipeline-cli-go.git"
  branch:   "master"
  commit:   "e9ddc18bce"
git-subrepo:
  version:  "0.3.1"
  origin:   "???"
  commit:   "???"
  • Loading branch information
bertfrees committed Jan 6, 2025
1 parent 7e92145 commit 0772746
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
remote = [email protected]:daisy/pipeline-cli-go.git
branch = master
commit = e9ddc18bceff5882d8b492c8c20d49f05bf1da7f
parent = 19eb02271e255edd6bd0153498f12fd1be7365f3
parent = d33cbb3d1b6ad08cec8447c88c23651d6814d240
cmdver = 0.3.1
2 changes: 1 addition & 1 deletion cli/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
VERSION = "2.2.1-SNAPSHOT"
VERSION = "2.2.2-SNAPSHOT"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ require (
github.com/bertfrees/go-subcommand v0.0.0-20230119135135-b5e2f5321a24
github.com/capitancambio/chalk v0.0.0-20160127153406-9dc2af224a17
github.com/capitancambio/restclient v0.0.0-20150219172137-547c7b5e0857
// go get github.com/daisy/pipeline-clientlib-go@3aeed200be
github.com/daisy/pipeline-clientlib-go v0.0.0-20240710161849-3aeed200be9b
// go get github.com/daisy/pipeline-clientlib-go@afd664c2c8
github.com/daisy/pipeline-clientlib-go v0.0.0-20240813132445-afd664c2c897
github.com/hashicorp/go-version v1.0.0
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/mattn/goveralls v0.0.11
Expand Down
2 changes: 2 additions & 0 deletions cli/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ github.com/daisy/pipeline-clientlib-go v0.0.0-20231222112022-be58359f0dc7 h1:7Ur
github.com/daisy/pipeline-clientlib-go v0.0.0-20231222112022-be58359f0dc7/go.mod h1:EqAuNzs3I84oUiMMlo787kGYRaNKozEPMfThpfj+sW8=
github.com/daisy/pipeline-clientlib-go v0.0.0-20240710161849-3aeed200be9b h1:e06Z1gi/CD3FJgPOMpkXJzgooOwaGeTQLGG56FQzW/Q=
github.com/daisy/pipeline-clientlib-go v0.0.0-20240710161849-3aeed200be9b/go.mod h1:EqAuNzs3I84oUiMMlo787kGYRaNKozEPMfThpfj+sW8=
github.com/daisy/pipeline-clientlib-go v0.0.0-20240813132445-afd664c2c897 h1:FOpeLDOUHVZVMZmgai5ZmsJhN5Iio2h6n33S1Z/N5Lo=
github.com/daisy/pipeline-clientlib-go v0.0.0-20240813132445-afd664c2c897/go.mod h1:DPhabM5vvBH6oQhs7UfYXQc66hWZPJf+jMu/qVeoyyc=
github.com/hashicorp/go-version v1.0.0 h1:21MVWPKDphxa7ineQQTrCU5brh7OuVVAzGOCnnCPtE8=
github.com/hashicorp/go-version v1.0.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 h1:iQTw/8FWTuc7uiaSepXwyf3o52HaUYcV+Tu66S3F5GA=
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline</groupId>
<artifactId>cli</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>DAISY Pipeline 2 :: Command Line Interface</name>
<description>Command Line Interface for the DAISY Pipeline 2.</description>
Expand Down

0 comments on commit 0772746

Please sign in to comment.