66 lines
2.6 KiB
Modula-2
66 lines
2.6 KiB
Modula-2
module dynatron.me/x/stillbox
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
dynatron.me/x/go-minimp3 v0.0.0-20240805171536-7ea857e216d6
|
|
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
|
github.com/go-audio/wav v1.1.0
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/go-chi/httprate v0.9.0
|
|
github.com/go-chi/jwtauth/v5 v5.3.1
|
|
github.com/go-chi/render v1.0.3
|
|
github.com/go-viper/mapstructure/v2 v2.2.1
|
|
github.com/golang-migrate/migrate/v4 v4.17.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/hajimehoshi/oto v1.0.1
|
|
github.com/jackc/pgx/v5 v5.6.0
|
|
github.com/nikoksr/notify v1.0.1
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/tcolgate/mp3 v0.0.0-20170426193717-e79c5a46d300
|
|
golang.org/x/crypto v0.28.0
|
|
golang.org/x/sync v0.8.0
|
|
golang.org/x/term v0.25.0
|
|
google.golang.org/protobuf v1.35.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/ajg/form v1.5.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
|
github.com/go-audio/audio v1.0.0 // indirect
|
|
github.com/go-audio/riff v1.0.0 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
|
|
github.com/lestrrat-go/httpcc v1.0.1 // indirect
|
|
github.com/lestrrat-go/httprc v1.0.4 // indirect
|
|
github.com/lestrrat-go/iter v1.0.2 // indirect
|
|
github.com/lestrrat-go/jwx/v2 v2.0.20 // indirect
|
|
github.com/lestrrat-go/option v1.0.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/segmentio/asm v1.2.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
golang.org/x/exp/shiny v0.0.0-20240719175910-8a7402abbf56 // indirect
|
|
golang.org/x/image v0.14.0 // indirect
|
|
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
)
|