Skip to content

Commit b47dd69

Browse files
Generate auditlog (#4930)
Co-authored-by: cgoetz-inovex <carlo.goetz@inovex.de>
1 parent 8ca12cd commit b47dd69

File tree

3 files changed

+5
-195
lines changed

3 files changed

+5
-195
lines changed

services/auditlog/api_default_test.go

Lines changed: 0 additions & 190 deletions
This file was deleted.

services/auditlog/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ module github.com/stackitcloud/stackit-sdk-go/services/auditlog
22

33
go 1.21
44

5+
require github.com/stackitcloud/stackit-sdk-go/core v0.21.1
6+
57
require (
6-
github.com/google/uuid v1.6.0
7-
github.com/stackitcloud/stackit-sdk-go/core v0.21.1
8+
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
9+
github.com/google/uuid v1.6.0 // indirect
810
)
9-
10-
require github.com/golang-jwt/jwt/v5 v5.3.1 // indirect

services/auditlog/oas_commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4ba9d6ffcf1ec61aff0807a261f8c0ca25d266f8
1+
cfcfc32bc1ae335acecd7bf7ffb60354fdc565ab

0 commit comments

Comments
 (0)