Skip to content

Commit

Permalink
go mod conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
edmc-ss committed Jan 22, 2021
1 parent 07a1ab9 commit cb66e91
Show file tree
Hide file tree
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.
13 changes: 0 additions & 13 deletions GLIDE.md

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ pfsagent-install:

pre-generate:
@set -e; \
go install github.com/swiftstack/ProxyFS/vendor/golang.org/x/tools/cmd/stringer; \
go install golang.org/x/tools/cmd/stringer; \
for gosubdir in $(gopregeneratesubdirs); do \
$(MAKE) --no-print-directory -C $$gosubdir install; \
done
Expand Down
172 changes: 0 additions & 172 deletions glide.lock

This file was deleted.

65 changes: 0 additions & 65 deletions glide.yaml

This file was deleted.

28 changes: 28 additions & 0 deletions go.mod
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
)
Loading

0 comments on commit cb66e91

Please sign in to comment.