mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
* Replace `github.com/shirou/gopsutil/v3` to v4 PR #3925 only added the new v4 dependency into our `go.mod` file. The actual usages in the source code were not updated to use the new v4 version. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> * Tidy `go.mod` correctly One `require` section for direct dependencies; Another `require` section for indirect dependencies. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com> --------- Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>