kitty/go.mod
2022-11-14 15:41:55 +05:30

22 lines
646 B
Modula-2

module kitty
go 1.19
require (
github.com/ALTree/bigfloat v0.0.0-20220102081255-38c8b72a9924
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.3.0
github.com/jamesruan/go-rfc1924 v0.0.0-20170108144916-2767ca7c638f
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/image v0.0.0-20220722155232-062f8c9fd539
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
)