forked from autobrr/omegabrr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1007 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
29
30
31
module github.com/autobrr/omegabrr
go 1.19
require (
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/render v1.0.2
github.com/knadh/koanf v1.4.3
github.com/moistari/rls v0.3.0
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
github.com/rs/zerolog v1.28.0
github.com/spf13/pflag v1.0.5
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
golift.io/starr v0.14.0
)
require (
github.com/ajg/form v1.5.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)