{"id":20669627,"url":"https://github.com/fox-one/pkg","last_synced_at":"2025-07-11T17:45:56.961Z","repository":{"id":35888931,"uuid":"219680015","full_name":"fox-one/pkg","owner":"fox-one","description":"Go packages by Fox.ONE","archived":false,"fork":false,"pushed_at":"2023-12-19T00:06:20.000Z","size":342,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-17T13:32:39.470Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fox-one.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-05T07:09:08.000Z","updated_at":"2022-04-28T08:21:42.000Z","dependencies_parsed_at":"2022-08-08T12:15:48.061Z","dependency_job_id":"3f5f5d62-9485-488e-9687-5366425edaa1","html_url":"https://github.com/fox-one/pkg","commit_stats":{"total_commits":119,"total_committers":7,"mean_commits":17.0,"dds":"0.26050420168067223","last_synced_commit":"e1ca8e088f746f55bf9f074baf68f39328f2dc35"},"previous_names":[],"tags_count":105,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fpkg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fpkg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fpkg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fpkg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fox-one","download_url":"https://codeload.github.com/fox-one/pkg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242886166,"owners_count":20201495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T20:15:11.245Z","updated_at":"2025-03-10T16:38:20.346Z","avatar_url":"https://github.com/fox-one.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pkg\n\nGo packages by Fox.ONE\n\n# Upgrate Notes\n\n## Separate go mod\n\nBefore this change, we put a single `go.mod` file in the root directory, any project that import the library will have a lot of unnecessary dependencies.\n\nThen we delete the global `go.mod` file and put `go.mod` in each sub-package directory, based on this, there are some points that need attention here,\n\n1. Migrate from old way, remove the `github.com/fox-one/pkg` line in your `go.mod` file, then execute `go mod tidy` will load all sub-package you imported.\n2. No more tags like `vX.Y.Z` will be created later, according to the [go mod doc](https://go.dev/ref/mod#vcs-version), use `sub-package/vX.Y.Z` instead.\n3. When you add a new sub-package, make sure that your sub-package does not depend on `github.com/fox-one/pkg`, otherwise it will lead to dependency conflict for the user.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffox-one%2Fpkg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffox-one%2Fpkg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffox-one%2Fpkg/lists"}