2022-01-15 18:07:33 +00:00
|
|
|
module git.t-juice.club/torjus/gpaste
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require github.com/google/uuid v1.3.0
|
2022-01-15 20:53:22 +00:00
|
|
|
|
|
|
|
require github.com/go-chi/chi/v5 v5.0.7
|
2022-01-15 21:01:53 +00:00
|
|
|
|
2022-01-15 21:19:35 +00:00
|
|
|
require (
|
2022-01-19 20:45:53 +00:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
2022-01-18 23:38:25 +00:00
|
|
|
github.com/google/go-cmp v0.5.6
|
2022-01-15 21:19:35 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.4
|
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2022-01-19 20:45:53 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
2022-01-15 21:32:24 +00:00
|
|
|
go.uber.org/zap v1.20.0
|
2022-01-19 20:45:53 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
|
2022-01-15 21:19:35 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-01-15 21:32:24 +00:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
2022-01-19 20:45:53 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
2022-01-15 21:19:35 +00:00
|
|
|
)
|