-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8,380 changed files
with
93 additions
and
3,414,801 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
module github.com/swiftstack/ProxyFS | ||
|
||
go 1.15 | ||
|
||
require ( | ||
bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898 | ||
github.com/ansel1/merry v1.0.1 | ||
github.com/coreos/go-semver v0.3.0 // indirect | ||
github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect | ||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect | ||
github.com/creachadair/cityhash v0.1.0 | ||
github.com/go-errors/errors v1.0.0 // indirect | ||
github.com/gogo/protobuf v1.2.2-0.20190611061853-dadb62585089 // indirect | ||
github.com/google/btree v1.0.0 | ||
github.com/google/uuid v1.1.2-0.20190416172445-c2e93f3ae59f // indirect | ||
github.com/sirupsen/logrus v1.2.0 | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/swiftstack/cstruct v0.0.0-20210119215647-26f9e390f1a4 | ||
github.com/swiftstack/fission v0.0.0-20210119215758-8345a19492f6 | ||
github.com/swiftstack/sortedmap v0.0.0-20210119215928-78f1ae2b7386 | ||
go.etcd.io/etcd v0.5.0-alpha.5.0.20200401174654-e694b7bb0875 | ||
go.uber.org/multierr v1.5.0 // indirect | ||
go.uber.org/zap v1.10.1-0.20190619185213-853ac185800f // indirect | ||
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 | ||
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 | ||
golang.org/x/text v0.3.2 // indirect | ||
google.golang.org/genproto v0.0.0-20190620144150-6af8c5fc6601 // indirect | ||
) |
Oops, something went wrong.