NethermindEth / starknet.go

Golang Library for StarkNet/Cairo
MIT License
143 stars 95 forks source link

Migrate from test-go to stretchr #582

Closed mdantonio closed 1 week ago

mdantonio commented 1 week ago

test-go is the testifying package currently used by starknet.go. It is an old fork of stretchr and it is no longer maintained (last commit is 7 years old), while stretchr is still actively maintained. The migration is just a drop-in replacement.

thiagodeev commented 1 week ago

Thanks @mdantonio!