-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
23 lines (21 loc) · 854 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
module github.com/dev-drprasad/hsk00
go 1.15
require (
github.com/Masterminds/semver v1.5.0
github.com/dev-drprasad/qt v1.0.4
github.com/fatih/color v1.10.0 // indirect
github.com/fogleman/gg v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/leaanthony/mewn v0.10.7
github.com/leaanthony/slicer v1.5.0 // indirect
github.com/markbates/pkger v0.17.1
github.com/ncruces/zenity v0.5.2
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cobra v1.1.1
github.com/wailsapp/wails v1.13.0
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c // indirect
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)