-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
28 lines (24 loc) · 841 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
24
25
26
27
28
module github.com/wsw70/dly
go 1.19
require (
github.com/golang-module/carbon/v2 v2.2.3
github.com/ncruces/zenity v0.10.8
github.com/rs/zerolog v1.28.0
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
golang.org/x/image v0.7.0 // indirect
golang.org/x/net v0.6.0 // indirect
)
require (
github.com/go-resty/resty/v2 v2.7.0
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
golang.org/x/sys v0.7.0 // indirect
)