Skip to content

Commit

Permalink
🚚 Move to github org bigbluebutton-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianKropp committed Nov 14, 2023
1 parent 6602e7c commit ce3daf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
)

require (
github.com/JulianKropp/golang-socketio v0.0.0-20230816150715-bbc29a93ec5d // indirect
github.com/bigbluebutton-bot/golang-socketio v0.0.0-20230816150715-bbc29a93ec5d // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/apex/log v1.9.0 // indirect
github.com/benpate/convert v0.13.5 // indirect
Expand Down
4 changes: 2 additions & 2 deletions client/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/ITLab-CC/bigbluebutton-bot v0.1.0 h1:tHKj9OV1S7S6b5bYnl3TTJgsDC8accS0P+KRdQM+0EA=
github.com/ITLab-CC/bigbluebutton-bot v0.1.0/go.mod h1:DVTwBrR/wFbBJw36jplgbAPtrtsF3ttYFfvxw6aq1/s=
github.com/JulianKropp/golang-socketio v0.0.0-20230816150715-bbc29a93ec5d h1:YednRCWWnBYIechF05rniPb09n3Y7dm1Kgf7Aad9i+0=
github.com/JulianKropp/golang-socketio v0.0.0-20230816150715-bbc29a93ec5d/go.mod h1:gYG7s8zBJyL7yIpe6w7JY1pY9egOGsr8v2afXLrtIEY=
github.com/bigbluebutton-bot/golang-socketio v0.0.0-20230816150715-bbc29a93ec5d h1:YednRCWWnBYIechF05rniPb09n3Y7dm1Kgf7Aad9i+0=
github.com/bigbluebutton-bot/golang-socketio v0.0.0-20230816150715-bbc29a93ec5d/go.mod h1:gYG7s8zBJyL7yIpe6w7JY1pY9egOGsr8v2afXLrtIEY=
github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
changeset-server:
container_name: changeset-server
build:
context: https://github.com/JulianKropp/Changeset-grpc.git
context: https://github.com/bigbluebutton-bot/changeset-grpc.git
dockerfile: Dockerfile
networks:
- bbb-bot
Expand Down

0 comments on commit ce3daf6

Please sign in to comment.