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
Essentially, the go.mod definition is malformed and causes projects attempting to consume the module by importing the latest version using import "github.com/go-playground/log/v7". Also, the sub-modules need to be updated to use the proper import path. Otherwise they will be importing the v6.3.0 version of the module.
The text was updated successfully, but these errors were encountered:
Essentially, the
go.mod
definition is malformed and causes projects attempting to consume the module by importing the latest version usingimport "github.com/go-playground/log/v7"
. Also, the sub-modules need to be updated to use the proper import path. Otherwise they will be importing thev6.3.0
version of the module.The text was updated successfully, but these errors were encountered: