Skip to content
This repository was archived by the owner on Aug 22, 2020. It is now read-only.

Commit c48bfee

Browse files
committed
deps: updated to pull latest rds code
1 parent fbd8dc9 commit c48bfee

File tree

2 files changed

+76
-64
lines changed

2 files changed

+76
-64
lines changed

go.mod

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,31 @@ module github.com/mjpitz/gitfs
22

33
require (
44
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
5+
github.com/emirpasic/gods v1.12.0 // indirect
56
github.com/ghodss/yaml v1.0.0
6-
github.com/gliderlabs/ssh v0.1.3 // indirect
7+
github.com/gliderlabs/ssh v0.1.4 // indirect
78
github.com/gogo/protobuf v1.2.1
8-
github.com/golang/protobuf v1.2.0
9+
github.com/golang/protobuf v1.3.1
10+
github.com/google/go-cmp v0.3.0 // indirect
11+
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
912
github.com/mitchellh/go-homedir v1.1.0 // indirect
10-
github.com/mjpitz/rds v0.0.2
13+
github.com/mjpitz/rds v0.0.5
1114
github.com/pkg/errors v0.8.1
12-
github.com/sirupsen/logrus v1.3.0
15+
github.com/sirupsen/logrus v1.4.1
1316
github.com/spf13/cobra v0.0.3
1417
github.com/stretchr/testify v1.3.0
15-
golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2 // indirect
16-
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
17-
golang.org/x/sys v0.0.0-20190221222158-ec7b60b042fd
18-
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 // indirect
19-
google.golang.org/genproto v0.0.0-20190219182410-082222b4a5c5 // indirect
18+
github.com/xanzy/ssh-agent v0.2.1 // indirect
19+
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
20+
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09
21+
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
22+
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872
23+
golang.org/x/text v0.3.2 // indirect
24+
google.golang.org/appengine v1.5.0 // indirect
25+
google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb // indirect
26+
google.golang.org/grpc v1.20.1 // indirect
2027
gopkg.in/src-d/go-billy.v4 v4.3.0
21-
gopkg.in/src-d/go-git.v4 v4.10.0
28+
gopkg.in/src-d/go-git-fixtures.v3 v3.5.0 // indirect
29+
gopkg.in/src-d/go-git.v4 v4.11.0
2230
)
31+
32+
replace github.com/golang/lint v0.0.0-20190409202823-959b441ac422 => github.com/golang/lint v0.0.0-20190409202823-5614ed5bae6fb75893070bdc0996a68765fdd275

0 commit comments

Comments
 (0)