31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module git.lastassault.de/speatzle/morffix
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/golang-migrate/migrate/v4 v4.17.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jackc/pgx/v5 v5.5.5
|
|
github.com/mackerelio/go-osstat v0.2.4
|
|
nhooyr.io/websocket v1.8.11
|
|
)
|
|
|
|
require (
|
|
github.com/go-echarts/go-echarts/v2 v2.4.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/samber/lo v1.38.1 // indirect
|
|
github.com/samber/slog-multi v1.0.2 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/crypto v0.23.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
gopkg.in/vansante/go-ffprobe.v2 v2.2.0 // indirect
|
|
)
|