terraform icon indicating copy to clipboard operation
terraform copied to clipboard

go.mod: go get github.com/apparentlymart/[email protected]

Open apparentlymart opened this issue 1 year ago • 0 comments

This includes a fix in the handling of conflicting constraints referring to prereleases, like "1.0.0-beta.1, !1.0.0-beta.1".

Previously the library would incorrectly treat that as a positive match, rather than having the negative override the positive as happens in all other cases.

(More info in the upstream PR https://github.com/apparentlymart/go-versions/pull/5 )

This fixes https://github.com/hashicorp/terraform/issues/33452 .


This library appears as a transitive dependency of the remote state backend and legacy modules just due to referring to a main module package that itself uses go-versions.

As far as I can tell, the backends and legacy modules don't actually exercise any of the functionality that would use this package and so I don't expect this change to affect the remote state backends at all. Therefore I'm not asking the backend maintainers to review/test this one.

apparentlymart avatar May 18 '24 00:05 apparentlymart

hi, really sorry for the late response here. did you end up hearing back from tumblr support? this isn't something I have much insight or control over. if you happen to have a screenshot of the error message you got, that would be helpful.

cubeghost avatar Dec 28 '21 00:12 cubeghost

I also had this problem. I was able to replace one tag with no issues but my account was terminated while trying to change another. I got my account reinstated and checked the tag replacer again to see if that was the issue, and it was terminated again.

This is the error message I got. trerror

hashmaps avatar Jul 08 '22 05:07 hashmaps