diff options
| author | Jeff Carr <[email protected]> | 2025-10-24 10:29:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-24 10:29:59 -0500 |
| commit | 395aa701c03a4bd6d01436ce17cee489ee6a98e3 (patch) | |
| tree | 76c72d87ce4ef1c307960cc761f59606d3afaf39 /.gorestrict | |
| parent | 7bec8b594e0e3f567b8a5bfe3ec3a03706c56c4b (diff) | |
todo: add checks for thisv0.0.30
Diffstat (limited to '.gorestrict')
| -rw-r--r-- | .gorestrict | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
