Skip to content

Commit fc6e1a7

Browse files
authored
Merge pull request #60 from qmuntal/testify
Drop stretchr/testify dependency
2 parents 99960e7 + 8f7e40e commit fc6e1a7

File tree

4 files changed

+474
-207
lines changed

4 files changed

+474
-207
lines changed

go.mod

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
module github.com/qmuntal/stateless
22

33
go 1.19
4-
5-
require github.com/stretchr/testify v1.8.1
6-
7-
require (
8-
github.com/davecgh/go-spew v1.1.1 // indirect
9-
github.com/pmezard/go-difflib v1.0.0 // indirect
10-
gopkg.in/yaml.v3 v3.0.1 // indirect
11-
)

go.sum

-17
This file was deleted.

0 commit comments

Comments
 (0)