-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (31 loc) · 1.12 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
26
27
28
29
30
31
32
33
34
module gitlab.com/mipimipi/muserv
go 1.21.5
require (
github.com/dhowden/tag v0.0.0-20230630033851-978a0926ee25
github.com/disintegration/imaging v1.6.2
github.com/google/uuid v1.5.0
github.com/pkg/errors v0.9.1
github.com/rjeczalik/notify v0.9.3
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/ushis/m3u v0.0.0-20150127162843-94396b784733
gitlab.com/go-utilities/file v0.2.0
gitlab.com/go-utilities/filepath v0.1.0
gitlab.com/go-utilities/hash v0.1.0
gitlab.com/go-utilities/net v0.1.0
gitlab.com/go-utilities/reflect v0.1.0
gitlab.com/go-utilities/strings v0.1.0
gitlab.com/mipimipi/yuppie v0.4.2
golang.org/x/text v0.14.0
)
require (
github.com/fwojciec/clock v0.0.0-20201211142135-a6f233dec376 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gitlab.com/go-utilities/system v0.1.0 // indirect
gitlab.com/go-utilities/time v0.1.0 // indirect
gitlab.com/go-utilities/xml v0.1.0 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
)