-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove unneeded dependencies #28
Conversation
The following were/are going to be added directly to source tree: They're pretty much complete (no updates in years), so it is easier to just manage them internally:
On the top level Once we get into services, it's a little bit more of the wild west. We will at least require:
Plus associated javascript like scalar |
Forgot to add: in Go 1.22 they're going to add better routing to the std, removing the need for chi. So that's nice. |
Keeping |
Big todos:
|
This PR removes dependencies that are not strictly needed.