File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
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-20220817020324-66611ff0c589
5
+ require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0
6
6
7
- replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220817020324-66611ff0c589 => ../serialize-and-deserialize-binary-tree
7
+ replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0 => ../serialize-and-deserialize-binary-tree
8
8
9
9
require (
10
- github.com/masx200/leetcode-test/utils v0.0.0-20220817020324-66611ff0c589
10
+ github.com/masx200/leetcode-test/utils v0.0.0
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-20220817020324-66611ff0c589 => ../utils
19
+ replace github.com/masx200/leetcode-test/utils v0.0.0 => ../utils
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ 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-20220817020324-66611ff0c589
6
+ github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0
7
7
gotest.tools/v3 v3.3.0
8
8
)
9
9
10
10
require github.com/google/go-cmp v0.5.8 // indirect
11
11
12
- replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220817020324-66611ff0c589 => ./serialize-and-deserialize-binary-tree
12
+ replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0 => ./serialize-and-deserialize-binary-tree
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/masx200/leetcode-test/utils
3
3
go 1.19
4
4
5
5
require github.com/egregors/TreeNode v1.0.3
6
- require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220817020324-66611ff0c589
7
6
8
- replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220817020324-66611ff0c589 => ../serialize-and-deserialize-binary-tree
7
+ require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0
8
+
9
+ replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0 => ../serialize-and-deserialize-binary-tree
You can’t perform that action at this time.
0 commit comments