mirror of https://github.com/perkeep/perkeep.git
9417938aa3
This change: 1) makes perkeep.org/server/perkeepd/ui/goui a module on its own, so that it gets ignored by go mod with respect to perkeep.org. Because there's no reason it should appear in perkeep.org/go.mod, as it is only used by gopherjs to rebuild the web UI code. 2) updates a few of our dependencies to keep up with upstream changes (go get -u, go mod tidy, go mod vendor). 3) readds manually (since go mod vendor removes them) vendor/github.com/gopherjs/gopherjs (and its deps) as well as vendor/myitcv.io because they are needed when one wants to rebuild the web UI. As a result I think we can now drop dep, so it is done in this change as well. Change-Id: I155819163e15e214a6ba44bab2c19ae171d83d1b |
||
---|---|---|
.. | ||
camnetdns.go |