2021-02-14 16:18:26 +00:00
|
|
|
module github.com/l3uddz/nabarr
|
|
|
|
|
|
2022-10-02 11:29:08 +01:00
|
|
|
go 1.19
|
2021-02-14 16:18:26 +00:00
|
|
|
|
|
|
|
|
require (
|
2022-06-22 08:20:31 +01:00
|
|
|
github.com/alecthomas/kong v0.6.1
|
2021-09-13 17:55:11 +01:00
|
|
|
github.com/antonmedv/expr v1.9.0
|
2021-02-14 16:18:26 +00:00
|
|
|
github.com/blang/semver v3.5.1+incompatible
|
2021-10-19 14:09:35 +01:00
|
|
|
github.com/dgraph-io/badger/v3 v3.2103.2
|
|
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
2022-02-02 08:41:38 +00:00
|
|
|
github.com/goccy/go-yaml v1.9.5
|
2021-09-13 17:55:11 +01:00
|
|
|
github.com/golang/glog v1.0.0 // indirect
|
2021-06-11 08:21:38 +01:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-09-13 17:55:11 +01:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2022-10-02 11:29:08 +01:00
|
|
|
github.com/google/flatbuffers v22.9.29+incompatible // indirect
|
2021-06-11 08:21:38 +01:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2022-04-14 16:18:06 +01:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.1
|
2021-02-14 16:18:26 +00:00
|
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
2022-10-02 11:29:08 +01:00
|
|
|
github.com/klauspost/compress v1.15.11 // indirect
|
2021-02-14 16:18:26 +00:00
|
|
|
github.com/lefelys/state v1.1.0
|
|
|
|
|
github.com/lucperkins/rek v0.1.3
|
2022-10-02 11:29:08 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2021-02-14 16:18:26 +00:00
|
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
|
github.com/rhysd/go-github-selfupdate v1.2.3
|
|
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2022-10-02 11:29:08 +01:00
|
|
|
github.com/rs/zerolog v1.28.0
|
2021-02-14 16:18:26 +00:00
|
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
2021-06-11 08:21:38 +01:00
|
|
|
go.opencensus.io v0.23.0 // indirect
|
|
|
|
|
go.uber.org/ratelimit v0.2.0
|
2022-10-02 11:29:08 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
|
|
|
|
|
golang.org/x/net v0.0.0-20221002022538-bcab6841153b // indirect
|
|
|
|
|
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
|
|
|
|
|
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
|
2021-02-14 16:18:26 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-10-02 11:29:08 +01:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2021-02-14 16:18:26 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
|
)
|
2021-09-13 17:55:11 +01:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
|
|
|
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
|
github.com/google/go-github/v30 v30.1.0 // indirect
|
|
|
|
|
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
|
2022-10-02 11:29:08 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2021-09-13 17:55:11 +01:00
|
|
|
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
|
2022-10-02 11:29:08 +01:00
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
2021-09-13 17:55:11 +01:00
|
|
|
)
|