Forgot to add the cmp pacakge

This commit is contained in:
2024-11-02 16:02:33 +00:00
parent 6d03e46b44
commit 2e1b811a80
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ module ibtReader
go 1.23.2
require (
github.com/google/go-cmp v0.6.0
golang.org/x/sys v0.26.0
golang.org/x/text v0.19.0
gopkg.in/yaml.v3 v3.0.1