Skip to content

Commit 7cd4b55

Browse files
author
Tony Worm
committed
hof/deps: update cue version string in mod tests
1 parent 3a400f7 commit 7cd4b55

21 files changed

+28
-28
lines changed

lib/mod/testdata/authd/apikeys/vendor__priv_bitbucket.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exec hof mod vendor
33

44
-- cue.mod/module.cue --
55
module: "github.com/test/priv-bitbucket"
6-
cue: "0.7.0"
6+
cue: "0.8.2"
77

88
require: {
99
"bitbucket.org/hofstadter/hofmod-test-priv-bitbucket": "v0.0.2"

lib/mod/testdata/authd/apikeys/vendor__priv_github.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exists cue.mod/pkg/github.com/hofstadter-io/hofmod-test-priv-github/cue.mod/modu
44

55
-- cue.mod/module.cue --
66
module: "github.com/test/priv-github"
7-
cue: "0.7.0"
7+
cue: "0.8.2"
88

99
require: {
1010
"github.com/hofstadter-io/hofmod-test-priv-github": "v0.0.2"

lib/mod/testdata/authd/apikeys/vendor__priv_github_fail.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env GITHUB_TOKEN=thistokendoesnotexist
55

66
-- cue.mod/module.cue --
77
module: "github.com/test/priv-github"
8-
cue: "0.7.0"
8+
cue: "0.8.2"
99

1010
require: {
1111
"github.com/hofstadter-io/hofmod-test-priv-github": "v0.0.2"

lib/mod/testdata/authd/apikeys/vendor__priv_gitlab.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ exec hof mod vendor
33

44
-- cue.mod/module.cue --
55
module: "github.com/test/priv-gitlab"
6-
cue: "0.7.0"
6+
cue: "0.8.2"
77

88
require: {
99
"gitlab.com/_hofstadter/hofmod-test-priv-gitlab": "v0.0.2"

lib/mod/testdata/authd/sshconfig/vendor__priv_github.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ IdentityFile ~/.ssh/id_rsa_mycompanyaccount_gitlab
2323

2424
-- cue.mod/module.cue --
2525
module: "github.com/test/priv-github"
26-
cue: "0.7.0"
26+
cue: "0.8.2"
2727

2828
require: {
2929
"github.com/hofstadter-io/hofmod-test-priv-github": "v0.0.2"

lib/mod/testdata/authd/sshkey/vendor__priv_all.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ IdentityFile ~/.ssh/id_rsa
3838

3939
-- cue.mod/module.cue --
4040
module: "github.com/test/priv-all"
41-
cue: "0.7.0"
41+
cue: "0.8.2"
4242

4343
require: {
4444
"bitbucket.org/hofstadter/hofmod-test-priv-bitbucket": "v0.0.2"

lib/mod/testdata/get__latest_dep.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ cmp cue.mod/module.cue match/cue.mod/module-get.cue
1111

1212
-- match/cue.mod/module-init.cue --
1313
module: "hof.io/test"
14-
cue: "0.7.0"
14+
cue: "0.8.2"
1515
-- match/cue.mod/module-get.cue --
1616
module: "hof.io/test"
17-
cue: "0.7.0"
17+
cue: "0.8.2"
1818

1919
require: {
2020
"github.com/hofstadter-io/hof": "v0.6.8-beta.5"

lib/mod/testdata/get__new_dep.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ cmp cue.mod/module.cue match/cue.mod/module-get.cue
66

77
-- match/cue.mod/module-init.cue --
88
module: "hof.io/test"
9-
cue: "0.7.0"
9+
cue: "0.8.2"
1010
-- match/cue.mod/module-get.cue --
1111
module: "hof.io/test"
12-
cue: "0.7.0"
12+
cue: "0.8.2"
1313

1414
require: {
1515
"github.com/hofstadter-io/hof": "v0.6.8-beta.5"

lib/mod/testdata/get__newer_dep.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ cmp cue.mod/module.cue match/cue.mod/module-get.cue
55

66
-- cue.mod/module.cue --
77
module: "hof.io/test"
8-
cue: "0.7.0"
8+
cue: "0.8.2"
99

1010
require: {
1111
"github.com/hofstadter-io/hof": "v0.6.8-beta.3"
1212
}
1313
-- match/cue.mod/module-get.cue --
1414
module: "hof.io/test"
15-
cue: "0.7.0"
15+
cue: "0.8.2"
1616

1717
require: {
1818
"github.com/hofstadter-io/hof": "v0.6.8-beta.9"

lib/mod/testdata/get__same_dep.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exec hof mod get github.com/hofstadter-io/[email protected]
44

55
-- cue.mod/module.cue --
66
module: "hof.io/test"
7-
cue: "0.7.0"
7+
cue: "0.8.2"
88

99
require: {
1010
"github.com/hofstadter-io/hof": "v0.6.8"

lib/mod/testdata/get__update_all_deps.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmp cue.mod/module.cue match/cue.mod/module-get.cue
33

44
-- cue.mod/module.cue --
55
module: "github.com/hof/test"
6-
cue: "0.7.0"
6+
cue: "0.8.2"
77

88
require: {
99
"github.com/hofstadter-io/test-hof-mod-public-a": "v0.0.1"
@@ -17,7 +17,7 @@ indirect: {
1717
}
1818
-- match/cue.mod/module-get.cue --
1919
module: "github.com/hof/test"
20-
cue: "0.7.0"
20+
cue: "0.8.2"
2121

2222
require: {
2323
"github.com/hofstadter-io/test-hof-mod-public-a": "v0.0.2"

lib/mod/testdata/get__update_dep.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ cmp cue.mod/module.cue match/cue.mod/module-update.cue
99

1010
-- match/cue.mod/module-init.cue --
1111
module: "hof.io/test"
12-
cue: "0.7.0"
12+
cue: "0.8.2"
1313
-- match/cue.mod/module-get.cue --
1414
module: "hof.io/test"
15-
cue: "0.7.0"
15+
cue: "0.8.2"
1616

1717
require: {
1818
"github.com/hofstadter-io/test-hof-mod-public-e": "v0.0.1"
1919
}
2020

2121
-- match/cue.mod/module-update.cue --
2222
module: "hof.io/test"
23-
cue: "0.7.0"
23+
cue: "0.8.2"
2424

2525
require: {
2626
"github.com/hofstadter-io/test-hof-mod-public-e": "v0.0.3"

lib/mod/testdata/init__module_initd.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ stdout 'CUE module already exists in this directory'
66
-- cue.mod/module.cue --
77

88
module: "hof.io/test"
9-
cue: "0.7.0"
9+
cue: "0.8.2"
1010

1111
-- dummy-end --

lib/mod/testdata/init__new_module.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ cmp cue.mod/module.cue match/cue.mod/module.cue
77

88
-- match/cue.mod/module.cue --
99
module: "github.com/test/mod"
10-
cue: "0.7.0"
10+
cue: "0.8.2"
1111
-- dummy_end --

lib/mod/testdata/noauth_deps.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hof mod tidy
77

88
-- cue.mod/module.cue --
99
module: "github.com/hofstadter-io/hof-docs"
10-
cue: "0.7.0"
10+
cue: "0.8.2"
1111

1212
require: {
1313
"github.com/hofstadter-io/cuelm": "v0.1.0"

lib/mod/testdata/tidy__simple.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ exists cue.mod/pkg/github.com/hofstadter-io/ghacue
66

77
-- cue.mod/module.cue --
88
module: "github.com/hof/test"
9-
cue: "0.7.0"
9+
cue: "0.8.2"
1010

1111
require: {
1212
"github.com/hofstadter-io/hof": "v0.6.8-beta.5"
1313
}
1414
-- cue.mod/module.golden --
1515
module: "github.com/hof/test"
16-
cue: "0.7.0"
16+
cue: "0.8.2"
1717

1818
require: {
1919
"github.com/hofstadter-io/hof": "v0.6.8-beta.5"

lib/mod/testdata/vendor__local_replace_with_require.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exec hof mod vendor
44

55
-- cue.mod/module.cue --
66
module: "github.com/test/mod"
7-
cue: "0.7.0"
7+
cue: "0.8.2"
88

99
require: {
1010
"github.com/hofstadter-io/hof": "v0.6.8-beta.5"

lib/mod/testdata/vendor__mod_file_errs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stdout 'Dependency "github.com/hofstadter-io/hof" required twice in ""'
77

88
-- cue.mod/module.cue --
99
module: "github.com/test/2x-req"
10-
cue "0.7.0"
10+
cue "0.8.2"
1111

1212
require: {
1313
"github.com/hofstadter-io/hof": "v0.0.0"

lib/mod/testdata/vendor__new_module.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cmp cue.mod/module.cue match/cue.mod/module.cue
99

1010
-- match/cue.mod/module.cue --
1111
module: "github.com/test/mod"
12-
cue: "0.7.0"
12+
cue: "0.8.2"
1313
-- dummy_end --
1414

1515

lib/mod/testdata/vendor__with_deps.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exists cue.mod/pkg/github.com/hofstadter-io/hof/cue.mod/module.cue
44

55
-- cue.mod/module.cue --
66
module: "github.com/test/withsolo"
7-
cue: "0.7.0"
7+
cue: "0.8.2"
88

99
require: {
1010
"github.com/hofstadter-io/hof": "v0.6.8-beta.9"

lib/mod/testdata/vendor__with_psuedo.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exists cue.mod/pkg/github.com/hofstadter-io/hof/cue.mod/module.cue
44

55
-- cue.mod/module.cue --
66
module: "github.com/test/withsolo"
7-
cue: "0.7.0"
7+
cue: "0.8.2"
88

99
require: {
1010
"github.com/hofstadter-io/hof": "v0.0.0-20230309083347-a7d892fc4363e2b9d8ee41183fd12c32f71abf06"

0 commit comments

Comments
 (0)