Skip to content

Commit 4bf5dd6

Browse files
authored
Merge pull request #26 from mattn/update-deps
Update dependencies
2 parents 1f9aa1a + e9f0d10 commit 4bf5dd6

File tree

2 files changed

+25
-431
lines changed

2 files changed

+25
-431
lines changed

go.mod

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,11 @@ module github.com/otiai10/amesh
33
go 1.13
44

55
require (
6-
cloud.google.com/go v0.71.0 // indirect
7-
cloud.google.com/go/firestore v1.3.0
8-
cloud.google.com/go/storage v1.12.0
9-
github.com/otiai10/gat v0.0.0-20200721175018-b43d09aebe21
10-
github.com/otiai10/goapis v0.0.9
11-
github.com/otiai10/marmoset v0.4.0
12-
github.com/otiai10/opengraph v1.1.2
13-
github.com/otiai10/spell v1.0.1
14-
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
15-
golang.org/x/tools v0.0.0-20201105220310-78b158585360 // indirect
16-
google.golang.org/api v0.35.0
17-
google.golang.org/genproto v0.0.0-20201106154455-f9bfe239b0ba // indirect
18-
google.golang.org/grpc v1.33.2 // indirect
19-
gopkg.in/yaml.v2 v2.3.0
6+
github.com/otiai10/gat v0.0.0-20210414142218-6cc5ed2c158d
7+
github.com/otiai10/mint v1.3.2 // indirect
8+
github.com/otiai10/opengraph v1.1.3
9+
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
10+
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1
11+
golang.org/x/sys v0.0.0-20210414055047-fe65e336abe0 // indirect
12+
golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect
2013
)

0 commit comments

Comments
 (0)