diff --git a/src/session/go.mod b/src/session/go.mod index 0e2fa4b..e134187 100644 --- a/src/session/go.mod +++ b/src/session/go.mod @@ -9,6 +9,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.3 github.com/aws/aws-sdk-go-v2/service/sns v1.17.4 github.com/google/uuid v1.3.0 + github.com/sirupsen/logrus v1.8.1 github.com/startup-of-zero-reais/dynamo-for-lambda v0.0.0-20220410184837-d85b2a72c69a ) @@ -27,8 +28,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/sts v1.16.3 // indirect github.com/aws/smithy-go v1.11.2 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect - github.com/sirupsen/logrus v1.8.1 // indirect - golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect + golang.org/x/sys v0.1.0 // indirect ) require ( diff --git a/src/session/go.sum b/src/session/go.sum index cd21959..f2c595f 100644 --- a/src/session/go.sum +++ b/src/session/go.sum @@ -68,18 +68,6 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE= github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220417020256-8aeda98c84c1 h1:Cp81uGs+1qRS9R4uQ/PpvaAN3XKO9t+He87ox9fICws= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220417020256-8aeda98c84c1/go.mod h1:6kqkN8bGw6LOc1LVvtpy8cRXBrA2/tNa9GGqwIGJj8g= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220417021424-c7eae58a6f82 h1:R+TjpZePvNN1x8H+uiumYJcPwZ0+qvTZju7MjQ33PH4= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220417021424-c7eae58a6f82/go.mod h1:6kqkN8bGw6LOc1LVvtpy8cRXBrA2/tNa9GGqwIGJj8g= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220417034155-5f463619449b h1:K1543ksT+u0SxDpDcSpkoecI1TE5srxh+XS4mY9pFk0= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220417034155-5f463619449b/go.mod h1:6kqkN8bGw6LOc1LVvtpy8cRXBrA2/tNa9GGqwIGJj8g= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220417034513-3388b770d2fc h1:GQVZitb9NwxQF4TBTLGmFtsWR3AuDzxlmrQNgddlMGA= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220417034513-3388b770d2fc/go.mod h1:6kqkN8bGw6LOc1LVvtpy8cRXBrA2/tNa9GGqwIGJj8g= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220418020119-f64144249f1e h1:+wv+XdcIyZOtmZyzidTm4p26WAmvXC9txzIk1sScVW0= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220418020119-f64144249f1e/go.mod h1:6kqkN8bGw6LOc1LVvtpy8cRXBrA2/tNa9GGqwIGJj8g= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220419010529-7f1fe8e633ac h1:iWOyjYaxpb1giMqudkkLbqaX1h+mplMPPLWujP+SSFA= -github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220419010529-7f1fe8e633ac/go.mod h1:6kqkN8bGw6LOc1LVvtpy8cRXBrA2/tNa9GGqwIGJj8g= github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220419011249-293e4f7eca44 h1:0te94gDoV9JkWtWfPOmXAk0EryosDGcSKDnZRSMsmgw= github.com/startup-of-zero-reais/API-customer-experience/src/common v0.0.0-20220419011249-293e4f7eca44/go.mod h1:6kqkN8bGw6LOc1LVvtpy8cRXBrA2/tNa9GGqwIGJj8g= github.com/startup-of-zero-reais/dynamo-for-lambda v0.0.0-20220410184837-d85b2a72c69a h1:9yNpDMQ7ATX8vxRi4S35WY5JdxIm7nG9Bq02Z26E+1Q= @@ -97,8 +85,9 @@ golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qx golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 h1:SrN+KX8Art/Sf4HNj6Zcz06G7VEz+7w9tdXTPOZ7+l4= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U= +golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=