You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
725 B
20 lines
725 B
module code.rocketnine.space/tslocum/stick |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/Microsoft/go-winio v0.5.2 // indirect |
|
github.com/ProtonMail/go-crypto v0.0.0-20220517143526-88bb52951d5b // indirect |
|
github.com/emirpasic/gods v1.18.1 // indirect |
|
github.com/go-git/go-git/v5 v5.4.2 |
|
github.com/gorilla/mux v1.8.0 |
|
github.com/gorilla/websocket v1.5.0 |
|
github.com/imdario/mergo v0.3.13 // indirect |
|
github.com/kevinburke/ssh_config v1.2.0 // indirect |
|
github.com/pkg/errors v0.9.1 |
|
github.com/sergi/go-diff v1.2.0 // indirect |
|
github.com/xanzy/ssh-agent v0.3.1 // indirect |
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect |
|
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect |
|
gopkg.in/yaml.v2 v2.4.0 |
|
)
|
|
|