Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies in go.mod and go.sum files #173

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.23.2

require (
github.com/armosec/armoapi-go v0.0.470
github.com/armosec/armosec-infra v0.0.93
github.com/armosec/armosec-infra v0.0.104
github.com/aws/smithy-go v1.20.2
github.com/chidiwilliams/flatbson v0.3.0
github.com/dchest/uniuri v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0 h1:jfIu9sQUG6Ig
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0/go.mod h1:t2tdKJDJF9BV14lnkjHmOQgcvEKgtqs5a1N3LNdJhGE=
github.com/armosec/armoapi-go v0.0.470 h1:fT2J7SruNvOR1Q8RQXjiZ0JvNtJxjVUx68rl0X4leFU=
github.com/armosec/armoapi-go v0.0.470/go.mod h1:TruqDSAPgfRBXCeM+Cgp6nN4UhJSbe7la+XDKV2pTsY=
github.com/armosec/armosec-infra v0.0.93 h1:9O76wcHn+sN9aRXTt7IuDemy01hbhYoM6RZ+xXVEW2c=
github.com/armosec/armosec-infra v0.0.93/go.mod h1:GitW1Jbv7oa8+cPVKuqKM2DxwkpAQrfcXMdzd3DrSVQ=
github.com/armosec/armosec-infra v0.0.104 h1:79X8qLApBXtFEi0liX9hZQ6Barjoahk9ezVIfrLRJ3I=
github.com/armosec/armosec-infra v0.0.104/go.mod h1:R7iRXqSuKeG6TRmmCQuXOvm9c2gz0nxMQw4H5t+6myg=
github.com/armosec/gojay v1.2.17 h1:VSkLBQzD1c2V+FMtlGFKqWXNsdNvIKygTKJI9ysY8eM=
github.com/armosec/gojay v1.2.17/go.mod h1:vuvX3DlY0nbVrJ0qCklSS733AWMoQboq3cFyuQW9ybc=
github.com/armosec/utils-go v0.0.57 h1:0RaqexK+t7HeKWfldBv2C1JiLLGuUx9FP0DGWDNRJpg=
Expand Down
4 changes: 2 additions & 2 deletions test_data/workflows.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
{
"provider": "jira",
"jiraTicketIdentifiers": {
"jiraTicketIdentifiers": [{
"siteId": "site-1",
"projectId": "proj-1",
"issueTypeId": "bug",
Expand All @@ -44,7 +44,7 @@
"field2": "Immediate action required",
"field3": "High"
}
}
}]
}
]
},
Expand Down
Loading