add testify

This commit is contained in:
2024-08-29 19:57:07 +03:00
parent 20cf7bdb44
commit a1f31efd19
2 changed files with 4 additions and 0 deletions

2
go.mod
View File

@@ -1,3 +1,5 @@
module git.grassecon.net/urdt/ussd
go 1.22.6
require github.com/stretchr/testify v1.9.0 // indirect

2
go.sum Normal file
View File

@@ -0,0 +1,2 @@
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=