Add dependency for map comparison

This commit is contained in:
Yupeng Chen 2023-03-15 17:12:48 +08:00
parent 578cbf2a27
commit 4354426945
Signed by: cyp0633
GPG Key ID: A9F96679CAF4A2B9
2 changed files with 4 additions and 0 deletions

2
go.mod
View File

@ -1,3 +1,5 @@
module compiler-lab
go 1.20
require github.com/google/go-cmp v0.5.9

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=