The "go install" part of the installation instructions results in this error:<p><pre><code> $ git clone https://github.com/jafarlihi/rssnix --depth=1 && cd rssnix && go install
Cloning into 'rssnix'...
remote: Enumerating objects: 10, done.
remote: Counting objects: 100% (10/10), done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 10 (delta 1), reused 4 (delta 1), pack-reused 0
Unpacking objects: 100% (10/10), done.
config.go:8:2: cannot find package "github.com/go-ini/ini" in any of:
/usr/lib/go-1.10/src/github.com/go-ini/ini (from $GOROOT)
/home/user/go/src/github.com/go-ini/ini (from $GOPATH)
feed.go:9:2: cannot find package "github.com/mmcdole/gofeed" in any of:
/usr/lib/go-1.10/src/github.com/mmcdole/gofeed (from $GOROOT)
/home/user/go/src/github.com/mmcdole/gofeed (from $GOPATH)
config.go:9:2: cannot find package "github.com/sirupsen/logrus" in any of:
/usr/lib/go-1.10/src/github.com/sirupsen/logrus (from $GOROOT)
/home/user/go/src/github.com/sirupsen/logrus (from $GOPATH)
main.go:10:2: cannot find package "github.com/urfave/cli/v2" in any of:
/usr/lib/go-1.10/src/github.com/urfave/cli/v2 (from $GOROOT)
/home/user/go/src/github.com/urfave/cli/v2 (from $GOPATH)
feed.go:11:2: cannot find package "golang.org/x/exp/slices" in any of:
/usr/lib/go-1.10/src/golang.org/x/exp/slices (from $GOROOT)
/home/user/go/src/golang.org/x/exp/slices (from $GOPATH)
</code></pre>
edit: uname -a => Linux x1 5.4.0-132-generic #148~18.04.1-Ubuntu SMP Mon Oct 24 20:41:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux