Skip to content

Commit d734bb9

Browse files
committed
feat: upgraded steampipe-plugin-sdk to v5.4.1
1 parent 4f0aaef commit d734bb9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.4.0 [WIP]
1+
## v0.4.0 [2023-05-05]
22

33
_What's new?_
44

@@ -7,7 +7,7 @@ _What's new?_
77

88
_Enhancements_
99

10-
- Updated: Recompiled with [steampipe-plugin-sdk v5.3.0](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v530-2023-03-16)
10+
- Updated: Recompiled with [steampipe-plugin-sdk v5.4.1](https://github.com/turbot/steampipe-plugin-sdk/blob/main/CHANGELOG.md#v541-2023-05-05)
1111

1212
## v0.3.0 [2023-03-05]
1313

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module steampipe-plugin-gitlab
33
go 1.19
44

55
require (
6-
github.com/turbot/steampipe-plugin-sdk/v5 v5.3.0
6+
github.com/turbot/steampipe-plugin-sdk/v5 v5.4.1
77
github.com/xanzy/go-gitlab v0.77.0
88
)
99

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ github.com/tkrajina/go-reflector v0.5.6 h1:hKQ0gyocG7vgMD2M3dRlYN6WBBOmdoOzJ6njQ
413413
github.com/tkrajina/go-reflector v0.5.6/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4=
414414
github.com/turbot/go-kit v0.5.0 h1:bulbpYGyOQWt4/qFAULPBdrLis//sf3VFz5mTZelv0k=
415415
github.com/turbot/go-kit v0.5.0/go.mod h1:oP9gLk6bETL4nkEuujZZbOlcv9jnHQlf7DYcI/+Ke8Q=
416-
github.com/turbot/steampipe-plugin-sdk/v5 v5.3.0 h1:md2iWhVXJQ6zWvyyNWmE5p6pp7tZkVtVl8RxWLFf/dM=
417-
github.com/turbot/steampipe-plugin-sdk/v5 v5.3.0/go.mod h1:bfvdKaLwemr13EPOMbnr7/hOQOO7m4oM7HnVMdNotgY=
416+
github.com/turbot/steampipe-plugin-sdk/v5 v5.4.1 h1:1d2Rt4SH9D/lnLhi7e7Zhv6d7OX8PzwKzCBbyvSeD+o=
417+
github.com/turbot/steampipe-plugin-sdk/v5 v5.4.1/go.mod h1:bfvdKaLwemr13EPOMbnr7/hOQOO7m4oM7HnVMdNotgY=
418418
github.com/ulikunitz/xz v0.5.8 h1:ERv8V6GKqVi23rgu5cj9pVfVzJbOqAY2Ntl88O6c2nQ=
419419
github.com/ulikunitz/xz v0.5.8/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
420420
github.com/xanzy/go-gitlab v0.77.0 h1:UrbGlxkWVCbkpa6Fk6cM8ARh+rLACWemkJnsawT7t98=

0 commit comments

Comments
 (0)