File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ module github.com/masx200/leetcode-test/deepest-leaves-sum
2
2
3
3
go 1.19
4
4
5
- require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0
5
+ require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2
6
6
7
- replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0 => ../serialize-and-deserialize-binary-tree
7
+ // replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2 => ../serialize-and-deserialize-binary-tree
8
8
9
9
require (
10
- github.com/masx200/leetcode-test/utils v0.0.0
10
+ github.com/masx200/leetcode-test/utils v0.0.0-20220825072430-380d3e0e30a2
11
11
gotest.tools/v3 v3.3.0
12
12
)
13
13
@@ -16,4 +16,4 @@ require (
16
16
github.com/google/go-cmp v0.5.8 // indirect
17
17
)
18
18
19
- replace github.com/masx200/leetcode-test/utils v0.0.0 => ../utils
19
+ // replace github.com/masx200/leetcode-test/utils v0.0.0-20220825072430-380d3e0e30a2 => ../utils
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/masx200/leetcode-test
3
3
go 1.18
4
4
5
5
require (
6
- github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0
7
- github.com/masx200/leetcode-test/utils v0.0.0
6
+ github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2
7
+ github.com/masx200/leetcode-test/utils v0.0.0-20220825072430-380d3e0e30a2
8
8
gotest.tools/v3 v3.3.0
9
9
)
10
10
@@ -22,6 +22,6 @@ require (
22
22
github.com/stretchr/testify v1.8.0
23
23
)
24
24
25
- replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0 => ./serialize-and-deserialize-binary-tree
25
+ // replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2 => ./serialize-and-deserialize-binary-tree
26
26
27
- replace github.com/masx200/leetcode-test/utils v0.0.0 => ./utils
27
+ // replace github.com/masx200/leetcode-test/utils v0.0.0-20220825072430-380d3e0e30a2 => ./utils
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module github.com/masx200/leetcode-test/maximum-binary-tree-ii
2
2
3
3
go 1.19
4
4
5
- require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0
5
+ require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2
6
6
7
- replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0 => ../serialize-and-deserialize-binary-tree
7
+ replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2 => ../serialize-and-deserialize-binary-tree
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/masx200/leetcode-test/maximum-binary-tree
2
2
3
3
go 1.19
4
4
5
- require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0
5
+ require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2
6
6
7
7
require (
8
8
github.com/magiconair/properties v1.8.6
@@ -11,11 +11,11 @@ require (
11
11
12
12
require (
13
13
gitee.com/masx200/TreeNode v1.0.4 // indirect
14
- github.com/masx200/leetcode-test/utils v0.0.0
14
+ github.com/masx200/leetcode-test/utils v0.0.0-20220825072430-380d3e0e30a2
15
15
)
16
16
17
17
replace github.com/masx200/leetcode-test/maximum-binary-tree-ii v0.0.0 => ../maximum-binary-tree-ii
18
18
19
- replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0 => ../serialize-and-deserialize-binary-tree
19
+ replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2 => ../serialize-and-deserialize-binary-tree
20
20
21
- replace github.com/masx200/leetcode-test/utils v0.0.0 => ../utils
21
+ replace github.com/masx200/leetcode-test/utils v0.0.0-20220825072430-380d3e0e30a2 => ../utils
Original file line number Diff line number Diff line change 4
4
5
5
require gitee.com/masx200/TreeNode v1.0.4
6
6
7
- require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0
7
+ require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2
8
8
9
- replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0 => ../serialize-and-deserialize-binary-tree
9
+ replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2 => ../serialize-and-deserialize-binary-tree
You can’t perform that action at this time.
0 commit comments