Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod: Fix tredoe/osutil library version
The Go modules for this library are broken[1] due to the missing v1.1.0 tag. As a result, `go get -u` fails without this replace with the following error: $ go get -u [...] go: reading github.com/tredoe/osutil/go.mod at revision v1.1.0: unknown revision v1.1.0 $ echo $? 1 [1]: tredoe/osutil#15 Signed-off-by: Joe Groocock <me@frebib.net>
- Loading branch information