openmeter icon indicating copy to clipboard operation
openmeter copied to clipboard

Make a go module for the client

Open recht opened this issue 3 months ago • 0 comments
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

recht avatar Jul 29 '25 08:07 recht