openmeter
openmeter copied to clipboard
Make a go module for the client
trafficstars
Preflight Checklist
- [x] I have searched the issue tracker for an issue that matches the one I want to file, without success.
Problem Description
The Go client for openmeter pulls in the entire openmeter project with all dependencies, which can generate a lot of conflicts and forced upgrades.
Proposed Solution
Create a new go module for the client with a more limited set of dependencies.
Alternatives Considered
Don't use the Go client, just do http calls directly
Additional Information
No response