-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 1.05 KB
/
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 bernd
go 1.14
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/gen2brain/beeep v0.0.0-20200526185328-e9c15c258e28 // indirect
github.com/gen2brain/dlgs v0.0.0-20200211102745-b9c2664df42f
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/kkdai/youtube v1.2.1
github.com/leaanthony/mewn v0.10.7
github.com/leaanthony/slicer v1.4.1 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/saaymeen/temppeg v0.0.0-20200603202753-287477408638
github.com/wailsapp/wails v1.5.0
github.com/xfrr/goffmpeg v0.0.0-20200403115021-c3a1545b29f4
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
gopkg.in/AlecAivazis/survey.v1 v1.8.8 // indirect
gopkg.in/yaml.v3 v3.0.0-20200603094226-e3079894b1e8 // indirect
)