Description
When running the command to get/install kreuzbergs sdk for golang I encounter two issues. The first one is that it pulls a version with incompatible in the name. The other is the repo being too large to clone because of git history
go get github.com/xberg-io/xberg@latest
go: downloading github.com/xberg-io/xberg v4.9.9+incompatible
go: github.com/xberg-io/xberg@latest: create zip: module source tree too large (max size is 524288000 bytes)
Weirdly enough using this works:
(add-chat-function) go get github.com/kreuzberg-dev/kreuzberg/packages/go/v4@latest
go: downloading github.com/kreuzberg-dev/kreuzberg/packages/go/v4 v4.9.9
go: downloading github.com/kreuzberg-dev/kreuzberg v4.9.9+incompatible
go: downloading github.com/kreuzberg-dev/kreuzberg/packages/go v0.0.0-20260703063851-ecfa94b5fa08
go: added github.com/kreuzberg-dev/kreuzberg/packages/go/v4 v4.9.9```
### Steps to reproduce
run the `go get github.com/xberg-io/xberg@latest` command to install (official command on website as well as github)
### Relevant files and configuration
```text
I am on MacOS (M1) using go1.26.4 darwin/arm64
Description
When running the command to get/install kreuzbergs sdk for golang I encounter two issues. The first one is that it pulls a version with incompatible in the name. The other is the repo being too large to clone because of git history
Weirdly enough using this works: