-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #329 from whereswaldon/go-1.18
deps: declare go 1.18 in go.mod
- Loading branch information
Showing
3 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
module github.com/jaypipes/ghw | ||
|
||
go 1.15 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/StackExchange/wmi v1.2.1 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/jaypipes/pcidb v1.0.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v0.0.3 | ||
howett.net/plist v1.0.0 | ||
) | ||
|
||
require ( | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/jaypipes/pcidb v1.0.0 | ||
github.com/kr/pretty v0.1.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/pkg/errors v0.9.1 | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/pflag v1.0.2 // indirect | ||
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
howett.net/plist v1.0.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters