refactor: switch to alecthomas/assert

This commit is contained in:
Alec Thomas
2022-06-21 20:52:59 +10:00
parent 0066abb973
commit e75e1ca88a
28 changed files with 603 additions and 598 deletions
+5 -4
View File
@@ -1,9 +1,10 @@
module github.com/alecthomas/kong
require (
github.com/alecthomas/repr v0.0.0-20210801044451-80ca428c5142
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.7.2
github.com/alecthomas/assert/v2 v2.1.0
github.com/alecthomas/repr v0.1.0
)
go 1.13
require github.com/hexops/gotextdiff v1.0.3 // indirect
go 1.18