mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-12 15:17:16 +03:00
For #285 Turns out there were some bugs in Set, and I was using it incorrectly too. The query syntax is a little awkward but couldn't find a nicer easy to parse format that worked with quoted string values.
40 lines
2.1 KiB
Modula-2
40 lines
2.1 KiB
Modula-2
module github.com/shazow/ssh-chat
|
|
|
|
require (
|
|
github.com/alecthomas/gometalinter v2.0.12+incompatible // indirect
|
|
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
|
|
github.com/alexcesaro/log v0.0.0-20150915221235-61e686294e58
|
|
github.com/cosiner/argv v0.0.1 // indirect
|
|
github.com/davidrjenni/reftools v0.0.0-20180914123528-654d0ba4f96d // indirect
|
|
github.com/derekparker/delve v1.1.0 // indirect
|
|
github.com/fatih/gomodifytags v0.0.0-20180914191908-141225bf62b6 // indirect
|
|
github.com/fatih/motion v0.0.0-20180408211639-218875ebe238 // indirect
|
|
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
|
|
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
|
|
github.com/jessevdk/go-flags v1.3.0
|
|
github.com/josharian/impl v0.0.0-20180228163738-3d0f908298c4 // indirect
|
|
github.com/jstemmer/gotags v1.4.1 // indirect
|
|
github.com/kisielk/errcheck v1.1.0 // indirect
|
|
github.com/klauspost/asmfmt v1.2.0 // indirect
|
|
github.com/koron/iferr v0.0.0-20180615142939-bb332a3b1d91 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/mdempsky/gocode v0.0.0-20181212191131-9c77a290fde2 // indirect
|
|
github.com/nicksnyder/go-i18n v1.10.0 // indirect
|
|
github.com/pelletier/go-toml v1.2.0 // indirect
|
|
github.com/peterh/liner v1.1.0 // indirect
|
|
github.com/rogpeppe/godef v1.1.1 // indirect
|
|
github.com/shazow/rateio v0.0.0-20150116013248-e8e00881e5c1
|
|
github.com/sirupsen/logrus v1.2.0 // indirect
|
|
github.com/spf13/cobra v0.0.3 // indirect
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/stamblerre/gocode v0.0.0-20181212030458-2f9d39d8f31d // indirect
|
|
github.com/zmb3/gogetdoc v0.0.0-20181208215853-c5ca8f4d4936 // indirect
|
|
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
|
|
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
|
|
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect
|
|
golang.org/x/tools v0.0.0-20181221235234-d00ac6d27372 // indirect
|
|
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
honnef.co/go/tools v0.0.0-20180920025451-e3ad64cb4ed3 // indirect
|
|
)
|