-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: Update almost all dependencies
Except bazil.org/fuse, which has a breaking change
- Loading branch information
Showing
2 changed files
with
140 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,67 @@ | ||
module github.com/sgielen/rufs | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
toolchain go1.22.5 | ||
|
||
require ( | ||
bazil.org/fuse v0.0.0-20200524192727-fb710f7dfd05 | ||
github.com/Jille/billy-bazilfuse v0.0.6 | ||
github.com/Jille/billy-cgofuse v0.0.4 | ||
github.com/Jille/billy-grpc v0.0.6 | ||
github.com/Jille/billy-router v0.0.2 | ||
github.com/Jille/convreq v1.3.0 | ||
github.com/Jille/convreq v1.7.1 | ||
github.com/Jille/dfr v1.0.0 | ||
github.com/Jille/rpcz v0.2.4 | ||
github.com/Jille/rpcz v0.3.0 | ||
github.com/billziss-gh/cgofuse v1.5.0 | ||
github.com/cenkalti/backoff/v4 v4.1.3 | ||
github.com/getlantern/context v0.0.0-20220418194847-3d5e7a086201 // indirect | ||
github.com/getlantern/golog v0.0.0-20211223150227-d4d95a44d873 // indirect | ||
github.com/getlantern/hidden v0.0.0-20220104173330-f221c5a24770 // indirect | ||
github.com/getlantern/ops v0.0.0-20220418195917-45286e0140f6 // indirect | ||
github.com/getlantern/systray v1.2.1 | ||
github.com/go-git/go-billy/v5 v5.3.1 | ||
github.com/go-stack/stack v1.8.1 // indirect | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/google/go-cmp v0.5.8 | ||
github.com/cenkalti/backoff/v4 v4.3.0 | ||
github.com/getlantern/systray v1.2.2 | ||
github.com/go-git/go-billy/v5 v5.5.0 | ||
github.com/golang/protobuf v1.5.4 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/jrick/logrotate v1.0.0 | ||
github.com/ory/go-convenience v0.1.0 | ||
github.com/pion/logging v0.2.2 | ||
github.com/pion/sctp v1.8.2 | ||
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 | ||
github.com/pion/sctp v1.8.33 | ||
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c | ||
github.com/prometheus/client_golang v1.12.2 | ||
github.com/prometheus/common v0.34.0 // indirect | ||
github.com/stoewer/go-strcase v1.2.0 | ||
github.com/stoewer/go-strcase v1.3.0 | ||
github.com/yookoala/realpath v1.0.0 | ||
go.opentelemetry.io/otel v1.7.0 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.8.0 // indirect | ||
go.uber.org/zap v1.21.0 // indirect | ||
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 // indirect | ||
google.golang.org/grpc v1.47.0 | ||
google.golang.org/protobuf v1.28.0 | ||
golang.org/x/sync v0.8.0 | ||
google.golang.org/grpc v1.65.0 | ||
google.golang.org/protobuf v1.34.2 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/Jille/errchain v1.0.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cyphar/filepath-securejoin v0.3.1 // 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/gorilla/mux v1.8.1 // indirect | ||
github.com/gorilla/schema v1.4.1 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect | ||
github.com/pion/randutil v0.1.0 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.34.0 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
go.opentelemetry.io/otel v1.28.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.28.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.28.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.27.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect | ||
) |
Oops, something went wrong.