diff options
author | Wim <wim@42.be> | 2018-05-11 21:54:32 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2018-05-11 21:54:32 +0200 |
commit | bf0b9959d1b81d6362a390baaee70f2102fb2d58 (patch) | |
tree | 61f2e71367884883cb9f68d7ac55cdcbb5dce908 /vendor/manifest | |
parent | 406a54b597271add1e297231e6f260895eff8f1d (diff) | |
download | matterbridge-msglm-bf0b9959d1b81d6362a390baaee70f2102fb2d58.tar.gz matterbridge-msglm-bf0b9959d1b81d6362a390baaee70f2102fb2d58.tar.bz2 matterbridge-msglm-bf0b9959d1b81d6362a390baaee70f2102fb2d58.zip |
Add vendor github.com/dfordsoft/golib/ic
Diffstat (limited to 'vendor/manifest')
-rw-r--r-- | vendor/manifest | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/vendor/manifest b/vendor/manifest index 500f8b12..5867e6e3 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -146,6 +146,15 @@ "notests": true }, { + "importpath": "github.com/dfordsoft/golib/ic", + "repository": "https://github.com/dfordsoft/golib", + "vcs": "git", + "revision": "2ea3495aee1d7f72bb7f388432f2fad974270e12", + "branch": "master", + "path": "/ic", + "notests": true + }, + { "importpath": "github.com/dgrijalva/jwt-go", "repository": "https://github.com/dgrijalva/jwt-go", "vcs": "git", @@ -1015,6 +1024,24 @@ "notests": true }, { + "importpath": "golang.org/x/text/encoding", + "repository": "https://go.googlesource.com/text", + "vcs": "git", + "revision": "5c1cf69b5978e5a34c5f9ba09a83e56acc4b7877", + "branch": "master", + "path": "/encoding", + "notests": true + }, + { + "importpath": "golang.org/x/text/internal/format", + "repository": "https://go.googlesource.com/text", + "vcs": "git", + "revision": "5c1cf69b5978e5a34c5f9ba09a83e56acc4b7877", + "branch": "master", + "path": "internal/format", + "notests": true + }, + { "importpath": "golang.org/x/text/internal/gen", "repository": "https://go.googlesource.com/text", "vcs": "git", @@ -1024,6 +1051,24 @@ "notests": true }, { + "importpath": "golang.org/x/text/internal/language", + "repository": "https://go.googlesource.com/text", + "vcs": "git", + "revision": "5c1cf69b5978e5a34c5f9ba09a83e56acc4b7877", + "branch": "master", + "path": "internal/language", + "notests": true + }, + { + "importpath": "golang.org/x/text/internal/tag", + "repository": "https://go.googlesource.com/text", + "vcs": "git", + "revision": "5c1cf69b5978e5a34c5f9ba09a83e56acc4b7877", + "branch": "master", + "path": "internal/tag", + "notests": true + }, + { "importpath": "golang.org/x/text/internal/triegen", "repository": "https://go.googlesource.com/text", "vcs": "git", @@ -1042,6 +1087,33 @@ "notests": true }, { + "importpath": "golang.org/x/text/internal/utf8internal", + "repository": "https://go.googlesource.com/text", + "vcs": "git", + "revision": "5c1cf69b5978e5a34c5f9ba09a83e56acc4b7877", + "branch": "master", + "path": "internal/utf8internal", + "notests": true + }, + { + "importpath": "golang.org/x/text/language", + "repository": "https://go.googlesource.com/text", + "vcs": "git", + "revision": "5c1cf69b5978e5a34c5f9ba09a83e56acc4b7877", + "branch": "master", + "path": "language", + "notests": true + }, + { + "importpath": "golang.org/x/text/runes", + "repository": "https://go.googlesource.com/text", + "vcs": "git", + "revision": "5c1cf69b5978e5a34c5f9ba09a83e56acc4b7877", + "branch": "master", + "path": "runes", + "notests": true + }, + { "importpath": "golang.org/x/text/transform", "repository": "https://go.googlesource.com/text", "vcs": "git", |