2022-01-01 06:04:50 +00:00
|
|
|
module go.jolheiser.com/cabinet
|
|
|
|
|
2022-01-02 05:48:20 +00:00
|
|
|
go 1.18
|
2022-01-01 06:04:50 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/AlecAivazis/survey/v2 v2.3.2
|
|
|
|
github.com/bwmarrin/snowflake v0.3.0
|
|
|
|
github.com/go-chi/chi/v5 v5.0.7
|
2022-01-02 05:48:20 +00:00
|
|
|
github.com/matryer/is v1.4.0
|
2022-01-01 06:04:50 +00:00
|
|
|
github.com/peterbourgon/ff/v3 v3.1.2
|
|
|
|
github.com/rs/zerolog v1.26.1
|
|
|
|
go.etcd.io/bbolt v1.3.6
|
|
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.8 // indirect
|
|
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
|
|
github.com/pelletier/go-toml v1.6.0 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
|
|
|
|
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
|
|
|
|
golang.org/x/text v0.3.6 // indirect
|
|
|
|
)
|