forked from zsa/wally
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 813 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/zsa/wally
go 1.16
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/google/gousb v0.0.0-20190812193832-18f4c1d8a750
github.com/leaanthony/slicer v1.5.0 // indirect
github.com/marcinbor85/gohex v0.0.0-20200531163658-baab2527a9a2
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/wailsapp/wails v1.16.7
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)