diff options
| -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 |
