diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2019-03-06 09:07:50 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2019-03-06 09:07:50 -0700 |
commit | 70a19bdce805fcc321978a44630fd68cf1dc49cd (patch) | |
tree | 157b9e902b5e46645e5571d2e670be1c24fd489f /go.mod | |
parent | Merge pull request #5 from benbjohnson/map-builder (diff) | |
download | pds-70a19bdce805fcc321978a44630fd68cf1dc49cd.tar.gz pds-70a19bdce805fcc321978a44630fd68cf1dc49cd.tar.xz |
Remove go-cmp dependency
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ module github.com/benbjohnson/immutable go 1.12 - -require github.com/google/go-cmp v0.2.0 |