mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-18 23:16:33 +00:00
30 lines
996 B
AMPL
30 lines
996 B
AMPL
module github.com/garethgeorge/resticui
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/google/renameio v1.0.1
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.18.1
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
go.uber.org/zap v1.26.0
|
|
golang.org/x/sync v0.5.0
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17
|
|
google.golang.org/grpc v1.59.0
|
|
google.golang.org/protobuf v1.31.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/vine-io/vine v1.6.16 // 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-20231106174013-bbf56f31fb17 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
|
|
)
|