diff --git a/go.mod b/go.mod index f0d4a28..25fae3e 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/ebml-go/ebml v0.0.0-20160925193348-ca8851a10894 github.com/gorilla/websocket v1.4.1 // indirect - github.com/stretchr/testify v1.4.0 + github.com/stretchr/testify v1.6.1 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect golang.org/x/text v0.3.2 )