mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-05 20:40:37 +00:00
40 lines
1.3 KiB
Modula-2
40 lines
1.3 KiB
Modula-2
module github.com/garethgeorge/backrest
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
connectrpc.com/connect v1.16.0
|
|
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/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
|
|
go.etcd.io/bbolt v1.3.9
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.22.0
|
|
golang.org/x/net v0.24.0
|
|
golang.org/x/sync v0.7.0
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240412170617-26222e5d3d56
|
|
google.golang.org/grpc v1.63.2
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.19.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240412170617-26222e5d3d56 // indirect
|
|
)
|