As pointed out in #35 your go.mod module name needs /v2
This looks to be corrected for V3 but it is very strange that your go.mod for V3 references your own module as github.com/diegoholiveira/jsonlogic v2.3.1+incompatible
We are using Go 1.16 and 1.17 which is not allowing us to use any thing higher than github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 in Edgex Foundry here:
As pointed out in #35 your go.mod module name needs
/v2
This looks to be corrected forV3
but it is very strange that your go.mod forV3
references your own module asgithub.com/diegoholiveira/jsonlogic v2.3.1+incompatible
https://github.com/diegoholiveira/jsonlogic/blob/v3.0.0/go.mod#L6
We are using Go 1.16 and 1.17 which is not allowing us to use any thing higher than
github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9
in Edgex Foundry here:https://github.com/edgexfoundry/app-functions-sdk-go/blob/main/go.mod#L7