Skip to content

Commit

Permalink
Merge pull request #60 from qmuntal/testify
Browse files Browse the repository at this point in the history
Drop stretchr/testify dependency
  • Loading branch information
qmuntal committed Jul 13, 2023
2 parents 99960e7 + 8f7e40e commit fc6e1a7
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 207 deletions.
8 changes: 0 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
module github.com/qmuntal/stateless

go 1.19

require github.com/stretchr/testify v1.8.1

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
17 changes: 0 additions & 17 deletions go.sum

This file was deleted.

Loading

0 comments on commit fc6e1a7

Please sign in to comment.