otiai10 / copy

Go copy directory recursively
https://pkg.go.dev/github.com/otiai10/copy
MIT License
723 stars 115 forks source link

Use of bou.ke/monkey -- unneeded? #12

Closed bt closed 5 years ago

bt commented 5 years ago

I've seen that there's a reference to bou.ke/monkey in the go.mod but I'm unsure where it's being used.

The license for monkey pretty much disallows anyone from using it, which in term means that no one can use your library either. See here and here for more information.

Is it needed, or is can we just remove it and keep this library as MIT? 😄

otiai10 commented 5 years ago

@bt Thank you! Big problem! I'm gonna remove it