27 lines
833 B
Modula-2
27 lines
833 B
Modula-2
module git.t-juice.club/torjus/gpaste
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.7
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/google/go-cmp v0.5.7
|
|
github.com/google/uuid v1.3.0
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
|
github.com/pelletier/go-toml v1.9.4
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
go.etcd.io/bbolt v1.3.6
|
|
go.uber.org/zap v1.20.0
|
|
golang.org/x/crypto v0.0.0-20220126234351-aa10faf2a1f8
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|