diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2019-03-06 09:11:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 09:11:54 -0700 |
commit | 2a34e34a15195c071696a5ca7326302ae312b2c5 (patch) | |
tree | 157b9e902b5e46645e5571d2e670be1c24fd489f /go.mod | |
parent | Merge pull request #5 from benbjohnson/map-builder (diff) | |
parent | Remove go-cmp dependency (diff) | |
download | pds-2a34e34a15195c071696a5ca7326302ae312b2c5.tar.gz pds-2a34e34a15195c071696a5ca7326302ae312b2c5.tar.xz |
Merge pull request #6 from benbjohnson/remove-cmp
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 |