-
Notifications
You must be signed in to change notification settings - Fork 31
/
go.mod
21 lines (19 loc) · 808 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 optimus
go 1.16
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/chai2010/webp v1.1.0
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.9.0 // indirect
github.com/foobaz/lossypng v0.0.0-20200814224715-48fa8819852a
github.com/leaanthony/slicer v1.4.1 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/muesli/smartcrop v0.3.0
github.com/pkg/errors v0.9.1 // indirect
github.com/vrischmann/userdir v0.0.0-20151206171402-20f291cebd68
github.com/wailsapp/wails v1.16.5
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
golang.org/x/net v0.0.0-20200930145003-4acb6c075d10 // indirect
golang.org/x/sys v0.0.0-20200929083018-4d22bbb62b3c // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)