2026-03-14 20:34:37 +01:00
|
|
|
module github.com/owncord/server
|
|
|
|
|
|
|
|
|
|
go 1.25.0
|
|
|
|
|
|
2026-03-14 21:17:09 +01:00
|
|
|
require (
|
|
|
|
|
github.com/go-chi/chi/v5 v5.2.5
|
|
|
|
|
github.com/knadh/koanf/parsers/yaml v1.1.0
|
|
|
|
|
github.com/knadh/koanf/providers/env v1.1.0
|
|
|
|
|
github.com/knadh/koanf/providers/file v1.2.1
|
|
|
|
|
github.com/knadh/koanf/providers/structs v1.0.0
|
|
|
|
|
github.com/knadh/koanf/v2 v2.3.3
|
|
|
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
|
|
|
go.yaml.in/yaml/v3 v3.0.3
|
|
|
|
|
golang.org/x/crypto v0.49.0
|
2026-03-14 21:59:58 +01:00
|
|
|
golang.org/x/mod v0.34.0
|
2026-03-14 21:17:09 +01:00
|
|
|
modernc.org/sqlite v1.46.1
|
|
|
|
|
nhooyr.io/websocket v1.8.17
|
|
|
|
|
)
|
|
|
|
|
|
2026-03-14 20:34:37 +01:00
|
|
|
require (
|
2026-03-14 20:52:11 +01:00
|
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
2026-03-14 20:34:37 +01:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
|
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
|
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2026-03-14 20:52:11 +01:00
|
|
|
github.com/gorilla/css v1.0.1 // indirect
|
2026-03-14 20:34:37 +01:00
|
|
|
github.com/knadh/koanf/maps v0.1.2 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
|
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
|
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
|
|
|
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
|
2026-03-14 20:52:11 +01:00
|
|
|
golang.org/x/net v0.51.0 // indirect
|
2026-03-14 20:34:37 +01:00
|
|
|
golang.org/x/sys v0.42.0 // indirect
|
2026-03-15 07:07:59 +01:00
|
|
|
golang.org/x/text v0.35.0 // indirect
|
2026-03-14 20:34:37 +01:00
|
|
|
modernc.org/libc v1.67.6 // indirect
|
|
|
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
|
|
|
modernc.org/memory v1.11.0 // indirect
|
|
|
|
|
)
|