Skip to content

Commit 1cf19a4

Browse files
authored
Recompile plugin with steampipe-plugin-sdk v5.10.4 and Go version 1.22.4 (#91)
1 parent 0aa0f1e commit 1cf19a4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/turbot/steampipe-plugin-slack
22

3-
go 1.21.0
3+
go 1.22.4
44

5-
toolchain go1.21.1
5+
toolchain go1.22.6
66

77
require (
88
github.com/slack-go/slack v0.11.3
9-
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.1
9+
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.4
1010
)
1111

1212
require (
@@ -50,7 +50,7 @@ require (
5050
github.com/gorilla/websocket v1.5.0 // indirect
5151
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
5252
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
53-
github.com/hashicorp/go-getter v1.7.4 // indirect
53+
github.com/hashicorp/go-getter v1.7.5 // indirect
5454
github.com/hashicorp/go-hclog v1.6.2 // indirect
5555
github.com/hashicorp/go-plugin v1.6.0 // indirect
5656
github.com/hashicorp/go-safetemp v1.0.0 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 h1:/c3QmbOGMGTOumP2iT/rCwB7b0Q
410410
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1/go.mod h1:5SN9VR2LTsRFsrEC6FHgRbTWrTHu6tqPeKxEQv15giM=
411411
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
412412
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
413-
github.com/hashicorp/go-getter v1.7.4 h1:3yQjWuxICvSpYwqSayAdKRFcvBl1y/vogCxczWSmix0=
414-
github.com/hashicorp/go-getter v1.7.4/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
413+
github.com/hashicorp/go-getter v1.7.5 h1:dT58k9hQ/vbxNMwoI5+xFYAJuv6152UNvdHokfI5wE4=
414+
github.com/hashicorp/go-getter v1.7.5/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
415415
github.com/hashicorp/go-hclog v1.6.2 h1:NOtoftovWkDheyUM/8JW3QMiXyxJK3uHRK7wV04nD2I=
416416
github.com/hashicorp/go-hclog v1.6.2/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
417417
github.com/hashicorp/go-plugin v1.6.0 h1:wgd4KxHJTVGGqWBq4QPB1i5BZNEx9BR8+OFmHDmTk8A=
@@ -563,8 +563,8 @@ github.com/tkrajina/go-reflector v0.5.6 h1:hKQ0gyocG7vgMD2M3dRlYN6WBBOmdoOzJ6njQ
563563
github.com/tkrajina/go-reflector v0.5.6/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4=
564564
github.com/turbot/go-kit v0.10.0-rc.0 h1:kd+jp2ibbIV33Hc8SsMAN410Dl9Pz6SJ40axbKUlSoA=
565565
github.com/turbot/go-kit v0.10.0-rc.0/go.mod h1:fFQqR59I5z5JeeBLfK1PjSifn4Oprs3NiQx0CxeSJxs=
566-
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.1 h1:yqiWeswy7geNzRIUJGuA7KQRq6gY5gUOc6ozBgbpNzI=
567-
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.1/go.mod h1:Ji3NU2vyZChu4aodAuSpeAS/JkApFGvsPePjOn8h9as=
566+
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.4 h1:h2Ye0ksL6KN6w2wh1O3mgKthLnyl4QPsTpUj47bRbvc=
567+
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.4/go.mod h1:FzW+0aq4x1PoCkklCRx43dMrhxk7SYeWVHUb3pNFtFc=
568568
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=
569569
github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
570570
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)