buf icon indicating copy to clipboard operation
buf copied to clipboard

Missing go.mod file in private dependency when using Snyk

Open damirt-unity opened this issue 2 years ago • 1 comments

Problem

Some CI security and license check tools like Snyk requires that every private dependency has a go.mod file within every package

When using buf golang remote package it doesn't seem to contain go.mod file in every imported package

damirt-unity avatar May 16 '23 15:05 damirt-unity

Could you provide an example of a package where the go.mod is not generated @damirt-unity? The remote packages should contain a go.mod

smallsamantha avatar Jun 16 '23 21:06 smallsamantha