Files
hwrc-proton-launcher/go.mod
dependabot[bot] e6469bd9fa Bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0.
- [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.8.1...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/sirupsen/logrus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 01:33:01 +00:00

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.0
)