File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed 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-20221017024708-ace31326376a
7
- github.com/masx200/leetcode-test/utils v0.0.0-20221017025553-eab2a8255e3b
6
+ github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20221017071457-61edb01aa260
7
+ github.com/masx200/leetcode-test/utils v0.0.0-20221017065832-df73c286eb18
8
8
gotest.tools/v3 v3.4.0
9
9
)
10
10
Original file line number Diff line number Diff line change @@ -10,8 +10,12 @@ github.com/masx200/leetcode-TreeNode-go v1.0.5 h1:SCl1Ku93oMHWstzjoEa1hkh+gsRu9L
10
10
github.com/masx200/leetcode-TreeNode-go v1.0.5 /go.mod h1:eIc8UV+ltx46u5IfGFBG/U5CZ4hhWNckYbwykIBClqA =
11
11
github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20221017024708-ace31326376a h1:rrxgEyci7qy0zewa/kMMeq3Om6xPF08UXjClp0GLQgY =
12
12
github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20221017024708-ace31326376a /go.mod h1:nc1u6804gce5vgxkH1Bg5ygDoAc/1AAJKCH0/XCB8/w =
13
+ github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20221017071457-61edb01aa260 h1:tm7hXj3W0kOvdvS9lUMHn4Ql63nSKifeB7k5ow8OcuI =
14
+ github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20221017071457-61edb01aa260 /go.mod h1:nc1u6804gce5vgxkH1Bg5ygDoAc/1AAJKCH0/XCB8/w =
13
15
github.com/masx200/leetcode-test/utils v0.0.0-20221017025553-eab2a8255e3b h1:C/dbby/kFTa1RjbeIyJ06/hZr7TcPSewhUbSyU9CX7s =
14
16
github.com/masx200/leetcode-test/utils v0.0.0-20221017025553-eab2a8255e3b /go.mod h1:taQg1hvh+G8bzv0i78083nfa/i8+e9P8SdDGB/paLws =
17
+ github.com/masx200/leetcode-test/utils v0.0.0-20221017065832-df73c286eb18 h1:ac2yrYrNQrHrdizousepISR21jpaAeFZKPK8L9Jr2vM =
18
+ github.com/masx200/leetcode-test/utils v0.0.0-20221017065832-df73c286eb18 /go.mod h1:taQg1hvh+G8bzv0i78083nfa/i8+e9P8SdDGB/paLws =
15
19
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
16
20
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
17
21
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
You can’t perform that action at this time.
0 commit comments