From 395aa701c03a4bd6d01436ce17cee489ee6a98e3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 24 Oct 2025 10:29:59 -0500 Subject: todo: add checks for this --- .gorestrict | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gorestrict diff --git a/.gorestrict b/.gorestrict new file mode 100644 index 0000000..e9d6886 --- /dev/null +++ b/.gorestrict @@ -0,0 +1,8 @@ +# prevents this package from being published +# with any other GO dependancies + +github.com/google/go-cmp +go.wit.com/lib/protobuf/guipb +golang.org/x/sys +golang.org/x/term +google.golang.org/protobuf -- cgit v1.2.3