From a077dbf3c4a4c2f2843da9109c80c2ef55182893 Mon Sep 17 00:00:00 2001 From: Lewis Date: Mon, 29 Jun 2026 21:12:35 +0300 Subject: [PATCH] *: fmt, gomod2nix Lewis: May this revision serve well! --- appview/pulls/pulls.go | 2 +- nix/gomod2nix.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/appview/pulls/pulls.go b/appview/pulls/pulls.go index beb3cadb..1adcb13e 100644 --- a/appview/pulls/pulls.go +++ b/appview/pulls/pulls.go @@ -24,8 +24,8 @@ import ( "tangled.org/core/patchutil" "tangled.org/core/types" - "github.com/hashicorp/golang-lru/v2/expirable" indigoxrpc "github.com/bluesky-social/indigo/xrpc" + "github.com/hashicorp/golang-lru/v2/expirable" ) const ApplicationGzip = "application/gzip" diff --git a/nix/gomod2nix.toml b/nix/gomod2nix.toml index 927f66fc..d747b17a 100644 --- a/nix/gomod2nix.toml +++ b/nix/gomod2nix.toml @@ -749,6 +749,9 @@ schema = 3 [mod."github.com/ryanuber/go-glob"] version = "v1.0.0" hash = "sha256-YkMl1utwUhi3E0sHK23ISpAsPyj4+KeXyXKoFYGXGVY=" + [mod."github.com/samber/lo"] + version = "v1.38.1" + hash = "sha256-P0awJtu/YJIG+jrSrttBCIIf+JTn4y1VZvgJAR9nncY=" [mod."github.com/sergi/go-diff"] version = "v1.1.0" hash = "sha256-8NJMabldpf40uwQN20T6QXx5KORDibCBJL02KD661xY=" -- 2.51.2