-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgo.mod
25 lines (23 loc) · 889 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/srevinsaju/zap
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/adrg/xdg v0.4.0
github.com/buger/jsonparser v1.1.1
github.com/fatih/color v1.13.0
github.com/gabriel-vasile/mimetype v1.4.1
github.com/gen2brain/beeep v0.0.0-20220909211152-5a9ec94374f6
github.com/google/go-github/v31 v31.0.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/ktr0731/go-fuzzyfinder v0.7.0
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/schollz/progressbar/v3 v3.11.0
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/srevinsaju/appimage-update v0.1.5-ss2
github.com/urfave/cli/v2 v2.20.3
github.com/withmandala/go-log v0.1.0
golang.org/x/net v0.14.0 // indirect
gopkg.in/ini.v1 v1.67.0
)