Describe the bug:
Include the following information:
- OpenSnitch version: 999603e
- OS: Arch
- Kernel version: 7.2.0-rc4
I'm trying to adapt https://gitlab.archlinux.org/archlinux/packaging/packages/opensnitch/-/blob/main/PKGBUILD?ref_type=heads to opensnitch master
Until a few weeks ago I could build opensnitch without problems, now the protobuf subpackage (correct wording?) is making issues.
error logs:
with -mod=readonly:
procmon/details.go:24:2: cannot find module providing package github.com/evilsocket/opensnitch/daemon/ui/protocol: import lookup disabled by -mod=readonly
without -mod=readonly:
[...]
go: downloading golang.org/x/text v0.32.0
procmon/details.go:24:2: no required module provides package github.com/evilsocket/opensnitch/daemon/ui/protocol; to add it:
go get github.com/evilsocket/opensnitch/daemon/ui/protocol
May https://github.com/evilsocket/opensnitch/tree/master/daemon/ui/protocol be deleted since it is empty?
Describe the bug:
Include the following information:
I'm trying to adapt https://gitlab.archlinux.org/archlinux/packaging/packages/opensnitch/-/blob/main/PKGBUILD?ref_type=heads to opensnitch master
Until a few weeks ago I could build opensnitch without problems, now the protobuf subpackage (correct wording?) is making issues.
error logs:
with -mod=readonly:
procmon/details.go:24:2: cannot find module providing package github.com/evilsocket/opensnitch/daemon/ui/protocol: import lookup disabled by -mod=readonlywithout -mod=readonly:
May https://github.com/evilsocket/opensnitch/tree/master/daemon/ui/protocol be deleted since it is empty?