Skip to content

Instantly share code, notes, and snippets.

@davecheney
Created August 24, 2015 23:21
Show Gist options
  • Select an option

  • Save davecheney/8fcdf16d23e716e4e1cf to your computer and use it in GitHub Desktop.

Select an option

Save davecheney/8fcdf16d23e716e4e1cf to your computer and use it in GitHub Desktop.
lucky(~/devel/demo6) % gb list
github.com/kelseyhightower/confd
github.com/kelseyhightower/confd/backends
github.com/kelseyhightower/confd/backends/consul
github.com/kelseyhightower/confd/backends/env
github.com/kelseyhightower/confd/backends/etcd
github.com/kelseyhightower/confd/backends/redis
github.com/kelseyhightower/confd/backends/zookeeper
github.com/kelseyhightower/confd/integration/zookeeper
github.com/kelseyhightower/confd/log
github.com/kelseyhightower/confd/resource/template
lucky(~/devel/demo6) % env GOOS=linux GOARCH=arm gb build
runtime
errors
math
sync/atomic
unicode/utf8
sort
unicode
encoding
container/list
crypto/subtle
unicode/utf16
sync
internal/singleflight
syscall
io
hash
crypto/cipher
hash/crc32
crypto/hmac
bytes
strings
math/rand
strconv
bufio
github.com/garyburd/redigo/internal
path
internal/syscall/unix
time
crypto/rc4
encoding/base64
crypto
crypto/aes
reflect
regexp/syntax
crypto/sha512
crypto/md5
crypto/sha256
crypto/sha1
encoding/pem
os
regexp
github.com/kelseyhightower/confd/backends/env
os/signal
net
path/filepath
encoding/binary
fmt
github.com/kelseyhightower/memkv
io/ioutil
os/exec
crypto/des
log
flag
encoding/hex
net/url
text/template/parse
compress/flate
mime/quotedprintable
net/http/internal
encoding/json
mime
math/big
github.com/BurntSushi/toml
text/template
compress/gzip
github.com/Sirupsen/logrus
net/textproto
crypto/dsa
crypto/elliptic
crypto/rand
encoding/asn1
github.com/kelseyhightower/confd/log
mime/multipart
github.com/samuel/go-zookeeper/zk
github.com/garyburd/redigo/redis
crypto/rsa
crypto/x509/pkix
crypto/ecdsa
crypto/x509
github.com/kelseyhightower/confd/backends/redis
github.com/kelseyhightower/confd/backends/zookeeper
github.com/kelseyhightower/confd/integration/zookeeper
crypto/tls
net/http
github.com/hashicorp/consul/api
github.com/coreos/go-etcd/etcd
github.com/kelseyhightower/confd/backends/etcd
github.com/kelseyhightower/confd/backends/consul
github.com/kelseyhightower/confd/backends
github.com/kelseyhightower/confd/resource/template
github.com/kelseyhightower/confd
lucky(~/devel/demo6) % file bin/confd-linux-arm
bin/confd-linux-arm: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), statically linked, not stripped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment