deno.land / x / masx200_leetcode_test@10.6.5 / deepest-leaves-sum / go.mod

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/masx200/leetcode-test/deepest-leaves-sum
go 1.19
require github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2
// replace github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20220825072430-380d3e0e30a2 => ../serialize-and-deserialize-binary-tree
require ( github.com/masx200/leetcode-test/utils v0.0.0-20220825072430-380d3e0e30a2 gotest.tools/v3 v3.3.0)
require ( gitee.com/masx200/TreeNode v1.0.4 // indirect github.com/google/go-cmp v0.5.8 // indirect)
// replace github.com/masx200/leetcode-test/utils v0.0.0-20220825072430-380d3e0e30a2 => ../utils
masx200_leetcode_test

Version Info

Tagged at
a year ago