From c4513aa94bd20df50dfb9126957f172f5ac45d3d Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Sat, 14 Sep 2024 18:12:44 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Mod=20tidy=20after=20fmt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Taskfile.yml | 1 + go.mod | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 4a5c4ce..86e777a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -13,6 +13,7 @@ tasks: - '**/*.go' cmds: - go fmt ./... + - go mod tidy vet: desc: Vet go code diff --git a/go.mod b/go.mod index 418bc6a..2b3ca76 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,10 @@ require ( github.com/go-ap/activitypub v0.0.0-20240910141749-b4b8c8aa484c github.com/go-ap/client v0.0.0-20240910141951-13a4f3c4fd53 github.com/go-ap/fedbox v0.0.0-20240910163620-7bcedb2eb399 + github.com/go-ap/filters v0.0.0-20240910141936-c8f68cdf2bc9 github.com/go-ap/processing v0.0.0-20240910151355-8284a5ce9c22 github.com/go-ap/storage-sqlite v0.0.0-20240910151457-20fa80d963aa + github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f github.com/stretchr/testify v1.9.0 ) @@ -20,7 +22,6 @@ require ( github.com/dustin/go-humanize v1.0.1 // indirect github.com/go-ap/cache v0.0.0-20240910141827-94f8ac1a9133 // indirect github.com/go-ap/errors v0.0.0-20240910140019-1e9d33cc1568 // indirect - github.com/go-ap/filters v0.0.0-20240910141936-c8f68cdf2bc9 // indirect github.com/go-ap/jsonld v0.0.0-20221030091449-f2a191312c73 // indirect github.com/go-chi/chi/v5 v5.1.0 // indirect github.com/go-fed/httpsig v1.1.0 // indirect @@ -31,7 +32,6 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-sqlite3 v1.14.23 // indirect github.com/ncruces/go-strftime v0.1.9 // indirect - github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f // indirect github.com/pborman/uuid v1.2.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect