mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-11 01:28:19 +03:00
19 lines
608 B
Modula-2
19 lines
608 B
Modula-2
module kitty
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/ALTree/bigfloat v0.0.0-20220102081255-38c8b72a9924
|
|
github.com/google/go-cmp v0.5.8
|
|
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
|
|
golang.org/x/crypto v0.0.0-20220924013350-4ba4fb4dd9e7
|
|
golang.org/x/exp v0.0.0-20220921164117-439092de6870
|
|
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
|
|
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
|
|
)
|
|
|
|
require github.com/seancfoley/bintree v1.1.0 // indirect
|