{"id":37197972,"url":"https://github.com/hvnsweeting/gosearch","last_synced_at":"2026-01-14T23:00:20.721Z","repository":{"id":142450625,"uuid":"101869151","full_name":"hvnsweeting/gosearch","owner":"hvnsweeting","description":"awesome-go package explorer ","archived":false,"fork":false,"pushed_at":"2021-04-14T14:39:23.000Z","size":597,"stargazers_count":34,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-20T09:33:48.977Z","etag":null,"topics":["awesome","go","golang","package-explorer","package-manager"],"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/hvnsweeting.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":"2017-08-30T10:33:09.000Z","updated_at":"2024-12-20T04:58:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a23683c-def6-4a5d-8a8e-ad354faca453","html_url":"https://github.com/hvnsweeting/gosearch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hvnsweeting/gosearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvnsweeting%2Fgosearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvnsweeting%2Fgosearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvnsweeting%2Fgosearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvnsweeting%2Fgosearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hvnsweeting","download_url":"https://codeload.github.com/hvnsweeting/gosearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hvnsweeting%2Fgosearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28437916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["awesome","go","golang","package-explorer","package-manager"],"created_at":"2026-01-14T23:00:19.271Z","updated_at":"2026-01-14T23:00:20.408Z","avatar_url":"https://github.com/hvnsweeting.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gosearch: The awesome package explorer for Golang\n[![Build Status](https://travis-ci.org/hvnsweeting/gosearch.svg?branch=master)](https://travis-ci.org/hvnsweeting/gosearch)\n\n`gosearch` turns the [awesome-go](https://github.com/avelino/awesome-go) into a\nCLI command that you can search for packages offline easily.\n\n## Why this?\nI've back to coding Golang after a long time off.\nI want to install glide, logrus... and all the awesome packages, but I\ndon't remember its full package import path, how to not Google?\n\nGo ships with the good `go get` to install package, but not a way to search for packages.\n\nInspired by [Python pip](https://pip.pypa.io/en/stable/).\n\n## Install\n\n```\n$ go get -u github.com/hvnsweeting/gosearch\n```\n\n## Usage\n\n```sh\n$ gosearch\nUsage: gosearch packagename\n       gosearch [OPTIONS] [OPTIONS arguments]\n\nOptions:\n  -c category\n    \tShow packages in category. Use `all` for list of all categories.\n  -r\tShow the raw data of Awesome-go\n```\n\n### Search package by name\n\n```sh\n$ gosearch logrus\nPackage: github.com/Sirupsen/logrus\nCategory: logging\nDescription-en: Structured logger for Go.\n$ gosearch echo\nPackage: github.com/labstack/echo\nCategory: web frameworks\nDescription-en: High performance, minimalist Go web framework.\n```\n\n### Listing packages by category\n\n```sh\n$ gosearch -c logging\ngithub.com/kpango/glg - glg is simple and fast leveled logging library for Go.\ngithub.com/golang/glog - Leveled execution logs for Go.\ngithub.com/utahta/go-cronowriter - Simple writer that rotate log files automatically based on current date and time, like cronolog.\ngithub.com/siddontang/go-log - Log lib supports level and multi handlers.\ngithub.com/ian-kent/go-log - Log4j implementation in Go.\ngithub.com/apsdehal/go-logger - Simple logger of Go Programs, with level handlers.\n...\n```\n\n### List all categories\n\n```\n $ gosearch -c all\naudio and music: 15 packages\nauthentication and oauth: 21 packages\nbenchmarks: 14 packages\ncode analysis: 22 packages\ncommand line: 40 packages\nconferences: 11 packages\nconfiguration: 19 packages\ncontinuous integration: 4 packages\ncss preprocessors: 3 packages\ndata structures: 29 packages\n...\n```\n\n### Get the raw awesome-go file\n\nso you can fallback if `gosearch` ever goes wrong.\n\n```\n$ gosearch -r\n# Awesome Go [![Build Status](https://travis-ci.org/avelino/awesome-go.svg?branch=master)](https://travis-ci.org/avelino/awesome-go) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Join the chat at https://gitter.im/avelino/awesome-go](https://badges.gitter.im/avelino/awesome-go.svg)](https://gitter.im/avelino/awesome-go?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nA curated list of awesome Go frameworks, libraries and software. Inspired by [awesome-python](https://github.com/vinta/awesome-python).\n\n### Contributing\n...\n```\n\n## LICENSE\n\nThis package is made available under an MIT-style license. See LICENSE.txt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvnsweeting%2Fgosearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhvnsweeting%2Fgosearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhvnsweeting%2Fgosearch/lists"}