59 lines
2.3 KiB
Modula-2
59 lines
2.3 KiB
Modula-2
module github.com/p9c/p9
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
eliasnaur.com/font v0.0.0-20230308162249-dd43949cb42d
|
|
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc
|
|
github.com/VividCortex/ewma v1.2.0
|
|
github.com/aead/siphash v1.0.1
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
|
|
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8
|
|
github.com/btcsuite/goleveldb v1.0.0
|
|
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
|
|
github.com/conformal/fastsha256 v0.0.0-20160815193821-637e65642941
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/enceve/crypto v0.0.0-20160707101852-34d48bb93815
|
|
github.com/go-text/typesetting v0.3.0
|
|
github.com/gookit/color v1.4.2
|
|
github.com/jackpal/gateway v1.0.7
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
|
|
github.com/kkdai/bstream v1.0.0
|
|
github.com/marusama/semaphore v0.0.0-20190110074507-6952cef993b2
|
|
github.com/niubaoshu/gotiny v0.0.3
|
|
github.com/programmer10110/gostreebog v0.0.0-20170704145444-a3e1d28291b2
|
|
github.com/tstranex/gozmq v0.0.0-20160831212417-0daa84a596ba
|
|
github.com/tyler-smith/go-bip39 v1.1.0
|
|
github.com/vivint/infectious v0.0.0-20200605153912-25a574ae18a3
|
|
go.etcd.io/bbolt v1.3.5
|
|
go.uber.org/atomic v1.7.0
|
|
golang.org/x/crypto v0.37.0
|
|
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
|
|
golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0
|
|
golang.org/x/image v0.26.0
|
|
golang.org/x/net v0.39.0
|
|
golang.org/x/sys v0.33.0
|
|
golang.org/x/text v0.24.0
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
|
lukechampine.com/blake3 v1.1.5
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/snappy-go v1.0.0 // indirect
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
|
github.com/hpcloud/tail v1.0.0 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
|
|
github.com/klauspost/cpuid v1.3.1 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/sergi/go-diff v1.0.0 // indirect
|
|
github.com/src-d/gcfg v1.4.0 // indirect
|
|
github.com/xanzy/ssh-agent v0.2.1 // indirect
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
gopkg.in/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
)
|