Skip to content

Commit 24f486f

Browse files
committed
renaming to riff
1 parent 5194535 commit 24f486f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http-gateway/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ clean:
4141
rm -f $(OUTPUT_LINUX)
4242

4343
dockerize: build-for-docker
44-
docker build . -t sk8s/http-gateway:0.0.1-SNAPSHOT -t sk8s/topic-gateway:0.0.1-SNAPSHOT
44+
docker build . -t projectriff/http-gateway:0.0.1-SNAPSHOT

http-gateway/cmd/http-gateway.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
"os/signal"
2929
"time"
3030
"github.com/satori/go.uuid"
31-
"github.com/sk8sio/http-gateway/pkg/message"
31+
"github.com/projectriff/http-gateway/pkg/message"
3232
"syscall"
3333
)
3434

0 commit comments

Comments
 (0)