ActivityPub: https://github.com/go-ap/fedbox
activitypub
Score: 8.552753366814787
Last synced: about 15 hours ago
JSON representation
Repository metadata:
Reference implementation of an ActivityPub service using go-ap packages (mirror repository)
- Host: GitHub
- URL: https://github.com/go-ap/fedbox
- Owner: go-ap
- License: mit
- Created: 2019-05-03T20:07:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-25T14:39:14.000Z (10 days ago)
- Last Synced: 2026-02-01T23:33:55.391Z (2 days ago)
- Topics: activitypub
- Language: Go
- Homepage: https://federated.id
- Size: 2.81 MB
- Stars: 157
- Watchers: 8
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Golang ActitvityPub
- Login: go-ap
- Email: ~mariusor/activitypub-go@lists.sr.ht
- Kind: organization
- Description: Libraries for using ActivityPub in the Go language.
- Website: https://sr.ht/~mariusor/go-activitypub
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/46443272?v=4
- Repositories: 16
- Last Synced at: 2023-03-02T01:45:24.016Z
- Profile URL: https://github.com/go-ap
GitHub Events
Total
- Issue comment event: 1
- Issues event: 1
- Push event: 126
- Watch event: 20
- Total: 148
Last Year
- Issue comment event: 1
- Issues event: 1
- Push event: 80
- Watch event: 14
- Total: 96
Committers metadata
Last synced: about 21 hours ago
Total Commits: 2,243
Total Committers: 3
Avg Commits per committer: 747.667
Development Distribution Score (DDS): 0.162
Commits in past year: 252
Committers in past year: 1
Avg Commits per committer in past year: 252.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Marius Orcsik | m****s@h****o | 1879 |
| Marius Orcsik | m****k@r****e | 363 |
| endoffile78 | e****8@y****m | 1 |
Issue and Pull Request metadata
Last synced: 5 months ago
Total issues: 7
Total pull requests: 6
Average time to close issues: 16 days
Average time to close pull requests: 7 months
Total issue authors: 6
Total pull request authors: 5
Average comments per issue: 1.43
Average comments per pull request: 2.0
Merged pull request: 3
Bot issues: 0
Bot pull requests: 1
Past year issues: 1
Past year pull requests: 0
Past year average time to close issues: 2 days
Past year average time to close pull requests: N/A
Past year issue authors: 1
Past year pull request authors: 0
Past year average comments per issue: 1.0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- bekriebel (2)
- jhert0 (1)
- orblivion (1)
- squash (1)
- andypiper (1)
- vrthra (1)
Top Pull Request Authors
- mariusor (2)
- jhert0 (1)
- berkes (1)
- squash (1)
- dependabot[bot] (1)
Top Issue Labels
Top Pull Request Labels
- dependencies (1)
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 5
- Total dependent repositories: 6
- Total versions: 36
proxy.golang.org: github.com/go-ap/fedbox
- Homepage: https://github.com/go-ap/fedbox
- Documentation: https://pkg.go.dev/github.com/go-ap/fedbox#section-documentation
- Licenses: MIT
- Latest release: v0.0.0-20231225093727-bd56f544defa (published about 2 years ago)
- Last Synced: 2026-02-02T19:39:06.372Z (1 day ago)
- Versions: 36
- Dependent Packages: 5
- Dependent Repositories: 6
-
Rankings:
- Dependent repos count: 2.128%
- Dependent packages count: 2.54%
- Average: 4.125%
- Stargazers count: 4.864%
- Forks count: 6.966%
Dependencies
- git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078
- git.sr.ht/~mariusor/wrapper v0.0.0-20211204195804-3033a1099e0f
- github.com/cespare/xxhash v1.1.0
- github.com/cespare/xxhash/v2 v2.1.2
- github.com/cpuguy83/go-md2man/v2 v2.0.1
- github.com/dgraph-io/badger/v3 v3.2103.2
- github.com/dgraph-io/ristretto v0.1.0
- github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
- github.com/dustin/go-humanize v1.0.0
- github.com/fsnotify/fsnotify v1.5.4
- github.com/go-ap/activitypub v0.0.0-20220706134811-0c84d76ce535
- github.com/go-ap/auth v0.0.0-20220803170606-e386dddbe395
- github.com/go-ap/client v0.0.0-20220706141149-15223abba03f
- github.com/go-ap/errors v0.0.0-20220618122732-319f41ac54e1
- github.com/go-ap/httpsig v0.0.0-20210714162115-62a09257db51
- github.com/go-ap/jsonld v0.0.0-20220615144122-1d862b15410d
- github.com/go-ap/processing v0.0.0-20220731141240-152d866df8c7
- github.com/go-chi/chi v4.1.2+incompatible
- github.com/go-chi/chi/v5 v5.0.4
- github.com/gogo/protobuf v1.3.2
- github.com/golang/glog v1.0.0
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
- github.com/golang/protobuf v1.5.2
- github.com/golang/snappy v0.0.4
- github.com/google/flatbuffers v2.0.5+incompatible
- github.com/google/uuid v1.3.0
- github.com/jackc/pgx v3.6.2+incompatible
- github.com/joho/godotenv v1.4.0
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
- github.com/klauspost/compress v1.14.2
- github.com/mariusor/qstring v0.0.0-20200204164351-5a99d46de39d
- github.com/mattn/go-isatty v0.0.14
- github.com/mattn/go-sqlite3 v1.14.14
- github.com/openshift/osin v1.0.1
- github.com/pborman/uuid v1.2.1
- github.com/pkg/errors v0.9.1
- github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/sirupsen/logrus v1.9.0
- github.com/unrolled/render v1.5.0
- github.com/urfave/cli/v2 v2.3.0
- github.com/valyala/fastjson v1.6.3
- go.etcd.io/bbolt v1.3.6
- go.opencensus.io v0.22.5
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b
- golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
- golang.org/x/sys v0.0.0-20220731174439-a90be440212d
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
- golang.org/x/text v0.3.7
- golang.org/x/tools v0.1.12
- google.golang.org/appengine v1.6.7
- google.golang.org/protobuf v1.27.1
- lukechampine.com/uint128 v1.2.0
- modernc.org/cc/v3 v3.36.1
- modernc.org/ccgo/v3 v3.16.8
- modernc.org/libc v1.16.19
- modernc.org/mathutil v1.4.1
- modernc.org/memory v1.1.1
- modernc.org/opt v0.1.3
- modernc.org/sqlite v1.18.0
- modernc.org/strutil v1.1.2
- modernc.org/token v1.0.0
- 477 dependencies
- al.essio.dev/pkg/shellescape v1.6.0
- cloud.google.com/go/compute/metadata v0.9.0
- dario.cat/mergo v1.0.2
- git.sr.ht/~mariusor/cache v0.0.0-20250616110250-18a60a6f9473
- git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078
- git.sr.ht/~mariusor/lw v0.0.0-20250325163623-1639f3fb0e0d
- git.sr.ht/~mariusor/mask v0.0.0-20250114195353-98705a6977b7
- git.sr.ht/~mariusor/ssm v0.0.0-20250920150353-cc21fa885fda
- git.sr.ht/~mariusor/storage-all v0.0.0-20260108121959-8c5f0d6f9ef9
- github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
- github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
- github.com/Azure/go-autorest v14.2.0+incompatible
- github.com/Azure/go-autorest/autorest v0.11.30
- github.com/Azure/go-autorest/autorest/adal v0.9.24
- github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
- github.com/Azure/go-autorest/autorest/azure/cli v0.4.7
- github.com/Azure/go-autorest/autorest/date v0.3.1
- github.com/Azure/go-autorest/logger v0.2.2
- github.com/Azure/go-autorest/tracing v0.6.1
- github.com/BurntSushi/toml v1.6.0
- github.com/Microsoft/go-winio v0.6.2
- github.com/RoaringBitmap/roaring v1.9.4
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
- github.com/aws/aws-sdk-go-v2 v1.41.1
- github.com/aws/aws-sdk-go-v2/config v1.32.7
- github.com/aws/aws-sdk-go-v2/credentials v1.19.7
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.17
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.17
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.17
- github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4
- github.com/aws/aws-sdk-go-v2/service/ecr v1.55.1
- github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.9
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.17
- github.com/aws/aws-sdk-go-v2/service/signin v1.0.5
- github.com/aws/aws-sdk-go-v2/service/sso v1.30.9
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.13
- github.com/aws/aws-sdk-go-v2/service/sts v1.41.6
- github.com/aws/smithy-go v1.24.0
- github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.11.0
- github.com/aymanbagabas/go-osc52/v2 v2.0.1
- github.com/bits-and-blooms/bitset v1.24.4
- github.com/blang/semver v3.5.1+incompatible
- github.com/cenkalti/backoff/v4 v4.3.0
- github.com/cenkalti/backoff/v5 v5.0.3
- github.com/cespare/xxhash/v2 v2.3.0
- github.com/charmbracelet/colorprofile v0.4.1
- github.com/charmbracelet/lipgloss v1.1.0
- github.com/charmbracelet/x/ansi v0.11.3
- github.com/charmbracelet/x/cellbuf v0.0.14
- github.com/charmbracelet/x/term v0.2.2
- github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589
- github.com/clipperhouse/displaywidth v0.6.2
- github.com/clipperhouse/stringish v0.1.1
- github.com/clipperhouse/uax29/v2 v2.3.0
- github.com/containerd/errdefs v1.0.0
- github.com/containerd/errdefs/pkg v0.3.0
- github.com/containerd/log v0.1.0
- github.com/containerd/platforms v1.0.0-rc.2
- github.com/containerd/stargz-snapshotter/estargz v0.18.1
- github.com/coreos/go-oidc/v3 v3.17.0
- github.com/cpuguy83/dockercfg v0.3.2
- github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
- github.com/dgraph-io/badger/v4 v4.9.0
- github.com/dgraph-io/ristretto/v2 v2.3.0
- github.com/digitorus/pkcs7 v0.0.0-20250730155240-ffadbf3f398c
- github.com/digitorus/timestamp v0.0.0-20250524132541-c45532741eea
- github.com/dimchansky/utfbom v1.1.1
- github.com/distribution/reference v0.6.0
- github.com/docker/cli v29.1.4+incompatible
- github.com/docker/distribution v2.8.3+incompatible
- github.com/docker/docker v28.5.2+incompatible
- github.com/docker/docker-credential-helpers v0.9.5
- github.com/docker/go-connections v0.6.0
- github.com/docker/go-units v0.5.0
- github.com/dprotaso/go-yit v0.0.0-20250513223454-5ece0c5aa76c
- github.com/dustin/go-humanize v1.0.1
- github.com/ebitengine/purego v0.9.1
- github.com/evanphx/json-patch/v5 v5.9.11
- github.com/felixge/httpsnoop v1.0.4
- github.com/fsnotify/fsnotify v1.9.0
- github.com/go-ap/activitypub v0.0.0-20260102112410-54375d828154
- github.com/go-ap/auth v0.0.0-20260109092107-38c0f9cf6659
- github.com/go-ap/cache v0.0.0-20260102112930-bfa197b487fb
- github.com/go-ap/client v0.0.0-20260102113429-e43de2d4ea43
- github.com/go-ap/errors v0.0.0-20251229095444-2702aa2d8569
- github.com/go-ap/fedbox v0.0.0-20260111095514-57b130fc5ef0
- github.com/go-ap/filters v0.0.0-20260102113139-8ad00475b09e
- github.com/go-ap/jsonld v0.0.0-20251216162253-e38fa664ea77
- github.com/go-ap/processing v0.0.0-20260107160342-39d0c0ea7a97
- github.com/go-ap/storage-badger v0.0.0-20260102114145-aa5bc644359e
- github.com/go-ap/storage-boltdb v0.0.0-20260111150500-4f99d1adaa8b
- github.com/go-ap/storage-fs v0.0.0-20260107121028-2811b990146e
- github.com/go-ap/storage-sqlite v0.0.0-20260108113015-44b4272b36f5
- github.com/go-chi/chi/v5 v5.2.3
- github.com/go-fed/httpsig v1.1.0
- github.com/go-jose/go-jose/v4 v4.1.3
- github.com/go-logr/logr v1.4.3
- github.com/go-logr/stdr v1.2.2
- github.com/go-ole/go-ole v1.3.0
- github.com/go-openapi/analysis v0.24.2
- github.com/go-openapi/errors v0.22.6
- github.com/go-openapi/jsonpointer v0.22.4
- github.com/go-openapi/jsonreference v0.21.4
- github.com/go-openapi/loads v0.23.2
- github.com/go-openapi/runtime v0.29.2
- github.com/go-openapi/spec v0.22.3
- github.com/go-openapi/strfmt v0.25.0
- github.com/go-openapi/swag v0.25.4
- github.com/go-openapi/swag/cmdutils v0.25.4
- github.com/go-openapi/swag/conv v0.25.4
- github.com/go-openapi/swag/fileutils v0.25.4
- github.com/go-openapi/swag/jsonname v0.25.4
- github.com/go-openapi/swag/jsonutils v0.25.4
- github.com/go-openapi/swag/loading v0.25.4
- github.com/go-openapi/swag/mangling v0.25.4
- github.com/go-openapi/swag/netutils v0.25.4
- github.com/go-openapi/swag/stringutils v0.25.4
- github.com/go-openapi/swag/typeutils v0.25.4
- github.com/go-openapi/swag/yamlutils v0.25.4
- github.com/go-openapi/validate v0.25.1
- github.com/go-viper/mapstructure/v2 v2.4.0
- github.com/godbus/dbus/v5 v5.2.1
- github.com/golang-jwt/jwt/v4 v4.5.2
- github.com/google/certificate-transparency-go v1.3.2
- github.com/google/flatbuffers v25.12.19+incompatible
- github.com/google/go-cmp v0.7.0
- github.com/google/go-containerregistry v0.20.7
- github.com/google/ko v0.18.1
- github.com/google/uuid v1.6.0
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.4
- github.com/hashicorp/go-cleanhttp v0.5.2
- github.com/hashicorp/go-retryablehttp v0.7.8
- github.com/in-toto/attestation v1.1.2
- github.com/in-toto/in-toto-golang v0.9.0
- github.com/inconshreveable/mousetrap v1.1.0
- github.com/jdkato/prose v1.2.1
- github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
- github.com/joho/godotenv v1.5.1
- github.com/klauspost/compress v1.18.2
- github.com/lucasb-eyer/go-colorful v1.3.0
- github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3
- github.com/magiconair/properties v1.8.10
- github.com/mariusor/qstring v0.0.0-20200204164351-5a99d46de39d
- github.com/mattn/go-colorable v0.1.14
- github.com/mattn/go-isatty v0.0.20
- github.com/mattn/go-runewidth v0.0.19
- github.com/mattn/go-sqlite3 v1.14.33
- github.com/mfridman/tparse v0.18.0
- github.com/mitchellh/go-homedir v1.1.0
- github.com/moby/docker-image-spec v1.3.1
- github.com/moby/go-archive v0.2.0
- github.com/moby/patternmatcher v0.6.0
- github.com/moby/sys/sequential v0.6.0
- github.com/moby/sys/user v0.4.0
- github.com/moby/sys/userns v0.1.0
- github.com/moby/term v0.5.2
- github.com/morikuni/aec v1.1.0
- github.com/mschoch/smat v0.2.0
- github.com/muesli/termenv v0.16.0
- github.com/ncruces/go-strftime v1.0.0
- github.com/oklog/ulid v1.3.1
- github.com/onsi/gomega v1.38.3
- github.com/opencontainers/go-digest v1.0.0
- github.com/opencontainers/image-spec v1.1.1
- github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f
- github.com/pborman/uuid v1.2.1
- github.com/pelletier/go-toml v1.9.5
- github.com/pelletier/go-toml/v2 v2.2.4
- github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
- github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
- github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
- github.com/rivo/uniseg v0.4.7
- github.com/rs/xid v1.6.0
- github.com/rs/zerolog v1.34.0
- github.com/sagikazarmark/locafero v0.12.0
- github.com/sassoftware/relic v7.2.1+incompatible
- github.com/secure-systems-lab/go-securesystemslib v0.10.0
- github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
- github.com/shibumi/go-pathspec v1.3.0
- github.com/shirou/gopsutil/v4 v4.25.12
- github.com/sigstore/cosign/v2 v2.6.2
- github.com/sigstore/protobuf-specs v0.5.0
- github.com/sigstore/rekor v1.4.3
- github.com/sigstore/rekor-tiles/v2 v2.0.1
- github.com/sigstore/sigstore v1.10.3
- github.com/sigstore/sigstore-go v1.1.4
- github.com/sigstore/timestamp-authority/v2 v2.0.4
- github.com/sirupsen/logrus v1.9.3
- github.com/spaolacci/murmur3 v1.1.0
- github.com/spf13/afero v1.15.0
- github.com/spf13/cast v1.10.0
- github.com/spf13/cobra v1.10.2
- github.com/spf13/pflag v1.0.10
- github.com/spf13/viper v1.21.0
- github.com/stretchr/testify v1.11.1
- github.com/subosito/gotenv v1.6.0
- github.com/testcontainers/testcontainers-go v0.40.0
- github.com/theupdateframework/go-tuf v0.7.0
- github.com/theupdateframework/go-tuf/v2 v2.3.0
- github.com/tklauser/go-sysconf v0.3.16
- github.com/tklauser/numcpus v0.11.0
- github.com/transparency-dev/formats v0.0.0-20251222174814-0e991b4666d9
- github.com/transparency-dev/merkle v0.0.2
- github.com/valyala/fastjson v1.6.7
- github.com/vbatts/tar-split v0.12.2
- github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
- github.com/yusufpapurcu/wmi v1.2.4
- go.etcd.io/bbolt v1.4.3
- go.mongodb.org/mongo-driver v1.17.6
- go.opentelemetry.io/auto/sdk v1.2.1
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0
- go.opentelemetry.io/otel v1.39.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0
- go.opentelemetry.io/otel/metric v1.39.0
- go.opentelemetry.io/otel/trace v1.39.0
- go.uber.org/automaxprocs v1.6.0
- go.yaml.in/yaml/v2 v2.4.3
- go.yaml.in/yaml/v3 v3.0.4
- golang.org/x/crypto v0.46.0
- golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93
- golang.org/x/mod v0.32.0
- golang.org/x/net v0.48.0
- golang.org/x/oauth2 v0.34.0
- golang.org/x/sync v0.19.0
- golang.org/x/sys v0.40.0
- golang.org/x/term v0.39.0
- golang.org/x/text v0.33.0
- golang.org/x/tools v0.40.0
- google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b
- google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b
- google.golang.org/grpc v1.78.0
- google.golang.org/protobuf v1.36.11
- gopkg.in/neurosnap/sentences.v1 v1.0.7
- gopkg.in/yaml.v3 v3.0.1
- k8s.io/apimachinery v0.35.0
- k8s.io/klog/v2 v2.130.1
- k8s.io/utils v0.0.0-20260108192941-914a6e750570
- modernc.org/libc v1.67.4
- modernc.org/mathutil v1.7.1
- modernc.org/memory v1.11.0
- modernc.org/sqlite v1.43.0
- sigs.k8s.io/kind v0.31.0
- sigs.k8s.io/yaml v1.6.0