This repository was archived by the owner on Sep 9, 2020. It is now read-only.
File tree 5 files changed +40
-9
lines changed
harness_tests/init/gb/case1 5 files changed +40
-9
lines changed Original file line number Diff line number Diff line change 1
1
Detected gb manifest file...
2
2
Converting from gb manifest...
3
- Using ^2.0.0 as initial constraint for imported dep github.com/sdboyer/deptestdos
3
+ Using master as initial constraint for imported dep github.com/sdboyer/deptestdos
4
4
Trying v2.0.0 (5c60720) as initial lock for imported dep github.com/sdboyer/deptestdos
5
5
Using ^1.0.0 as initial constraint for imported dep github.com/sdboyer/deptest
6
6
Trying v1.0.0 (ff2948a) as initial lock for imported dep github.com/sdboyer/deptest
7
+ Using master as initial constraint for imported dep github.com/carolynvs/deptest
8
+ Trying v2 (4982dd1) as initial lock for imported dep github.com/carolynvs/deptest
9
+ Using master as initial constraint for imported dep github.com/carolynvs/deptest-subpkg
10
+ Trying master (b90e5f3) as initial lock for imported dep github.com/carolynvs/deptest-subpkg
Original file line number Diff line number Diff line change 1
1
2
+ [[constraint ]]
3
+ branch = " master"
4
+ name = " github.com/carolynvs/deptest"
5
+ source = " https://github.com/carolynvs/deptest"
6
+
7
+ [[constraint ]]
8
+ branch = " master"
9
+ name = " github.com/carolynvs/deptest-subpkg"
10
+ source = " https://github.com/carolynvs/deptest-subpkg"
11
+
2
12
[[constraint ]]
3
13
name = " github.com/sdboyer/deptest"
4
14
source = " https://github.com/sdboyer/deptest"
5
15
version = " 1.0.0"
6
16
7
17
[[constraint ]]
18
+ branch = " master"
8
19
name = " github.com/sdboyer/deptestdos"
9
20
source = " https://github.com/sdboyer/deptestdos"
10
- version = " 2.0.0"
Original file line number Diff line number Diff line change 5
5
package main
6
6
7
7
import (
8
- "fmt "
9
-
8
+ cdt "github.com/carolynvs/deptest "
9
+ "github.com/carolynvs/deptest-subpkg/subby"
10
10
"github.com/sdboyer/deptest"
11
11
"github.com/sdboyer/deptestdos"
12
12
)
13
13
14
14
func main () {
15
- var x deptestdos.Bar
15
+ _ = deptestdos.Bar {}
16
16
_ = deptest.Foo {}
17
- fmt .Println (x )
17
+ _ = cdt.Foo {}
18
+ _ = subby .SayHi ()
18
19
}
Original file line number Diff line number Diff line change 7
7
"github.com/sdboyer/deptest" : " 3f4c3bea144e112a69bbe5d8d01c1b09a544253f"
8
8
},
9
9
"vendor-final" : [
10
+ " github.com/carolynvs/deptest" ,
11
+ " github.com/carolynvs/deptest-subpkg" ,
10
12
" github.com/sdboyer/deptest" ,
11
13
" github.com/sdboyer/deptestdos"
12
14
]
You can’t perform that action at this time.
0 commit comments