We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5194535 commit 24f486fCopy full SHA for 24f486f
http-gateway/Makefile
@@ -41,4 +41,4 @@ clean:
41
rm -f $(OUTPUT_LINUX)
42
43
dockerize: build-for-docker
44
- docker build . -t sk8s/http-gateway:0.0.1-SNAPSHOT -t sk8s/topic-gateway:0.0.1-SNAPSHOT
+ docker build . -t projectriff/http-gateway:0.0.1-SNAPSHOT
http-gateway/cmd/http-gateway.go
@@ -28,7 +28,7 @@ import (
28
"os/signal"
29
"time"
30
"github.com/satori/go.uuid"
31
- "github.com/sk8sio/http-gateway/pkg/message"
+ "github.com/projectriff/http-gateway/pkg/message"
32
"syscall"
33
)
34
0 commit comments