Skip to content

Commit 3dd4149

Browse files
committed
升级
1 parent c5aa445 commit 3dd4149

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/masx200/leetcode-test
33
go 1.18
44

55
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
88
gotest.tools/v3 v3.4.0
99
)
1010

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ github.com/masx200/leetcode-TreeNode-go v1.0.5 h1:SCl1Ku93oMHWstzjoEa1hkh+gsRu9L
1010
github.com/masx200/leetcode-TreeNode-go v1.0.5/go.mod h1:eIc8UV+ltx46u5IfGFBG/U5CZ4hhWNckYbwykIBClqA=
1111
github.com/masx200/leetcode-test/serialize-and-deserialize-binary-tree v0.0.0-20221017024708-ace31326376a h1:rrxgEyci7qy0zewa/kMMeq3Om6xPF08UXjClp0GLQgY=
1212
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=
1315
github.com/masx200/leetcode-test/utils v0.0.0-20221017025553-eab2a8255e3b h1:C/dbby/kFTa1RjbeIyJ06/hZr7TcPSewhUbSyU9CX7s=
1416
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=
1519
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
1620
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1721
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)