45 lines
1.7 KiB
Modula-2
45 lines
1.7 KiB
Modula-2
module go.fifitido.net/ytdl-web
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/adrg/xdg v0.4.0
|
|
github.com/dgraph-io/badger/v2 v2.2007.4
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
github.com/htfy96/reformism v0.0.0-20160819020323-e5bfca398e73
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/spf13/viper v1.10.0
|
|
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/dgraph-io/ristretto v0.0.3-0.20200630154024-f66de99634de // indirect
|
|
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2 // indirect
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.3 // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.16.3 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
|
gopkg.in/ini.v1 v1.66.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|