Files
nabarr/go.mod

32 lines
1.1 KiB
Modula-2

module github.com/l3uddz/nabarr
go 1.16
require (
github.com/alecthomas/kong v0.2.12
github.com/antonmedv/expr v1.8.9
github.com/blang/semver v3.5.1+incompatible
github.com/dgraph-io/badger/v3 v3.2011.1
github.com/goccy/go-yaml v1.8.8
github.com/golang/protobuf v1.4.3 // indirect
github.com/hashicorp/go-retryablehttp v0.6.8
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/lefelys/state v1.1.0
github.com/lucperkins/rek v0.1.3
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
github.com/rs/zerolog v1.20.0
github.com/stretchr/testify v1.7.0 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/ratelimit v0.1.0
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)