stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
695 stars 75 forks source link

Update to Dep 0.4 #38

Closed hanzei closed 6 years ago

hanzei commented 6 years ago

dep got a new release (https://golang.github.io/dep/blog/2018/01/23/announce-v0.4.0.html) which allows options for prune. This removes all non go files and test files and makes vendor smaller.