Skip to content

Commit ab14c23

Browse files
committed
Upgrade gateway-proto versiont v0.0.9
1 parent 7c09a04 commit ab14c23

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

cmd/gateway/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import (
99

1010
"github.com/golang/glog"
1111

12+
"github.com/binchencoder/gateway-proto/data"
1213
"github.com/binchencoder/janus-gateway/gateway/runtime"
1314
"github.com/binchencoder/janus-gateway/integrate"
1415
"github.com/binchencoder/janus-gateway/util"
15-
"github.com/binchencoder/gateway-proto/data"
1616
"github.com/binchencoder/letsgo"
1717
"github.com/binchencoder/letsgo/service/naming"
1818
)

proto/examplepb/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
</parent>
1616

1717
<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>
2525
</dependency>
2626

2727
<dependency>

repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def go_repositories():
2323
name = "com_github_binchencoder_gateway_proto",
2424
importpath = "github.com/binchencoder/gateway-proto",
2525
sum = "h1:ZvjzhU0CR93EdhqGtQj0Wkwd76D+KsvMuNEMAS1XVos=",
26-
version = "v0.0.8",
26+
version = "v0.0.9",
2727
)
2828
go_repository(
2929
name = "com_github_armon_circbuf",

0 commit comments

Comments
 (0)