freeconf / restconf

Implementation of RESTCONF Management protocol - IETF RFC8040

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restconf go.mod does not refer to latest freeconf/yang

sebastien-guay opened this issue · comments

Restconf go.mod does not refer to the latest freeconf/yang with commit:

freeconf/yang@991b775

With this change freecong/nodeutil/json_rdr.go is returning two values and the current code in browser_handler.go is also expecting two values but restconf/go.mod is pointing to an older version of freeconf/yang.

fixed, thanks for reporting.

Background: I use Go workspaces which has unfortunate side effect of ignoring go.mod so i tend to miss things like this. I am going to work on a script to automate this because this affects other repos as well.