File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import (
9
9
10
10
"github.com/golang/glog"
11
11
12
+ "github.com/binchencoder/gateway-proto/data"
12
13
"github.com/binchencoder/janus-gateway/gateway/runtime"
13
14
"github.com/binchencoder/janus-gateway/integrate"
14
15
"github.com/binchencoder/janus-gateway/util"
15
- "github.com/binchencoder/gateway-proto/data"
16
16
"github.com/binchencoder/letsgo"
17
17
"github.com/binchencoder/letsgo/service/naming"
18
18
)
Original file line number Diff line number Diff line change 15
15
</parent >
16
16
17
17
<dependencies >
18
- <dependency >
19
- <groupId >com.binchencoder.gateway</groupId >
20
- <artifactId >janus-options-protos</artifactId >
21
- </dependency >
22
- <dependency >
23
- <groupId >com.binchencoder.gateway</groupId >
24
- <artifactId >data-proto</artifactId >
18
+ <dependency >
19
+ <groupId >com.binchencoder.gateway</groupId >
20
+ <artifactId >janus-options-protos</artifactId >
21
+ </dependency >
22
+ <dependency >
23
+ <groupId >com.binchencoder.gateway</groupId >
24
+ <artifactId >data-proto</artifactId >
25
25
</dependency >
26
26
27
27
<dependency >
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def go_repositories():
23
23
name = "com_github_binchencoder_gateway_proto" ,
24
24
importpath = "github.com/binchencoder/gateway-proto" ,
25
25
sum = "h1:ZvjzhU0CR93EdhqGtQj0Wkwd76D+KsvMuNEMAS1XVos=" ,
26
- version = "v0.0.8 " ,
26
+ version = "v0.0.9 " ,
27
27
)
28
28
go_repository (
29
29
name = "com_github_armon_circbuf" ,
You can’t perform that action at this time.
0 commit comments