You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a replace line in go.mod pinning golang.org/x/text to v0.3.3. However, according to GO-2022-1059, version of golang.org/x/text before v0.3.8 suffers potential vulnerability. Should it be updated?
There is a replace line in go.mod pinning
golang.org/x/text
tov0.3.3
. However, according to GO-2022-1059, version ofgolang.org/x/text
beforev0.3.8
suffers potential vulnerability. Should it be updated?https://github.com/sumup-oss/gocat/blob/master/go.mod#L15
The text was updated successfully, but these errors were encountered: