Skip to content

Commit

Permalink
Add disclaimer to go.work
Browse files Browse the repository at this point in the history
Signed-off-by: Saurabh Agarwal <[email protected]>
  • Loading branch information
saurabh-io committed Dec 1, 2023
1 parent 61e80a9 commit 3ebb23d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
go 1.20

// THIS FILE IS ONLY USED FOR LOCAL DEVELOPMENT
// THIS FILE IS ALSO USED IN THE github workflows
// AND SHOULD ONLY EVER BE COMMITTED IF ADDING A NEW MODULE
// DO NOT PUT ANY LOCAL DEPENDENCIES HERE
// DO NOT PUT ANY REPLACE STATEMENTS HERE

use (
./demo
./sdk/core
./sdk/provideraws/awscommon
./sdk/provideraws/cognitoidp
./sdk/provideraws/policystore/dynamodbpolicystore
)

// DO NOT ADD ANY THING ELSE IN THIS FILE
// NO REPLACE STATEMENTS

0 comments on commit 3ebb23d

Please sign in to comment.