🛠 Mod tidy after fmt
This commit is contained in:
parent
d6546e5ff9
commit
c4513aa94b
2 changed files with 3 additions and 2 deletions
|
|
@ -13,6 +13,7 @@ tasks:
|
|||
- '**/*.go'
|
||||
cmds:
|
||||
- go fmt ./...
|
||||
- go mod tidy
|
||||
|
||||
vet:
|
||||
desc: Vet go code
|
||||
|
|
|
|||
4
go.mod
4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue