Skip to content

Commit e94f584

Browse files
authored
Merge pull request #1 from nmollerup/go1.20
upgrade to go 1.20, and go mod tidy
2 parents 7710bd7 + 9c8be70 commit e94f584

2 files changed

Lines changed: 44 additions & 4 deletions

File tree

go.mod

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,56 @@
11
module github.com/nixwiz/check-disk-usage
22

3-
go 1.14
3+
go 1.20
44

55
require (
6-
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
76
github.com/dustin/go-humanize v1.0.0
8-
github.com/go-ole/go-ole v1.2.4 // indirect
97
github.com/sensu-community/sensu-plugin-sdk v0.11.0
108
github.com/sensu/sensu-go/api/core/v2 v2.3.0
119
github.com/sensu/sensu-go/types v0.3.0
1210
github.com/shirou/gopsutil v3.20.11+incompatible
1311
github.com/stretchr/testify v1.6.0
12+
)
13+
14+
require (
15+
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
16+
github.com/coreos/etcd v3.3.22+incompatible // indirect
17+
github.com/coreos/go-semver v0.3.0 // indirect
18+
github.com/davecgh/go-spew v1.1.1 // indirect
19+
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
20+
github.com/echlebek/timeproxy v1.0.0 // indirect
21+
github.com/fsnotify/fsnotify v1.4.7 // indirect
22+
github.com/go-ole/go-ole v1.2.4 // indirect
23+
github.com/gogo/protobuf v1.3.1 // indirect
24+
github.com/golang/protobuf v1.3.2 // indirect
25+
github.com/google/uuid v1.1.1 // indirect
26+
github.com/hashicorp/hcl v1.0.0 // indirect
27+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
28+
github.com/json-iterator/go v1.1.9 // indirect
29+
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
30+
github.com/magiconair/properties v1.8.1 // indirect
31+
github.com/mitchellh/mapstructure v1.1.2 // indirect
32+
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
33+
github.com/modern-go/reflect2 v1.0.1 // indirect
34+
github.com/pelletier/go-toml v1.2.0 // indirect
35+
github.com/pmezard/go-difflib v1.0.0 // indirect
36+
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff // indirect
37+
github.com/robfig/cron/v3 v3.0.1 // indirect
38+
github.com/sensu/sensu-licensing v0.1.2 // indirect
39+
github.com/sirupsen/logrus v1.6.0 // indirect
40+
github.com/spf13/afero v1.1.2 // indirect
41+
github.com/spf13/cast v1.3.0 // indirect
42+
github.com/spf13/cobra v1.0.0 // indirect
43+
github.com/spf13/jwalterweatherman v1.0.0 // indirect
44+
github.com/spf13/pflag v1.0.3 // indirect
45+
github.com/spf13/viper v1.7.0 // indirect
46+
github.com/subosito/gotenv v1.2.0 // indirect
47+
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
1448
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
49+
golang.org/x/text v0.3.2 // indirect
50+
google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a // indirect
51+
google.golang.org/grpc v1.24.0 // indirect
52+
gopkg.in/ini.v1 v1.51.0 // indirect
53+
gopkg.in/sourcemap.v1 v1.0.5 // indirect
54+
gopkg.in/yaml.v2 v2.3.0 // indirect
55+
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
1556
)

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7w
304304
golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
305305
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
306306
golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
307-
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0 h1:HyfiK1WMnHj5FXFXatD+Qs1A/xC2Run6RzeW1SyHxpc=
308307
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
309308
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f h1:QdHQnPce6K4XQewki9WNbG5KOROuDzqO3NaYjI1cXJ0=
310309
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)