mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-06-27 08:49:24 +00:00
Add gops agent
This commit is contained in:
54
vendor/manifest
vendored
54
vendor/manifest
vendored
@ -107,6 +107,33 @@
|
||||
"branch": "master",
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/google/gops/agent",
|
||||
"repository": "https://github.com/google/gops",
|
||||
"vcs": "git",
|
||||
"revision": "62f833fc9f6c4d3223bdb37bd0c2f8951bed8596",
|
||||
"branch": "master",
|
||||
"path": "/agent",
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/google/gops/internal",
|
||||
"repository": "https://github.com/google/gops",
|
||||
"vcs": "git",
|
||||
"revision": "62f833fc9f6c4d3223bdb37bd0c2f8951bed8596",
|
||||
"branch": "master",
|
||||
"path": "internal",
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/google/gops/signal",
|
||||
"repository": "https://github.com/google/gops",
|
||||
"vcs": "git",
|
||||
"revision": "62f833fc9f6c4d3223bdb37bd0c2f8951bed8596",
|
||||
"branch": "master",
|
||||
"path": "signal",
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/gorilla/schema",
|
||||
"repository": "https://github.com/gorilla/schema",
|
||||
@ -346,6 +373,33 @@
|
||||
"branch": "master",
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/arch/arm/armasm",
|
||||
"repository": "https://go.googlesource.com/arch",
|
||||
"vcs": "git",
|
||||
"revision": "58ea1a195b1a354bcd572b7ef6bbbd264dc63732",
|
||||
"branch": "master",
|
||||
"path": "/arm/armasm",
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/arch/ppc64/ppc64asm",
|
||||
"repository": "https://go.googlesource.com/arch",
|
||||
"vcs": "git",
|
||||
"revision": "58ea1a195b1a354bcd572b7ef6bbbd264dc63732",
|
||||
"branch": "master",
|
||||
"path": "ppc64/ppc64asm",
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/arch/x86/x86asm",
|
||||
"repository": "https://go.googlesource.com/arch",
|
||||
"vcs": "git",
|
||||
"revision": "58ea1a195b1a354bcd572b7ef6bbbd264dc63732",
|
||||
"branch": "master",
|
||||
"path": "x86/x86asm",
|
||||
"notests": true
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/acme",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
|
Reference in New Issue
Block a user