Hello,

Does it exist a way to exclude modules' version and above  ?

Currently I have to do this (in order to not use v2) in my go.mod:

exclude (
    github.com/nicksnyder/go-i18n v2.0.1+incompatible
    github.com/nicksnyder/go-i18n v2.0.2+incompatible
    github.com/nicksnyder/go-i18n v2.0.3+incompatible
)

Many thx
Jérôme

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/fbf7d60a-ddf9-43dd-818e-40d1e054de29%40googlegroups.com.

Reply via email to