-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ dependencies, remove spurious test file
- Loading branch information
1 parent
96861da
commit 50a5c69
Showing
3 changed files
with
28 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
module github.com/maxbrunsfeld/counterfeiter/v6 | ||
|
||
require ( | ||
github.com/golang/protobuf v1.3.1 // indirect | ||
github.com/joefitzgerald/rainbow-reporter v0.1.0 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/onsi/ginkgo v1.8.0 // indirect | ||
github.com/onsi/gomega v1.5.0 | ||
github.com/sclevine/spec v1.2.0 | ||
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect | ||
golang.org/x/sys v0.0.0-20190531175056-4c3a928424d2 // indirect | ||
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect | ||
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
golang.org/x/tools v0.0.0-20190601110225-0abef6e9ecb8 | ||
golang.org/x/tools v0.0.0-20190706070813-72ffa07ba3db | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.