maaslalani / slides

Terminal based presentation tool
http://maaslalani.com/slides/
MIT License
9.83k stars 270 forks source link

go install latest fails on linux #237

Closed slashformotion closed 1 year ago

slashformotion commented 1 year ago

Describe the bug

running go install github.com/maaslalani/slides@latest do not work. I get:

go: downloading github.com/maaslalani/slides v0.9.0
go: downloading github.com/muesli/coral v1.0.0
go: downloading github.com/charmbracelet/bubbletea v0.21.1-0.20220623121936-ca32c4c62873
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/charmbracelet/glamour v0.5.0
go: downloading github.com/charmbracelet/lipgloss v0.5.1-0.20220407020210-a86f21a0ae43
go: downloading github.com/muesli/termenv v0.12.1-0.20220615005108-4e9068de9898
go: downloading github.com/charmbracelet/wish v0.5.0
go: downloading github.com/gliderlabs/ssh v0.3.5
go: downloading github.com/yuin/goldmark-emoji v1.0.1
go: downloading github.com/yuin/goldmark v1.4.7
go: downloading github.com/charmbracelet/keygen v0.3.0
go: downloading golang.org/x/crypto v0.0.0-20220826181053-bd7e27e6170d
go: downloading github.com/alecthomas/chroma v0.10.0
go: downloading github.com/microcosm-cc/bluemonday v1.0.18
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70
go: downloading github.com/muesli/cancelreader v0.2.1
go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
go: downloading github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
go: downloading github.com/caarlos0/sshmarshal v0.1.0
go: downloading github.com/dlclark/regexp2 v1.4.0
go: downloading golang.org/x/sys v0.0.0-20220825204002-c680a09ffe64
go: downloading github.com/aymerick/douceur v0.2.0
go: downloading golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
go: downloading github.com/gorilla/css v1.0.0
.golib/pkg/mod/github.com/charmbracelet/bubbletea@v0.21.1-0.20220623121936-ca32c4c62873/screen.go:7:2: github.com/muesli/termenv@v0.12.1-0.20220615005108-4e9068de9898: invalid version: unknown revision 4e9068de9898
Jonathan-Zollinger commented 1 year ago

why was this closed? was it fixed? I'm getting the same output on fedora.

go version

go version go1.20.4 linux/amd64

terminal

kitty 0.28.1 created by Kovid Goyal

Environment (/etc/os-release)

NAME="Fedora Linux"
VERSION="38 (Workstation Edition)"
ID=fedora
VERSION_ID=38
PLATFORM_ID="platform:f38"
PRETTY_NAME="Fedora Linux 38 (Workstation Edition)"
CPE_NAME="cpe:/o:fedoraproject:fedora:38"
...
slashformotion commented 1 year ago

for some reason i tried it some time later and it worked