Skip to content

Commit

Permalink
fix: remove yaml dependencies due to scans (#251)
Browse files Browse the repository at this point in the history
* fix: remove yaml dependencies due to scans

Signed-off-by: Brian McGinn <[email protected]>

* fix: Remove go.sums

Signed-off-by: Brian McGinn <[email protected]>

---------

Signed-off-by: Brian McGinn <[email protected]>
  • Loading branch information
brian-intel authored Sep 16, 2024
1 parent a1207f1 commit 66575f0
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 2,772 deletions.
390 changes: 0 additions & 390 deletions as-controller-board-status/go.sum

This file was deleted.

390 changes: 0 additions & 390 deletions as-vending/go.sum

This file was deleted.

387 changes: 0 additions & 387 deletions ds-card-reader/go.sum

This file was deleted.

389 changes: 0 additions & 389 deletions ds-controller-board/go.sum

This file was deleted.

22 changes: 0 additions & 22 deletions ds-cv-inference/go.sum

This file was deleted.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

module ms-authentication

go 1.18
go 1.21
395 changes: 0 additions & 395 deletions ms-authentication/go.sum

This file was deleted.

402 changes: 0 additions & 402 deletions ms-inventory/go.sum

This file was deleted.

392 changes: 0 additions & 392 deletions ms-ledger/go.sum

This file was deleted.

8 changes: 4 additions & 4 deletions utilities/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ module github.com/intel-iot-devkit/automated-checkout-utilities
go 1.21

require (
github.com/google/uuid v1.1.1
github.com/stretchr/testify v1.5.1
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.9.0
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 66575f0

Please sign in to comment.