Skip to content

Commit a684596

Browse files
committed
Update go.mod
1 parent f1f7fdd commit a684596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maximum-binary-tree/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111

1212
require (
1313
github.com/egregors/TreeNode v1.0.3 // indirect
14-
github.com/masx200/leetcode-test/utils v0.0.0-20220820053119-e216fb249226
14+
github.com/masx200/leetcode-test/utils v0.0.0
1515
)
1616

1717
replace github.com/masx200/leetcode-test/maximum-binary-tree-ii v0.0.0 => ../maximum-binary-tree-ii

0 commit comments

Comments
 (0)