Skip to content

Commit

Permalink
move tools to another module
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Evseev committed Sep 3, 2021
1 parent 8dc1898 commit cc5d536
Show file tree
Hide file tree
Showing 5 changed files with 1,617 additions and 1,381 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ module github.com/gojuno/minimock/v3

require (
github.com/davecgh/go-spew v1.1.1
github.com/golangci/golangci-lint v1.41.1 // indirect
github.com/goreleaser/goreleaser v0.171.0 // indirect
github.com/hexdigest/gowrap v1.1.8
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v1.7.0
golang.org/x/tools v0.1.3
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

go 1.13
Loading

0 comments on commit cc5d536

Please sign in to comment.