go.mod: add go-fed/{httpsig,activity/pub,activity/streams} dependency (#14186)
go get github.com/go-fed/activity/streams@master
go get github.com/go-fed/activity/pub@master
go get github.com/go-fed/httpsig@master
Signed-off-by:
Loïc Dachary <loic@dachary.org>
... | ... | @@ -40,6 +40,8 @@ require ( |
github.com/go-chi/chi/v5 v5.0.4 | ||
github.com/go-chi/cors v1.2.0 | ||
github.com/go-enry/go-enry/v2 v2.7.1 | ||
github.com/go-fed/activity v1.0.1-0.20210803212804-d866ba75dd0f // indirect | ||
github.com/go-fed/httpsig v1.1.1-0.20201223112313-55836744818e // indirect | ||
github.com/go-git/go-billy/v5 v5.3.1 | ||
github.com/go-git/go-git/v5 v5.4.3-0.20210630082519-b4368b2a2ca4 | ||
github.com/go-ldap/ldap/v3 v3.3.0 | ||
... | ... |
Please register or sign in to comment