{"id":16105782,"url":"https://github.com/devlights/gomodversion","last_synced_at":"2025-08-23T04:17:09.697Z","repository":{"id":57502861,"uuid":"228837943","full_name":"devlights/gomodversion","owner":"devlights","description":"Repository that test golang module versioning.","archived":false,"fork":false,"pushed_at":"2019-12-19T08:50:04.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T08:58:25.595Z","etag":null,"topics":["go","go113","golang"],"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/devlights.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}},"created_at":"2019-12-18T12:42:49.000Z","updated_at":"2019-12-20T08:48:58.000Z","dependencies_parsed_at":"2022-09-01T23:22:56.980Z","dependency_job_id":null,"html_url":"https://github.com/devlights/gomodversion","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Fgomodversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Fgomodversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Fgomodversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlights%2Fgomodversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlights","download_url":"https://codeload.github.com/devlights/gomodversion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427012,"owners_count":20937214,"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":["go","go113","golang"],"created_at":"2024-10-09T19:10:36.996Z","updated_at":"2025-04-06T03:13:22.265Z","avatar_url":"https://github.com/devlights.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gomodversion\n\nRepository that test golang module versioning.\n\n## Try\n\n### no version specified (from v0.0.0 to v1.9.9)\n\n```sh\n$ go list -versions -m github.com/devlights/gomodversion\ngithub.com/devlights/gomodversion v0.0.1 v0.1.0 v1.0.0 v1.0.1 v1.0.2 v1.1.0 v1.1.1 v1.1.2\n```\n\n```go\npackage main\n\nimport (\n        \"fmt\"\n\n        ver \"github.com/devlights/gomodversion\"\n)\n\nfunc main() {\n        fmt.Println(ver.Hello()) // OUTPUT: HELLO\n}\n```\n\n### v2\n\n```sh\n$ go list -versions -m github.com/devlights/gomodversion/v2\ngithub.com/devlights/gomodversion/v2 v2.0.0 v2.0.1 v2.0.2\n```\n\n```go\npackage main\n\nimport (\n        \"fmt\"\n\n        ver \"github.com/devlights/gomodversion/v2\"\n)\n\nfunc main() {\n        fmt.Println(ver.Hello()) // OUTPUT: --**HELLO**--\n}\n```\n\n### v3\n\n```sh\n$ go list -versions -m github.com/devlights/gomodversion/v3\ngithub.com/devlights/gomodversion/v3 v3.0.0 v3.0.1\n```\n\n```go\npackage main\n\nimport (\n        \"fmt\"\n\n        ver \"github.com/devlights/gomodversion/v3\"\n)\n\nfunc main() {\n        fmt.Println(ver.Hello()) // OUTPUT: |--**HELLO WORLD**--|\n}\n```\n\n### v4\n\n```sh\n$ go list -versions -m github.com/devlights/gomodversion/v4\ngithub.com/devlights/gomodversion/v4 v4.0.0 v4.0.1\n```\n\n```go\npackage main\n\nimport (\n        \"fmt\"\n\n        ver \"github.com/devlights/gomodversion/v4\"\n)\n\nfunc main() {\n        fmt.Println(ver.Hello()) // OUTPUT: ^^|--**HELLO WORLD**--|^^\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlights%2Fgomodversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevlights%2Fgomodversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlights%2Fgomodversion/lists"}