-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
21 lines (19 loc) · 778 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/LogicalOverflow/music-sync
go 1.14
require (
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/antlr/antlr4 v0.0.0-20200712162734-eb1adaa8a7a6
github.com/aristanetworks/goarista v0.0.0-20200609010056-95bcf8053598
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/dhowden/tag v0.0.0-20200412032933-5d76b8eaae27
github.com/faiface/beep v1.0.2
github.com/gdamore/tcell v1.3.0
github.com/gliderlabs/ssh v0.3.0
github.com/golang/protobuf v1.4.2
github.com/hajimehoshi/oto v0.6.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1
github.com/urfave/cli v1.22.4
)