This repository was archived by the owner on Feb 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +6
-1115
lines changed
Expand file tree Collapse file tree 9 files changed +6
-1115
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Install the f1viewer [AUR package](https://aur.archlinux.org/packages/f1viewer/)
5353* Install it with [ Homebrew] ( https://docs.brew.sh/Homebrew-on-Linux ) as described in the [ macOS] ( #macOS ) section.
5454* build it from source
5555 ``` bash
56- go get github.com/SoMuchForSubtlety/f1viewer
56+ go get github.com/SoMuchForSubtlety/f1viewer@master
5757 ```
5858
5959## FAQ
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ replace github.com/rivo/tview => github.com/SoMuchForSubtlety/tview v0.0.0-20210
66
77require (
88 github.com/99designs/keyring v1.1.6 // indirect
9- github.com/SoMuchForSubtlety/golark v1.2.0
109 github.com/SoMuchForSubtlety/keyring v1.1.6
1110 github.com/atotto/clipboard v0.1.4
1211 github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
@@ -18,7 +17,6 @@ require (
1817 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
1918 github.com/stretchr/testify v1.7.0
2019 golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
21- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
2220 golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
2321 golang.org/x/term v0.0.0-20210429154555-c04ba851c2a4 // indirect
2422 golang.org/x/text v0.3.6 // indirect
Original file line number Diff line number Diff line change 11github.com/99designs/keyring v1.1.6 h1:kVDC2uCgVwecxCk+9zoCt2uEL6dt+dfVzMvGgnVcIuM =
22github.com/99designs/keyring v1.1.6 /go.mod h1:16e0ds7LGQQcT59QqkTg72Hh5ShM51Byv5PEmW6uoRU =
3- github.com/SoMuchForSubtlety/golark v1.2.0 h1:AL3xjJcakjdGIri+BwgPjruOYiNwJuzy1gLOjYnywm0 =
4- github.com/SoMuchForSubtlety/golark v1.2.0 /go.mod h1:k11uLJFf5SHrMsLlJ0Jvy8hESyLBzNsiDSS6gkz0K24 =
53github.com/SoMuchForSubtlety/keyring v1.1.6 h1:nObpYSKtjp9OfAgT9TGAm23PD886JdH5xtHD+HScZNk =
64github.com/SoMuchForSubtlety/keyring v1.1.6 /go.mod h1:hVnJb2jtLXWRexWlVMhCSPdXVBYismixa1MdXxH3dYo =
75github.com/SoMuchForSubtlety/tview v0.0.0-20210213192247-c4de038979df h1:uVa6c4GilT/174Xr51V2+CukBMarvu1t1UvK61r7/O4 =
@@ -74,8 +72,6 @@ golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b h1:7mWr3k41Qtv8XlltBkDkl8
7472golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b /go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4 =
7573golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
7674golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 /go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg =
77- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ =
78- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
7975golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
8076golang.org/x/sys v0.0.0-20190412213103-97732733099d /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
8177golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments