You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I see the following issue probably related to obs-service-go_modules package:
[ 106s] + go install -v -p 4 -x -buildmode=pie -mod=vendor gitlab.com/yawning/obfs4.git/obfs4proxy
[ 106s] go: inconsistent vendoring in /home/abuild/rpmbuild/BUILD/obfs4-0.0.11:
[ 106s] git.schwanenlied.me/yawning/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
[ 106s] github.com/dsnet/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
[ 106s] golang.org/x/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
[ 106s] golang.org/x/[email protected]: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
[ 106s]
[ 106s] To ignore the vendor directory, use -mod=readonly or -mod=mod.
[ 106s] To sync the vendor directory, run:
[ 106s] go mod vendor
I've found that executing go mod vendor updates go.mod file in place.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to build https://gitlab.com/yawning/obfs4 at https://build.opensuse.org/package/show/home:matwey:obfs4/obfs4
Currently, I see the following issue probably related to
obs-service-go_modules
package:I've found that executing
go mod vendor
updatesgo.mod
file in place.The text was updated successfully, but these errors were encountered: