-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
57 lines (50 loc) · 2.02 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
module github.com/jwmwalrus/m3u-etcetera
go 1.22
require (
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
github.com/diamondburned/gotk4/pkg v0.2.2
github.com/go-gormigrate/gormigrate/v2 v2.1.3
github.com/go-gst/go-glib v1.0.1
github.com/go-gst/go-gst v1.0.0
github.com/go-testfixtures/testfixtures/v3 v3.6.1
github.com/godbus/dbus/v5 v5.1.0
github.com/jwmwalrus/bnp v1.23.0
github.com/jwmwalrus/gear-pieces v0.10.3
github.com/jwmwalrus/quorum v0.11.4
github.com/jwmwalrus/rtcycler v0.7.1
github.com/nightlyone/lockfile v1.0.0
github.com/rodaine/table v1.3.0
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.5
golang.org/x/text v0.21.0
google.golang.org/grpc v1.69.2
google.golang.org/protobuf v1.36.0
gorm.io/driver/sqlite v1.5.7
gorm.io/gorm v1.25.12
)
require (
github.com/KarpelesLab/weak v0.1.1 // indirect
github.com/adrg/xdg v0.5.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-pointer v0.0.1 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/pborman/getopt/v2 v2.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241219192143-6b3ec007d9bb // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
// replace github.com/jwmwalrus/rtcycler => ../rtcycler
// replace github.com/jwmwalrus/bnp => ../bnp
// replace github.com/jwmwalrus/gear-pieces => ../gear-pieces
// replace github.com/tinyzimmer/go-gst => ../../repos/go-gst