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