chore: dep updates

This commit is contained in:
l3uddz
2022-02-02 08:41:38 +00:00
parent 6a31a05e9a
commit 947f24f79a
3 changed files with 41 additions and 30 deletions

18
go.mod
View File

@@ -3,22 +3,22 @@ module github.com/l3uddz/nabarr
go 1.17
require (
github.com/alecthomas/kong v0.2.18
github.com/alecthomas/kong v0.4.0
github.com/antonmedv/expr v1.9.0
github.com/blang/semver v3.5.1+incompatible
github.com/dgraph-io/badger/v3 v3.2103.2
github.com/fatih/color v1.13.0 // indirect
github.com/goccy/go-yaml v1.9.4
github.com/goccy/go-yaml v1.9.5
github.com/golang/glog v1.0.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v2.0.0+incompatible // indirect
github.com/google/flatbuffers v2.0.5+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.0
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/klauspost/compress v1.13.6 // indirect
github.com/klauspost/compress v1.14.2 // indirect
github.com/lefelys/state v1.1.0
github.com/lucperkins/rek v0.1.3
github.com/mattn/go-isatty v0.0.14 // indirect
@@ -26,14 +26,14 @@ require (
github.com/pkg/errors v0.9.1
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/robfig/cron/v3 v3.0.1
github.com/rs/zerolog v1.26.0
github.com/rs/zerolog v1.26.1
github.com/ulikunitz/xz v0.5.10 // indirect
go.opencensus.io v0.23.0 // indirect
go.uber.org/ratelimit v0.2.0
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4 // indirect
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
@@ -49,7 +49,7 @@ require (
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
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)