Full project rename from kafka to samsa (after Gregor Samsa, who woke one morning from uneasy dreams to find himself transformed). - Module: github.com/metamorphosis-dev/kafka → samsa - Binary: cmd/kafka/ → cmd/samsa/ - CSS: kafka.css → samsa.css - UI: all 'kafka' product names, titles, localStorage keys → samsa - localStorage keys: kafka-theme → samsa-theme, kafka-engines → samsa-engines - OpenSearch: ShortName, LongName, description, URLs updated - AGPL headers: 'kafka' → 'samsa' - Docs, configs, examples updated - Cache key prefix: kafka: → samsa:
19 lines
503 B
Modula-2
19 lines
503 B
Modula-2
module github.com/metamorphosis-dev/samsa
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/PuerkitoBio/goquery v1.9.0
|
|
github.com/redis/go-redis/v9 v9.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
)
|
|
|
|
replace golang.org/x/net => golang.org/x/net v0.38.0
|