Add assertion library (testify) and cartridge tests

This commit is contained in:
Michael Smith
2025-08-05 12:37:11 +02:00
parent b3da228722
commit 8d8c20221d
4 changed files with 43 additions and 3 deletions

8
go.mod
View File

@@ -1,3 +1,11 @@
module gb-player
go 1.24.5
require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)