kitty/go.mod

18 lines
437 B
Modula-2
Raw Normal View History

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
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
)
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
)