Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.2) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
161 B
Modula-2
10 lines
161 B
Modula-2
module github.com/taiidani/hwrc-proton-launcher
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
fyne.io/fyne v1.4.3
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/sirupsen/logrus v1.9.2
|
|
)
|