Skip to content

Commit 8a088fb

Browse files
committed
Update repository and Docker image to NYU-RTS
1 parent 954fe34 commit 8a088fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ windows-amd64:
3535

3636
.PHONY: image
3737
image:
38-
docker buildx build --pull . --platform linux/amd64,linux/arm64 --push --tag ghcr.io/nyu-its/lokiproxy:$(Version)
38+
docker buildx build --pull . --platform linux/amd64,linux/arm64 --push --tag ghcr.io/nyu-rts/lokiproxy:$(Version)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/nyu-its/lokiproxy
1+
module github.com/nyu-rts/lokiproxy
22

33
go 1.24.0
44

lokiproxy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import (
1414

1515
"github.com/coreos/go-oidc/v3/oidc"
1616

17-
"github.com/nyu-its/lokiproxy/internal/config"
18-
"github.com/nyu-its/lokiproxy/internal/parser"
17+
"github.com/nyu-rts/lokiproxy/internal/config"
18+
"github.com/nyu-rts/lokiproxy/internal/parser"
1919
)
2020

2121
// GET /loki/api/v1/query

0 commit comments

Comments
 (0)