Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bat-go issues #2442

Open
parfuar opened this issue Mar 26, 2024 · 0 comments
Open

bat-go issues #2442

parfuar opened this issue Mar 26, 2024 · 0 comments

Comments

@parfuar
Copy link

parfuar commented Mar 26, 2024

Hi,
I've been trying to install the "bat-go" project.

My environment is Ubuntu "Ubuntu 20.04 LTS"
GO -> go version go1.13.8 linux/amd64
And then I will -> "https://golangci-lint.run/welcome/install/#local-installation" (Local Installation) - Binaries

First Problem:
root@Ubuntu:/home/utilizador/Downloads# go get -u github.com/hexdigest/gowrap/cmd/gowrap
package golang.org/x/tools/internal/gcimporter: found packages gcimporter (bexport_test.go) and main (main.go) in /root/go/src/golang.org/x/tools/internal/gcimporter
package io/fs: unrecognized import path "io/fs" (import path does not begin with hostname)

Second problem:
root@Ubuntu:/home/utilizador/Downloads/bat-go# make
cd libs && go test -count 1 -v -p 1 --tags=integration ./... ./...
/root/go/pkg/mod/github.com/mattn/[email protected]/isatty_tcgets.go:7:8: found packages unix (affinity_linux.go) and main (mkasm.go) in /root/go/pkg/mod/golang.org/x/[email protected]/unix
/root/go/pkg/mod/github.com/getsentry/[email protected]/internal/ratelimit/category.go:6:2: found packages cases (cases.go) and main (gen.go) in /root/go/pkg/mod/golang.org/x/[email protected]/cases
/root/go/pkg/mod/github.com/getsentry/[email protected]/internal/ratelimit/category.go:7:2: found packages language (coverage.go) and main (gen.go) in /root/go/pkg/mod/golang.org/x/[email protected]/language
/root/go/pkg/mod/golang.org/x/[email protected]/secure/bidirule/bidirule.go:16:2: found packages bidi (bidi.go) and main (gen.go) in /root/go/pkg/mod/golang.org/x/[email protected]/unicode/bidi
/root/go/pkg/mod/golang.org/x/[email protected]/idna/idna10.0.0.go:28:2: found packages norm (composition.go) and main (maketables.go) in /root/go/pkg/mod/golang.org/x/[email protected]/unicode/norm
/root/go/pkg/mod/golang.org/x/[email protected]/http2/transport.go:19:2: malformed module path "io/fs": missing dot in first path element
make: *** [Makefile:181: test] Error 1

Can anyone help me install this?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant