File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ windows-amd64:
3535
3636.PHONY : image
3737image :
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 )
Original file line number Diff line number Diff line change 1- module github.com/nyu-its /lokiproxy
1+ module github.com/nyu-rts /lokiproxy
22
33go 1.24.0
44
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments