2022-08-14 16:06:03 +03:00
|
|
|
module kitty
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require (
|
2022-08-25 08:35:59 +03:00
|
|
|
github.com/jamesruan/go-rfc1924 v0.0.0-20170108144916-2767ca7c638f
|
2022-08-18 07:41:17 +03:00
|
|
|
github.com/seancfoley/ipaddress-go v1.2.1
|
2022-08-14 16:06:03 +03:00
|
|
|
github.com/spf13/cobra v1.5.0
|
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
|
2022-08-15 12:10:13 +03:00
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
2022-08-14 16:06:03 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2022-08-18 07:41:17 +03:00
|
|
|
github.com/seancfoley/bintree v1.1.0 // indirect
|
2022-08-14 16:06:03 +03:00
|
|
|
)
|