diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 10:29:23 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 10:29:23 -0500 |
| commit | 7c4e482a19b0af3eac87b43f71a594518ffb3c57 (patch) | |
| tree | 29a881f58c04d68131ce689be9fc21a87eec92e4 | |
| parent | 1b34a295788425c01b25a6ce786081ceb334b908 (diff) | |
| -rw-r--r-- | .gorestrict | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gorestrict b/.gorestrict new file mode 100644 index 0000000..5dd133c --- /dev/null +++ b/.gorestrict @@ -0,0 +1,9 @@ +# prevents this package from being published +# with any other GO dependancies + +github.com/google/go-cmp +go.wit.com/lib/cobol +go.wit.com/lib/protobuf/guipb +golang.org/x/sys +golang.org/x/term +google.golang.org/protobuf |
