Skip to content

Commit ad86d80

Browse files
Bump github.com/sensu/sensu-go/api/core/v2 from 2.3.0 to 2.16.0
Bumps [github.com/sensu/sensu-go/api/core/v2](https://github.com/sensu/sensu-go) from 2.3.0 to 2.16.0. - [Release notes](https://github.com/sensu/sensu-go/releases) - [Changelog](https://github.com/sensu/sensu-go/blob/main/CHANGELOG-6.md) - [Commits](sensu/sensu-go@api/core/v2.3.0...api/core/v2.16.0) --- updated-dependencies: - dependency-name: github.com/sensu/sensu-go/api/core/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86b79d8 commit ad86d80

2 files changed

Lines changed: 72 additions & 14 deletions

File tree

go.mod

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,27 @@ go 1.20
55
require (
66
github.com/dustin/go-humanize v1.0.1
77
github.com/sensu-community/sensu-plugin-sdk v0.11.0
8-
github.com/sensu/sensu-go/api/core/v2 v2.3.0
8+
github.com/sensu/sensu-go/api/core/v2 v2.16.0
99
github.com/sensu/sensu-go/types v0.3.0
1010
github.com/shirou/gopsutil v3.21.11+incompatible
1111
github.com/stretchr/testify v1.9.0
1212
)
1313

1414
require (
15-
github.com/coreos/etcd v3.3.22+incompatible // indirect
1615
github.com/coreos/go-semver v0.3.0 // indirect
1716
github.com/davecgh/go-spew v1.1.1 // indirect
18-
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
1917
github.com/echlebek/timeproxy v1.0.0 // indirect
2018
github.com/fsnotify/fsnotify v1.4.7 // indirect
2119
github.com/go-ole/go-ole v1.2.6 // indirect
2220
github.com/gogo/protobuf v1.3.2 // indirect
21+
github.com/golang-jwt/jwt/v4 v4.0.0 // indirect
2322
github.com/golang/protobuf v1.5.3 // indirect
2423
github.com/google/uuid v1.3.0 // indirect
2524
github.com/hashicorp/hcl v1.0.0 // indirect
2625
github.com/inconshreveable/mousetrap v1.0.0 // indirect
27-
github.com/json-iterator/go v1.1.9 // indirect
2826
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
2927
github.com/magiconair/properties v1.8.1 // indirect
3028
github.com/mitchellh/mapstructure v1.1.2 // indirect
31-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
32-
github.com/modern-go/reflect2 v1.0.1 // indirect
3329
github.com/pelletier/go-toml v1.2.0 // indirect
3430
github.com/pmezard/go-difflib v1.0.0 // indirect
3531
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff // indirect
@@ -44,6 +40,7 @@ require (
4440
github.com/spf13/viper v1.7.0 // indirect
4541
github.com/subosito/gotenv v1.2.0 // indirect
4642
github.com/yusufpapurcu/wmi v1.2.4 // indirect
43+
go.etcd.io/etcd/api/v3 v3.5.4 // indirect
4744
golang.org/x/net v0.17.0 // indirect
4845
golang.org/x/sys v0.13.0 // indirect
4946
golang.org/x/text v0.13.0 // indirect
@@ -52,6 +49,6 @@ require (
5249
google.golang.org/protobuf v1.30.0 // indirect
5350
gopkg.in/ini.v1 v1.51.0 // indirect
5451
gopkg.in/sourcemap.v1 v1.0.5 // indirect
55-
gopkg.in/yaml.v2 v2.3.0 // indirect
52+
gopkg.in/yaml.v2 v2.4.0 // indirect
5653
gopkg.in/yaml.v3 v3.0.1 // indirect
5754
)

0 commit comments

Comments
 (0)