Skip to content

Commit 9fbf58b

Browse files
authored
Merge pull request #76 from codecrafters-io/u-tester-utils-3
update tester utils to 0.2.34
2 parents b8b7b5e + 547849c commit 9fbf58b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
toolchain go1.22.1
66

77
require (
8-
github.com/codecrafters-io/tester-utils v0.2.33
8+
github.com/codecrafters-io/tester-utils v0.2.34
99
github.com/go-git/go-billy/v5 v5.0.0
1010
github.com/go-git/go-git/v5 v5.0.0
1111
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 h1:kFOfPq6dUM1hTo
44
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c=
55
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
66
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
7-
github.com/codecrafters-io/tester-utils v0.2.33 h1:sEJg+41qvHSizPWYYR9est8DZ9MRofus06DVBZN1o9o=
8-
github.com/codecrafters-io/tester-utils v0.2.33/go.mod h1:VgP0WmmRsA8L1urWGMXPW4Zv5jcwHwR0LdKZ8ZAEFT4=
7+
github.com/codecrafters-io/tester-utils v0.2.34 h1:8wCc/5Zbr8nNPDGrsPcRep96I1N6aw3D4JneKE8QARs=
8+
github.com/codecrafters-io/tester-utils v0.2.34/go.mod h1:VgP0WmmRsA8L1urWGMXPW4Zv5jcwHwR0LdKZ8ZAEFT4=
99
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
1010
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1111
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

0 commit comments

Comments
 (0)