From 7c4e482a19b0af3eac87b43f71a594518ffb3c57 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 10:29:23 -0500 Subject: todo: add checks for this --- .gorestrict | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gorestrict 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 -- cgit v1.2.3