microsoft / go-winio

Win32 IO-related utilities for Go
MIT License
952 stars 182 forks source link

go.mod: update dependencies #268

Open thaJeztah opened 1 year ago

thaJeztah commented 1 year ago

go.mod: golang.org/x/sys v0.1.0

The golang.org/x/,, projects now tag releases, so updating to the first tagged release.

go.mod: github.com/sirupsen/logrus v1.9.0

Updating to the current release, which has been out for a while, and most projects have already updated to this version, so let's update it here as well to reduces the number of versions in the dependency tree.

full diff: https://github.com/sirupsen/logrus/compare/v1.7.0...v1.9.0