{"id":37144740,"url":"https://github.com/carvel-dev/difflib","last_synced_at":"2026-01-14T16:59:22.559Z","repository":{"id":57506433,"uuid":"232616273","full_name":"carvel-dev/difflib","owner":"carvel-dev","description":"Used by get-kapp.io","archived":false,"fork":true,"pushed_at":"2024-01-18T05:50:34.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-07T10:22:07.857Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"aryann/difflib","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carvel-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-08T17:12:53.000Z","updated_at":"2024-04-12T11:08:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/carvel-dev/difflib","commit_stats":null,"previous_names":["vmware-tanzu/difflib","k14s/difflib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/carvel-dev/difflib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvel-dev%2Fdifflib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvel-dev%2Fdifflib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvel-dev%2Fdifflib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvel-dev%2Fdifflib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carvel-dev","download_url":"https://codeload.github.com/carvel-dev/difflib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvel-dev%2Fdifflib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28427175,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T16:38:47.836Z","status":"ssl_error","status_checked_at":"2026-01-14T16:34:59.695Z","response_time":107,"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":[],"created_at":"2026-01-14T16:59:21.897Z","updated_at":"2026-01-14T16:59:22.554Z","avatar_url":"https://github.com/carvel-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/aryann/difflib?status.svg)](http://godoc.org/github.com/aryann/difflib)\n\ndifflib\n=======\n\ndifflib is a simple library written in [Go](http://golang.org/) for\ndiffing two sequences of text.\n\n\nInstalling\n----------\n\nTo install, issue:\n\n    go get github.com/aryann/difflib\n\n\nUsing\n-----\n\nTo start using difflib, create a new file in your workspace and import\ndifflib:\n\n    import (\n            ...\n            \"fmt\"\n            \"github.com/aryann/difflib\"\n            ...\n    )\n\nThen call either `difflib.Diff` or `difflib.HTMLDiff`:\n\n    fmt.Println(difflib.HTMLDiff([]string{\"one\", \"two\", \"three\"}, []string{\"two\", \"four\", \"three\"}))\n\nIf you'd like more control over the output, see how the function\n`HTMLDiff` relies on `Diff` in difflib.go.\n\n\nRunning the Demo\n----------------\n\nThere is a demo application in the difflib_demo directory. To run it,\nnavigate to your `$GOPATH` and run:\n\n    go run src/github.com/aryann/difflib/difflib_server/difflib_demo.go \u003cfile-1\u003e \u003cfile-2\u003e\n\nWhere `\u003cfile-1\u003e` and `\u003cfile-2\u003e` are two text files you'd like to\ndiff. The demo will launch a web server that will contain a table of\nthe diff results.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarvel-dev%2Fdifflib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarvel-dev%2Fdifflib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarvel-dev%2Fdifflib/lists"}