Skip to content

Commit

Permalink
resotodata->fixinventorydata
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Feb 26, 2024
1 parent 3fa6339 commit 5b5e69a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

Resoto: HARNESS THE POWER OF REACTIVE INFRASTRUCTURE.
Fix: THE ASSET INVENTORY FOR YOUR CLOUD SECURITY POSTURE.

Copyright (C) 2023 Some Engineering Inc.

Expand Down
2 changes: 1 addition & 1 deletion plugins/aws/fix_plugin_aws/resource/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from fixlib.proc import set_thread_name
from fixlib.threading import ExecutorQueue
from fixlib.types import Json
from resotodata.cloud import instances as cloud_instance_data
from fixinventorydata.cloud import instances as cloud_instance_data

log = logging.getLogger("fix.plugins.aws")

Expand Down
2 changes: 1 addition & 1 deletion plugins/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ readme = {file="README.md", content-type="text/markdown"}

dependencies = [
"fixinventorylib==4.0.0",
"resotodata",
"fixinventorydata",
"retrying",
"boto3",
"botocore",
Expand Down
2 changes: 1 addition & 1 deletion plugins/aws/test/graphbuilder_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from fixlib.json import value_in_path
from fix_plugin_aws.resource.base import GraphBuilder, AwsRegion
from fix_plugin_aws.resource.ec2 import AwsEc2InstanceType
from resotodata.cloud import instances as cloud_instance_data
from fixinventorydata.cloud import instances as cloud_instance_data

from test import builder, aws_client, aws_config, no_feedback # noqa: F401

Expand Down
2 changes: 1 addition & 1 deletion requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ requests==2.31.0
requests-oauthlib==1.3.1
requests-toolbelt==1.0.0
fixclient==2.0.0
resotodata==0.2.2
fixinventorydata==0.2.4
fixdatalink[extra]==2.0.0
resotoui==3.7.1
retrying==1.3.4
Expand Down
2 changes: 1 addition & 1 deletion requirements-extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ requests==2.31.0
requests-oauthlib==1.3.1
requests-toolbelt==1.0.0
fixclient==2.0.0
resotodata==0.2.2
fixinventorydata==0.2.4
fixdatalink[extra]==2.0.0
resotoui==3.7.1
retrying==1.3.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ requests==2.31.0
requests-oauthlib==1.3.1
requests-toolbelt==1.0.0
fixclient==2.0.0
resotodata==0.2.2
fixinventorydata==0.2.4
fixdatalink==2.0.0
resotoui==3.7.1
retrying==1.3.4
Expand Down

0 comments on commit 5b5e69a

Please sign in to comment.