-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
15 lines (13 loc) · 444 Bytes
/
go.mod
File metadata and controls
15 lines (13 loc) · 444 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/Phantas0s/gocket
go 1.15
require (
github.com/adrg/xdg v0.3.1
github.com/gdamore/tcell/v2 v2.0.1-0.20201017141208-acf90d56d591
github.com/mitchellh/go-homedir v1.1.0
github.com/motemen/go-pocket v0.0.0-20201204003030-43b897100651
github.com/prometheus/common v0.4.0
github.com/rivo/tview v0.0.0-20210125085121-dbc1f32bb1d0
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
)