-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
28 lines (24 loc) · 844 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
26
27
28
module github.com/insomnimus/libman
go 1.17
require (
github.com/atotto/clipboard v0.1.4
github.com/pelletier/go-toml v1.9.3
github.com/peterh/liner v1.2.1
github.com/zmb3/spotify v1.3.0
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-zglob v0.0.3
github.com/urfave/cli/v2 v2.3.0
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
)