mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-10 13:04:03 +03:00
17 lines
369 B
Modula-2
17 lines
369 B
Modula-2
module kitty
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
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
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/seancfoley/bintree v1.1.0 // indirect
|
|
)
|