diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 3c6adff..1f7e485 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -19,7 +19,7 @@ jobs: chown -R root:root /root/.ssh - name: Clone, Commit and Push run: | - git clone ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/runner-images.git runner-images + git clone ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ3/runner-images.git runner-images cd runner-images git commit --allow-empty -m "chore: trigger gitea actions by JOJ3" git push diff --git a/.gitmodules b/.gitmodules index 517e6cd..25ddc46 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,72 +1,72 @@ [submodule "examples/diff/basic"] path = examples/diff/basic - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = diff/basic [submodule "examples/diff/complex"] path = examples/diff/complex - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = diff/complex [submodule "examples/cpplint/sillycode"] path = examples/cpplint/sillycode - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = cpplint/sillycode [submodule "examples/compile/success"] path = examples/compile/success - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = compile/success [submodule "examples/compile/error"] path = examples/compile/error - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = compile/error [submodule "examples/sample/success"] path = examples/sample/success - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = sample/success [submodule "examples/sample/error"] path = examples/sample/error - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = sample/error [submodule "examples/keyword/cpplint/sillycode"] path = examples/keyword/cpplint/sillycode - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = keyword/cpplint/sillycode [submodule "examples/clangtidy/sillycode"] path = examples/clangtidy/sillycode - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = clangtidy/sillycode [submodule "examples/keyword/clangtidy/sillycode"] path = examples/keyword/clangtidy/sillycode - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = keyword/clangtidy/sillycode [submodule "examples/healthcheck/asciifile"] path = examples/healthcheck/asciifile - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = healthcheck/asciifile [submodule "examples/healthcheck/asciimsg"] path = examples/healthcheck/asciimsg - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = healthcheck/asciimsg [submodule "examples/healthcheck/forbiddenfile"] path = examples/healthcheck/forbiddenfile - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = healthcheck/forbiddenfile [submodule "examples/healthcheck/meta"] path = examples/healthcheck/meta - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = healthcheck/meta [submodule "examples/healthcheck/release"] path = examples/healthcheck/release - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = healthcheck/release [submodule "examples/healthcheck/reposize"] path = examples/healthcheck/reposize - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = healthcheck/reposize [submodule "examples/healthcheck/repoverify"] path = examples/healthcheck/repoverify - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = healthcheck/repoverify [submodule "examples/cppcheck/sillycode"] path = examples/cppcheck/sillycode - url = ssh://git@focs.ji.sjtu.edu.cn:2222/FOCS-dev/JOJ3-examples.git + url = ssh://git@focs.ji.sjtu.edu.cn:2222/JOJ/JOJ3-examples.git branch = cppcheck/sillycode diff --git a/README.md b/README.md index 8946e8e..75b49d6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ go test -coverprofile cover.out -v ./... ... PASS coverage: 74.0% of statements -ok focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/cmd/joj3 2.290s coverage: 74.0% of statements +ok focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/cmd/joj3 2.290s coverage: 74.0% of statements ``` ### For developers diff --git a/cmd/healthcheck/main.go b/cmd/healthcheck/main.go index 1a6b3cf..2169f98 100644 --- a/cmd/healthcheck/main.go +++ b/cmd/healthcheck/main.go @@ -6,7 +6,7 @@ import ( "log/slog" "os" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/pkg/healthcheck" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/pkg/healthcheck" ) // parseMultiValueFlag parses a multi-value command-line flag and appends its values to the provided slice. diff --git a/cmd/joj3/conf.go b/cmd/joj3/conf.go index 1d5b59a..311327a 100644 --- a/cmd/joj3/conf.go +++ b/cmd/joj3/conf.go @@ -7,7 +7,7 @@ import ( "os" "regexp" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" "github.com/koding/multiconfig" ) diff --git a/cmd/joj3/main.go b/cmd/joj3/main.go index 1862f22..7381aaa 100644 --- a/cmd/joj3/main.go +++ b/cmd/joj3/main.go @@ -6,9 +6,9 @@ import ( "log/slog" "os" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/executors" - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/parsers" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/executors" + _ "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/parsers" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" "github.com/go-git/go-git/v5" "github.com/jinzhu/copier" diff --git a/cmd/joj3/main_test.go b/cmd/joj3/main_test.go index 0f35e6b..382eeeb 100644 --- a/cmd/joj3/main_test.go +++ b/cmd/joj3/main_test.go @@ -9,7 +9,7 @@ import ( "strings" "testing" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" ) func compareStageResults(t *testing.T, actual, expected []stage.StageResult, regex bool) { diff --git a/cmd/sample/main.go b/cmd/sample/main.go index 5f2495e..602e0d0 100644 --- a/cmd/sample/main.go +++ b/cmd/sample/main.go @@ -6,7 +6,7 @@ import ( "fmt" "os" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/pkg/sample" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/pkg/sample" ) func main() { diff --git a/go.mod b/go.mod index dd5190f..5566ad6 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3 +module focs.ji.sjtu.edu.cn/git/JOJ/JOJ3 go 1.22.1 diff --git a/internal/executors/all.go b/internal/executors/all.go index 76a7f96..7f7ab8a 100644 --- a/internal/executors/all.go +++ b/internal/executors/all.go @@ -1,8 +1,8 @@ package executors import ( - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/executors/dummy" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/executors/sandbox" + _ "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/executors/dummy" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/executors/sandbox" ) // this file does nothing but imports to ensure all the init() functions diff --git a/internal/executors/dummy/executor.go b/internal/executors/dummy/executor.go index 1a40f18..679c094 100644 --- a/internal/executors/dummy/executor.go +++ b/internal/executors/dummy/executor.go @@ -1,7 +1,7 @@ package dummy import ( - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" "github.com/criyle/go-judge/envexec" ) diff --git a/internal/executors/dummy/meta.go b/internal/executors/dummy/meta.go index e687e52..94e3211 100644 --- a/internal/executors/dummy/meta.go +++ b/internal/executors/dummy/meta.go @@ -1,6 +1,6 @@ package dummy -import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" +import "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" var name = "dummy" diff --git a/internal/executors/sandbox/convert.go b/internal/executors/sandbox/convert.go index c739f79..830fd2a 100644 --- a/internal/executors/sandbox/convert.go +++ b/internal/executors/sandbox/convert.go @@ -6,7 +6,7 @@ import ( "path/filepath" "strings" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" "github.com/criyle/go-judge/pb" ) diff --git a/internal/executors/sandbox/executor.go b/internal/executors/sandbox/executor.go index 92c0eae..2c8adf0 100644 --- a/internal/executors/sandbox/executor.go +++ b/internal/executors/sandbox/executor.go @@ -5,7 +5,7 @@ import ( "fmt" "log/slog" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" "github.com/criyle/go-judge/pb" ) diff --git a/internal/executors/sandbox/meta.go b/internal/executors/sandbox/meta.go index e984184..db0994c 100644 --- a/internal/executors/sandbox/meta.go +++ b/internal/executors/sandbox/meta.go @@ -1,7 +1,7 @@ package sandbox import ( - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" ) var name = "sandbox" diff --git a/internal/parsers/all.go b/internal/parsers/all.go index 95cbdc6..c3fa0ee 100644 --- a/internal/parsers/all.go +++ b/internal/parsers/all.go @@ -1,15 +1,15 @@ package parsers import ( - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/parsers/clangtidy" - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/parsers/cppcheck" - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/parsers/cpplint" - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/parsers/diff" - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/parsers/dummy" - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/parsers/healthcheck" - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/parsers/keyword" - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/parsers/resultstatus" - _ "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/parsers/sample" + _ "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/parsers/clangtidy" + _ "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/parsers/cppcheck" + _ "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/parsers/cpplint" + _ "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/parsers/diff" + _ "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/parsers/dummy" + _ "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/parsers/healthcheck" + _ "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/parsers/keyword" + _ "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/parsers/resultstatus" + _ "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/parsers/sample" ) // this file does nothing but imports to ensure all the init() functions diff --git a/internal/parsers/clangtidy/meta.go b/internal/parsers/clangtidy/meta.go index dcf7406..b48d095 100644 --- a/internal/parsers/clangtidy/meta.go +++ b/internal/parsers/clangtidy/meta.go @@ -1,6 +1,6 @@ package clangtidy -import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" +import "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" var name = "clangtidy" diff --git a/internal/parsers/clangtidy/parser.go b/internal/parsers/clangtidy/parser.go index 38940f0..a21fddc 100644 --- a/internal/parsers/clangtidy/parser.go +++ b/internal/parsers/clangtidy/parser.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" "github.com/criyle/go-judge/envexec" ) diff --git a/internal/parsers/cppcheck/meta.go b/internal/parsers/cppcheck/meta.go index b811ad4..f0ed4c9 100644 --- a/internal/parsers/cppcheck/meta.go +++ b/internal/parsers/cppcheck/meta.go @@ -1,6 +1,6 @@ package cppcheck -import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" +import "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" var name = "cppcheck" diff --git a/internal/parsers/cppcheck/parser.go b/internal/parsers/cppcheck/parser.go index 69f39cc..8ef650c 100644 --- a/internal/parsers/cppcheck/parser.go +++ b/internal/parsers/cppcheck/parser.go @@ -5,7 +5,7 @@ import ( "fmt" "strings" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" "github.com/criyle/go-judge/envexec" ) diff --git a/internal/parsers/cpplint/meta.go b/internal/parsers/cpplint/meta.go index 33b5188..c1e2237 100644 --- a/internal/parsers/cpplint/meta.go +++ b/internal/parsers/cpplint/meta.go @@ -1,6 +1,6 @@ package cpplint -import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" +import "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" var name = "cpplint" diff --git a/internal/parsers/cpplint/parser.go b/internal/parsers/cpplint/parser.go index 55a7f60..aba73af 100644 --- a/internal/parsers/cpplint/parser.go +++ b/internal/parsers/cpplint/parser.go @@ -5,7 +5,7 @@ import ( "regexp" "strconv" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" ) type Conf struct { diff --git a/internal/parsers/diff/meta.go b/internal/parsers/diff/meta.go index 5cb8b82..d10746b 100644 --- a/internal/parsers/diff/meta.go +++ b/internal/parsers/diff/meta.go @@ -1,6 +1,6 @@ package diff -import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" +import "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" var name = "diff" diff --git a/internal/parsers/diff/parser.go b/internal/parsers/diff/parser.go index 3fbb7d0..af2f451 100644 --- a/internal/parsers/diff/parser.go +++ b/internal/parsers/diff/parser.go @@ -7,7 +7,7 @@ import ( "strings" "unicode" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" "github.com/criyle/go-judge/envexec" ) diff --git a/internal/parsers/dummy/meta.go b/internal/parsers/dummy/meta.go index fd9ba75..fd19c0d 100644 --- a/internal/parsers/dummy/meta.go +++ b/internal/parsers/dummy/meta.go @@ -1,6 +1,6 @@ package dummy -import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" +import "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" var name = "dummy" diff --git a/internal/parsers/dummy/parser.go b/internal/parsers/dummy/parser.go index 02c3a08..9e105c8 100644 --- a/internal/parsers/dummy/parser.go +++ b/internal/parsers/dummy/parser.go @@ -1,7 +1,7 @@ package dummy import ( - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" ) type Conf struct { diff --git a/internal/parsers/healthcheck/meta.go b/internal/parsers/healthcheck/meta.go index d6c89ae..decae3b 100644 --- a/internal/parsers/healthcheck/meta.go +++ b/internal/parsers/healthcheck/meta.go @@ -1,6 +1,6 @@ package healthcheck -import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" +import "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" var name = "healthcheck" diff --git a/internal/parsers/healthcheck/parser.go b/internal/parsers/healthcheck/parser.go index cae365c..2673f93 100644 --- a/internal/parsers/healthcheck/parser.go +++ b/internal/parsers/healthcheck/parser.go @@ -3,7 +3,7 @@ package healthcheck import ( "fmt" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" "github.com/criyle/go-judge/envexec" ) diff --git a/internal/parsers/keyword/meta.go b/internal/parsers/keyword/meta.go index fd2dccd..6583a38 100644 --- a/internal/parsers/keyword/meta.go +++ b/internal/parsers/keyword/meta.go @@ -1,6 +1,6 @@ package keyword -import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" +import "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" var name = "keyword" diff --git a/internal/parsers/keyword/parser.go b/internal/parsers/keyword/parser.go index f7890fe..92ce759 100644 --- a/internal/parsers/keyword/parser.go +++ b/internal/parsers/keyword/parser.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" ) type Match struct { diff --git a/internal/parsers/resultstatus/meta.go b/internal/parsers/resultstatus/meta.go index 60be167..349b681 100644 --- a/internal/parsers/resultstatus/meta.go +++ b/internal/parsers/resultstatus/meta.go @@ -1,6 +1,6 @@ package resultstatus -import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" +import "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" var name = "result-status" diff --git a/internal/parsers/resultstatus/parser.go b/internal/parsers/resultstatus/parser.go index cb1774f..5922fce 100644 --- a/internal/parsers/resultstatus/parser.go +++ b/internal/parsers/resultstatus/parser.go @@ -3,7 +3,7 @@ package resultstatus import ( "fmt" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" "github.com/criyle/go-judge/envexec" ) diff --git a/internal/parsers/sample/meta.go b/internal/parsers/sample/meta.go index b71de68..82f92db 100644 --- a/internal/parsers/sample/meta.go +++ b/internal/parsers/sample/meta.go @@ -1,6 +1,6 @@ package sample -import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" +import "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" var name = "sample" diff --git a/internal/parsers/sample/parser.go b/internal/parsers/sample/parser.go index 70763c9..268fec6 100644 --- a/internal/parsers/sample/parser.go +++ b/internal/parsers/sample/parser.go @@ -4,8 +4,8 @@ import ( "encoding/json" "fmt" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage" - "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/pkg/sample" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage" + "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/pkg/sample" "github.com/criyle/go-judge/envexec" )