mirror of
https://github.com/garethgeorge/backrest.git
synced 2025-12-12 00:35:34 +00:00
59 lines
2.4 KiB
Modula-2
59 lines
2.4 KiB
Modula-2
module github.com/garethgeorge/backrest
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
connectrpc.com/connect v1.16.2
|
|
github.com/alessio/shellescape v1.4.2
|
|
github.com/containrrr/shoutrrr v0.8.0
|
|
github.com/djherbis/buffer v1.2.0
|
|
github.com/djherbis/nio/v3 v3.0.1
|
|
github.com/getlantern/systray v1.2.2
|
|
github.com/gitploy-io/cronexpr v0.2.2
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
|
|
github.com/mattn/go-colorable v0.1.13
|
|
github.com/natefinch/atomic v1.0.1
|
|
github.com/ncruces/zenity v0.10.12
|
|
go.etcd.io/bbolt v1.3.10
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.23.0
|
|
golang.org/x/net v0.25.0
|
|
golang.org/x/sync v0.7.0
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240521202816-d264139d666e
|
|
google.golang.org/grpc v1.64.0
|
|
google.golang.org/protobuf v1.34.1
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/akavel/rsrc v0.10.2 // indirect
|
|
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
|
|
github.com/fatih/color v1.17.0 // indirect
|
|
github.com/getlantern/context v0.0.0-20220418194847-3d5e7a086201 // indirect
|
|
github.com/getlantern/errors v1.0.4 // indirect
|
|
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65 // indirect
|
|
github.com/getlantern/hex v0.0.0-20220104173244-ad7e4b9194dc // indirect
|
|
github.com/getlantern/hidden v0.0.0-20220104173330-f221c5a24770 // indirect
|
|
github.com/getlantern/ops v0.0.0-20231025133620-f368ab734534 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
|
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
|
|
go.opentelemetry.io/otel v1.27.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.27.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.27.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/image v0.16.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
golang.org/x/tools v0.20.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
|
|
)
|