mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-03 06:45:38 +00:00
31 lines
1.0 KiB
AMPL
31 lines
1.0 KiB
AMPL
module github.com/garethgeorge/resticui
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/asdine/storm/v3 v3.2.1
|
|
github.com/gitploy-io/cronexpr v0.2.2
|
|
github.com/google/renameio v1.0.1
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/mattn/go-colorable v0.1.13
|
|
go.etcd.io/bbolt v1.3.8
|
|
go.uber.org/zap v1.26.0
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20231120223509-83a465c0220f
|
|
google.golang.org/grpc v1.59.0
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/net v0.18.0 // indirect
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20231120223509-83a465c0220f // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
|
|
)
|