https://github.com/webappsgo/caspaste
pastebin self-hosted
Score: -Infinity
Last synced: about 9 hours ago
JSON representation
Repository metadata:
Repo for caspaste
- Host: GitHub
- URL: https://github.com/webappsgo/caspaste
- Owner: webappsgo
- License: other
- Created: 2025-11-08T20:12:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-08-23T15:16:15.000Z (4 days ago)
- Last Synced: 2026-08-23T18:46:27.551Z (4 days ago)
- Topics: pastebin, self-hosted
- Language: Go
- Homepage: http://github.com/casjay-forks/caspaste
- Size: 5.36 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Audit: AUDIT.AI.md
- Security: docs/security.md
- Claude: CLAUDE.md
Owner metadata:
- Name: webappsgo
- Login: webappsgo
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/287466688?v=4
- Repositories: 1
- Last Synced at: 2026-05-24T23:29:32.855Z
- Profile URL: https://github.com/webappsgo
GitHub Events
Total
- Delete event: 9
- Push event: 5
- Release event: 1
- Total: 15
Last Year
- Delete event: 9
- Push event: 5
- Release event: 1
- Total: 15
Committers metadata
Last synced: 1 day ago
Total Commits: 145
Total Committers: 1
Avg Commits per committer: 145.0
Development Distribution Score (DDS): 0.0
Commits in past year: 145
Committers in past year: 1
Avg Commits per committer in past year: 145.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| casjay | g****n@c****o | 145 |
Dependencies
- mkdocs >=1.5.0
- mkdocs-material >=9.5.0
- caspaste test
- github.com/alecthomas/chroma/v2 v2.4.0
- github.com/aymanbagabas/go-osc52/v2 v2.0.1
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.3.0
- github.com/charmbracelet/bubbletea v1.3.10
- github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc
- github.com/charmbracelet/lipgloss v1.1.0
- github.com/charmbracelet/x/ansi v0.10.1
- github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd
- github.com/charmbracelet/x/term v0.2.1
- github.com/dlclark/regexp2 v1.7.0
- github.com/dustin/go-humanize v1.0.1
- github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
- github.com/go-sql-driver/mysql v1.7.1
- github.com/google/uuid v1.3.0
- github.com/jackc/pgpassfile v1.0.0
- github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
- github.com/jackc/pgx/v5 v5.7.2
- github.com/jackc/puddle/v2 v2.2.2
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
- github.com/kr/text v0.2.0
- github.com/lucasb-eyer/go-colorful v1.2.0
- github.com/mattn/go-isatty v0.0.20
- github.com/mattn/go-localereader v0.0.1
- github.com/mattn/go-runewidth v0.0.16
- github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
- github.com/muesli/cancelreader v0.2.2
- github.com/muesli/termenv v0.16.0
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
- github.com/prometheus/client_golang v1.23.2
- github.com/prometheus/client_model v0.6.2
- github.com/prometheus/common v0.66.1
- github.com/prometheus/procfs v0.16.1
- github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
- github.com/rivo/uniseg v0.4.7
- github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
- github.com/yuin/goldmark v1.7.8
- github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
- go.yaml.in/yaml/v2 v2.4.2
- golang.org/x/crypto v0.41.0
- golang.org/x/mod v0.26.0
- golang.org/x/net v0.43.0
- golang.org/x/sync v0.16.0
- golang.org/x/sys v0.40.0
- golang.org/x/term v0.39.0
- golang.org/x/text v0.28.0
- golang.org/x/tools v0.35.0
- google.golang.org/protobuf v1.36.8
- gopkg.in/yaml.v3 v3.0.1
- lukechampine.com/uint128 v1.2.0
- modernc.org/cc/v3 v3.40.0
- modernc.org/ccgo/v3 v3.16.13
- modernc.org/libc v1.29.0
- modernc.org/mathutil v1.6.0
- modernc.org/memory v1.7.2
- modernc.org/opt v0.1.3
- modernc.org/sqlite v1.28.0
- modernc.org/strutil v1.1.3
- modernc.org/token v1.0.1
- github.com/alecthomas/assert/v2 v2.2.0
- github.com/alecthomas/chroma/v2 v2.2.0
- github.com/alecthomas/chroma/v2 v2.4.0
- github.com/alecthomas/repr v0.0.0-20220113201626-b1b626ac65ae
- github.com/alecthomas/repr v0.1.0
- github.com/aymanbagabas/go-osc52/v2 v2.0.1
- github.com/beorn7/perks v1.0.1
- github.com/cespare/xxhash/v2 v2.3.0
- github.com/charmbracelet/bubbletea v1.3.10
- github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc
- github.com/charmbracelet/lipgloss v1.1.0
- github.com/charmbracelet/x/ansi v0.10.1
- github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd
- github.com/charmbracelet/x/term v0.2.1
- github.com/creack/pty v1.1.9
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/dlclark/regexp2 v1.4.0
- github.com/dlclark/regexp2 v1.7.0
- github.com/dustin/go-humanize v1.0.1
- github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
- github.com/go-sql-driver/mysql v1.7.1
- github.com/google/go-cmp v0.7.0
- github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26
- github.com/google/uuid v1.3.0
- github.com/hexops/gotextdiff v1.0.3
- github.com/jackc/pgpassfile v1.0.0
- github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
- github.com/jackc/pgx/v5 v5.7.2
- github.com/jackc/puddle/v2 v2.2.2
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
- github.com/klauspost/compress v1.18.0
- github.com/kr/pretty v0.3.1
- github.com/kr/text v0.2.0
- github.com/kylelemons/godebug v1.1.0
- github.com/lucasb-eyer/go-colorful v1.2.0
- github.com/mattn/go-isatty v0.0.20
- github.com/mattn/go-localereader v0.0.1
- github.com/mattn/go-runewidth v0.0.16
- github.com/mattn/go-sqlite3 v1.14.16
- github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
- github.com/muesli/cancelreader v0.2.2
- github.com/muesli/termenv v0.16.0
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/client_golang v1.23.2
- github.com/prometheus/client_model v0.6.2
- github.com/prometheus/common v0.66.1
- github.com/prometheus/procfs v0.16.1
- github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
- github.com/rivo/uniseg v0.2.0
- github.com/rivo/uniseg v0.4.7
- github.com/rogpeppe/go-internal v1.10.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.3.0
- github.com/stretchr/testify v1.7.0
- github.com/stretchr/testify v1.11.1
- github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e
- github.com/yuin/goldmark v1.4.15
- github.com/yuin/goldmark v1.7.8
- github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
- go.uber.org/goleak v1.3.0
- go.yaml.in/yaml/v2 v2.4.2
- golang.org/x/crypto v0.41.0
- golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561
- golang.org/x/mod v0.26.0
- golang.org/x/net v0.43.0
- golang.org/x/sync v0.16.0
- golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
- golang.org/x/sys v0.6.0
- golang.org/x/sys v0.40.0
- golang.org/x/term v0.39.0
- golang.org/x/text v0.28.0
- golang.org/x/tools v0.35.0
- google.golang.org/protobuf v1.36.8
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1
- lukechampine.com/uint128 v1.2.0
- modernc.org/cc/v3 v3.40.0
- modernc.org/ccgo/v3 v3.16.13
- modernc.org/ccorpus v1.11.6
- modernc.org/httpfs v1.0.6
- modernc.org/libc v1.29.0
- modernc.org/mathutil v1.6.0
- modernc.org/memory v1.7.2
- modernc.org/opt v0.1.3
- modernc.org/sqlite v1.28.0
- modernc.org/strutil v1.1.3
- modernc.org/tcl v1.15.2
- modernc.org/token v1.0.1
- modernc.org/z v1.7.3