Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

*: fmt, gomod2nix

Lewis: May this revision serve well! <lewis@tangled.org>

Lewis (Jun 29, 2026, 9:20 PM +0300) a077dbf3 12128183

+4 -1
+1 -1
appview/pulls/pulls.go
··· 24 24 "tangled.org/core/patchutil" 25 25 "tangled.org/core/types" 26 26 27 - "github.com/hashicorp/golang-lru/v2/expirable" 28 27 indigoxrpc "github.com/bluesky-social/indigo/xrpc" 28 + "github.com/hashicorp/golang-lru/v2/expirable" 29 29 ) 30 30 31 31 const ApplicationGzip = "application/gzip"
+3
nix/gomod2nix.toml
··· 749 749 [mod."github.com/ryanuber/go-glob"] 750 750 version = "v1.0.0" 751 751 hash = "sha256-YkMl1utwUhi3E0sHK23ISpAsPyj4+KeXyXKoFYGXGVY=" 752 + [mod."github.com/samber/lo"] 753 + version = "v1.38.1" 754 + hash = "sha256-P0awJtu/YJIG+jrSrttBCIIf+JTn4y1VZvgJAR9nncY=" 752 755 [mod."github.com/sergi/go-diff"] 753 756 version = "v1.1.0" 754 757 hash = "sha256-8NJMabldpf40uwQN20T6QXx5KORDibCBJL02KD661xY="