1
0
mirror of https://github.com/google/gops.git synced 2025-02-19 19:59:55 +02:00

go.mod: bump to Go 1.17

This commit is contained in:
Tobias Klauser 2022-12-07 09:11:23 +01:00 committed by Tobias Klauser
parent eebecad9f8
commit fc3d8acb6d
3 changed files with 14 additions and 4 deletions

View File

@ -12,8 +12,8 @@ jobs:
test:
strategy:
matrix:
# Minimum supported version (1.13) and the latest two
go-version: [1.13, 1.18, 1.19]
# Minimum supported version (1.17) and the latest two
go-version: [1.17, 1.18, 1.19]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

13
go.mod
View File

@ -1,6 +1,6 @@
module github.com/google/gops
go 1.13
go 1.17
require (
github.com/shirou/gopsutil/v3 v3.22.10
@ -9,3 +9,14 @@ require (
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
rsc.io/goversion v1.2.0
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
)

1
go.sum
View File

@ -44,7 +44,6 @@ golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBc
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=