40 lines
1.4 KiB
Modula-2
40 lines
1.4 KiB
Modula-2
module dynatron.me/x/stillbox
|
|
|
|
go 1.21.12
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
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/jackc/pgx/v5 v5.6.0
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/spf13/cobra v1.8.1
|
|
golang.org/x/crypto v0.21.0
|
|
golang.org/x/term v0.18.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/ajg/form v1.5.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // 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.19 // 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
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|