Git backed by object storage because you can't stop me
git object-storage kefka
10

Configure Feed

Select the types of activity you want to include in your feed.

chore: go mod tidy after adding auth package

Xe Iaso (May 28, 2026, 10:57 PM EDT) 1bfac32c 9c4bbba4

+1 -3
+1 -3
go.mod
··· 12 12 github.com/joho/godotenv v1.5.1 13 13 github.com/tigrisdata/storage-go v0.6.0 14 14 go.uber.org/atomic v1.11.0 15 + golang.org/x/crypto v0.51.0 15 16 golang.org/x/sync v0.20.0 16 17 mvdan.cc/sh/v3 v3.13.1 17 18 tangled.org/xeiaso.net/kefka v0.0.6-0.20260528192045-e0a84e40ceb8 ··· 20 21 require ( 21 22 github.com/Microsoft/go-winio v0.6.2 // indirect 22 23 github.com/ProtonMail/go-crypto v1.4.1 // indirect 23 - github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect 24 24 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.10 // indirect 25 25 github.com/aws/aws-sdk-go-v2/config v1.32.17 // indirect 26 26 github.com/aws/aws-sdk-go-v2/credentials v1.19.16 // indirect ··· 41 41 github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect 42 42 github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect 43 43 github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect 44 - github.com/gliderlabs/ssh v0.3.8 // indirect 45 44 github.com/go-git/gcfg/v2 v2.0.2 // indirect 46 45 github.com/kevinburke/ssh_config v1.6.0 // indirect 47 46 github.com/klauspost/cpuid/v2 v2.3.0 // indirect ··· 49 48 github.com/pjbgf/sha1cd v0.6.0 // indirect 50 49 github.com/pmezard/go-difflib v1.0.0 // indirect 51 50 github.com/sergi/go-diff v1.4.0 // indirect 52 - golang.org/x/crypto v0.51.0 // indirect 53 51 golang.org/x/net v0.54.0 // indirect 54 52 golang.org/x/sys v0.44.0 // indirect 55 53 golang.org/x/term v0.43.0 // indirect