Skip to content

Commit

Permalink
Project doorperson
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez committed Oct 5, 2024
1 parent 01749e8 commit f369488
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 7 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ use_repo(
"com_github_bazelbuild_buildtools",
"com_github_go_delve_delve",
"com_github_golang_protobuf",
"com_github_gorilla_websocket",
"com_github_itchyny_gojq",
"com_github_sergi_go_diff",
"com_github_tdewolff_parse_v2",
Expand Down
10 changes: 9 additions & 1 deletion gazelle_python.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ require (
github.com/bazelbuild/buildtools v0.0.0-20240827154017-dd10159baa91
github.com/go-delve/delve v1.22.1
github.com/golang/protobuf v1.5.4
github.com/gorilla/websocket v1.5.0
github.com/itchyny/gojq v0.12.16
github.com/sergi/go-diff v1.3.1
github.com/tdewolff/parse/v2 v2.7.16
Expand All @@ -39,7 +40,6 @@ require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-delve/liner v1.2.3-0.20231231155935-4726ab1d7f62 // indirect
github.com/google/go-dap v0.11.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/itchyny/timefmt-go v0.1.6 // indirect
Expand Down
4 changes: 0 additions & 4 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ ipykernel
jupyter-console
nbconvert
ipywidgets
openai
pydub
Loading

0 comments on commit f369488

Please sign in to comment.