{"id":18565037,"url":"https://github.com/greenbone/opensight-golang-libraries","last_synced_at":"2026-04-17T13:04:12.683Z","repository":{"id":210689153,"uuid":"722479614","full_name":"greenbone/opensight-golang-libraries","owner":"greenbone","description":"A collection of reusable Golang code to provide functionality to OpenSight backend services","archived":false,"fork":false,"pushed_at":"2026-02-10T13:02:01.000Z","size":1257,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-02-10T17:20:31.299Z","etag":null,"topics":["backend","extended","go","opensight"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greenbone.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-23T08:39:04.000Z","updated_at":"2026-02-10T12:33:53.000Z","dependencies_parsed_at":"2026-01-03T11:06:31.662Z","dependency_job_id":null,"html_url":"https://github.com/greenbone/opensight-golang-libraries","commit_stats":null,"previous_names":["greenbone/opensight-golang-libraries"],"tags_count":82,"template":false,"template_full_name":null,"purl":"pkg:github/greenbone/opensight-golang-libraries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fopensight-golang-libraries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fopensight-golang-libraries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fopensight-golang-libraries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fopensight-golang-libraries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greenbone","download_url":"https://codeload.github.com/greenbone/opensight-golang-libraries/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greenbone%2Fopensight-golang-libraries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29514584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T17:46:34.542Z","status":"ssl_error","status_checked_at":"2026-02-16T17:46:30.907Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["backend","extended","go","opensight"],"created_at":"2024-11-06T22:17:26.804Z","updated_at":"2026-02-16T18:01:25.362Z","avatar_url":"https://github.com/greenbone.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Greenbone Logo](https://www.greenbone.net/wp-content/uploads/gb_new-logo_horizontal_rgb_small.png)\n\n# OpenSight GoLang libraries\n\n[![codecov](https://codecov.io/gh/greenbone/opensight-golang-libraries/graph/badge.svg?token=n6yUi6Cnmx)](https://codecov.io/gh/greenbone/opensight-golang-libraries)\n[![GitHub releases](https://img.shields.io/github/release/greenbone/opensight-golang-libraries.svg)](https://github.com/greenbone/opensight-golang-libraries/releases)\n\n## About\n\nThe code maintained in this repository is used by the Greenbone OpenSight Backend Components written in GoLang.\n\nThe following functionalities are provided:\n* [configReader](pkg/configReader/README.md) - reads the configuration based on environment variables with predefined defaults\n* [dbcrypt](pkg/dbcrypt/README.md) - provides encryption / decryption for fields of entities persisted with GORM\n* [errorResponses](pkg/errorResponses/README.md) - rest api models for errors\n* [jobQueue](pkg/jobQueue/README.md) - a simple job queue\n* [notifications](pkg/notifications/README.md) - a client to send notifications to the openSight Notification Service \n* [openSearch](pkg/openSearch/README.md) - a client and extension functions to query openSearch - suited for the [query](pkg/query/README.md) package\n* [postgres](pkg/postgres/README.md) - provides utilities for building conditional queries for PostgreSQL databases\n* [query](pkg/query/README.md) - provides basic selector and response objects for requests, including filter, paging and sorting\n* [retryableRequest](pkg/retryableRequest/README.md) - provides function to execute a http request with retries on failures\n* [secretfiles](pkg/secretfiles/README.md) - helps with accessing secrets stored in files\n* [slices](pkg/slices/README.md) - utility functions for slices\n* [testFolder](pkg/testFolder/README.md) - access to test data from the file system\n* [logs](pkg/logs/README.md) - context-aware structured logging utilities based on zerolog.\n\n## Maintainer\n\nThis project is maintained by [Greenbone AG][Greenbone AG]\n\n## Contributing\n\nYour contributions are highly appreciated. Please\n[create a pull request](https://github.com/greenbone/opensight-golang-libraries/pulls)\non GitHub. Bigger changes need to be discussed with the development team via the\n[issues section at GitHub](https://github.com/greenbone/opensight-golang-libraries/issues)\nfirst.\n\n## License\n\nCopyright (C) 2022-2023 [Greenbone AG][Greenbone AG]\n\nLicensed under the [GNU General Public License v3.0 or later](LICENSE).\n\n[Greenbone AG]: https://www.greenbone.net/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenbone%2Fopensight-golang-libraries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreenbone%2Fopensight-golang-libraries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreenbone%2Fopensight-golang-libraries/lists"}