Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: out of index in get course #221

Merged
merged 1 commit into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ require (
github.com/arran4/golang-ical v0.3.2
github.com/cloudwego/kitex/pkg/protocol/bthrift v0.0.0-20250124072755-047444c8e964
github.com/samber/lo v1.49.1
github.com/west2-online/yjsy v0.0.2
github.com/west2-online/yjsy v0.0.3
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,8 @@ github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijb
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/west2-online/jwch v0.2.14 h1:Nf93gLRqdQpLKBdIlM3+ZVGyOHOD+f/rAiuJdT4Uxdk=
github.com/west2-online/jwch v0.2.14/go.mod h1:WI6YUgXuLMt+5A1X4HKuxhZRzhxRvxNyXT4BQzeAr9s=
github.com/west2-online/yjsy v0.0.2 h1:QDkqLiWQI+xlac7giKSFsLzLf998Ahpwb9Q/596EhtE=
github.com/west2-online/yjsy v0.0.2/go.mod h1:tvKDFIPNSTD6tBRAd60wwLlm0Bhq4tZd3Fzf2ES/zO8=
github.com/west2-online/yjsy v0.0.3 h1:OJACBolvMyrcPTR7K+1XLrWOudoU4JzmXsuuC6xLz80=
github.com/west2-online/yjsy v0.0.3/go.mod h1:tvKDFIPNSTD6tBRAd60wwLlm0Bhq4tZd3Fzf2ES/zO8=
github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
github.com/xdg-go/scram v1.1.2 h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY=
Expand Down
Loading