Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
Latest commit
24 lines (21 loc) · 759 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (21 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
modulesrc/github-browser-cli
go1.19
require (
github.com/PuerkitoBio/goqueryv1.8.0
github.com/ktr0731/go-fuzzyfinderv0.7.0
)
require (
github.com/andybalholm/cascadiav1.3.1// indirect
github.com/gdamore/encodingv1.0.0// indirect
github.com/gdamore/tcell/v2v2.5.3// indirect
github.com/ktr0731/go-ansisgrv0.1.0// indirect
github.com/lucasb-eyer/go-colorfulv1.2.0// indirect
github.com/mattn/go-runewidthv0.0.14// indirect
github.com/nsf/termbox-gov1.1.1// indirect
github.com/pkg/errorsv0.9.1// indirect
github.com/rivo/unisegv0.4.2// indirect
golang.org/x/netv0.0.0-20220722155237-a158d28d115b// indirect
golang.org/x/sysv0.1.0// indirect
golang.org/x/termv0.1.0// indirect
golang.org/x/textv0.4.0// indirect
)