1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Use go-ap instead of go-fed

This commit is contained in:
Anthony Wang
2022-05-23 11:43:59 -05:00
parent 501a39fb98
commit becdf5e1f1
8 changed files with 38 additions and 173 deletions

View File

@@ -16,9 +16,7 @@ import (
"code.gitea.io/gitea/modules/activitypub"
"code.gitea.io/gitea/modules/setting"
"github.com/go-fed/activity/pub"
"github.com/go-fed/activity/streams"
"github.com/go-fed/activity/streams/vocab"
"github.com/go-ap/activitypub"
"github.com/stretchr/testify/assert"
)