src/ directory

Directories

PathSynopsis
Godeps/_workspace/src/github.com
Godeps/_workspace/src/github.com/agl
Godeps/_workspace/src/github.com/agl/ed25519Package ed25519 implements the Ed25519 signature algorithm.
Godeps/_workspace/src/github.com/agl/ed25519/edwards25519Package edwards25519 implements operations in GF(2**255-19) and on an Edwards curve that is isomorphic to curve25519.
Godeps/_workspace/src/github.com/agl/ed25519/extra25519
Godeps/_workspace/src/github.com/beorn7
Godeps/_workspace/src/github.com/beorn7/perks
Godeps/_workspace/src/github.com/beorn7/perks/quantilePackage quantile computes approximate quantiles over an unbounded data stream within low memory and CPU bounds.
Godeps/_workspace/src/github.com/bugsnag
Godeps/_workspace/src/github.com/bugsnag/bugsnag-goPackage bugsnag captures errors in real-time and reports them to Bugsnag (http://bugsnag.com).
Godeps/_workspace/src/github.com/bugsnag/bugsnag-go/errorsPackage errors provides errors that have stack-traces.
Godeps/_workspace/src/github.com/bugsnag/bugsnag-go/examples
Godeps/_workspace/src/github.com/bugsnag/bugsnag-go/examples/appengine
Godeps/_workspace/src/github.com/bugsnag/bugsnag-go/examples/http
Godeps/_workspace/src/github.com/bugsnag/bugsnag-go/examples/revelapp
Godeps/_workspace/src/github.com/bugsnag/bugsnag-go/examples/revelapp/app
Godeps/_workspace/src/github.com/bugsnag/bugsnag-go/examples/revelapp/app/controllers
Godeps/_workspace/src/github.com/bugsnag/bugsnag-go/examples/revelapp/tests
Godeps/_workspace/src/github.com/bugsnag/bugsnag-go/revelPackage bugsnagrevel adds Bugsnag to revel.
Godeps/_workspace/src/github.com/bugsnag/osextExtensions to the standard "os" package.
Godeps/_workspace/src/github.com/bugsnag/panicwrapThe panicwrap package provides functions for capturing and handling panics in your application.
Godeps/_workspace/src/github.com/BurntSushi
Godeps/_workspace/src/github.com/BurntSushi/tomlPackage toml provides facilities for decoding and encoding TOML configuration files via reflection.
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-decoderCommand toml-test-decoder satisfies the toml-test interface for testing TOML decoders.
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/toml-test-encoderCommand toml-test-encoder satisfies the toml-test interface for testing TOML encoders.
Godeps/_workspace/src/github.com/BurntSushi/toml/cmd/tomlvCommand tomlv validates TOML documents and prints each key's type.
Godeps/_workspace/src/github.com/cpuguy83
Godeps/_workspace/src/github.com/cpuguy83/go-md2man
Godeps/_workspace/src/github.com/cpuguy83/go-md2man/md2man
Godeps/_workspace/src/github.com/docker
Godeps/_workspace/src/github.com/docker/distribution
Godeps/_workspace/src/github.com/docker/distribution/contextPackage context provides several utilities for working with golang.org/x/net/context in http requests.
Godeps/_workspace/src/github.com/docker/distribution/digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
Godeps/_workspace/src/github.com/docker/distribution/healthPackage health provides a generic health checking framework.
Godeps/_workspace/src/github.com/docker/distribution/health/api
Godeps/_workspace/src/github.com/docker/distribution/health/checks
Godeps/_workspace/src/github.com/docker/distribution/registry
Godeps/_workspace/src/github.com/docker/distribution/registry/api
Godeps/_workspace/src/github.com/docker/distribution/registry/api/errcode
Godeps/_workspace/src/github.com/docker/distribution/registry/api/v2Package v2 describes routes, urls and the error codes used in the Docker Registry JSON HTTP API V2.
Godeps/_workspace/src/github.com/docker/distribution/registry/authPackage auth defines a standard interface for request access controllers.
Godeps/_workspace/src/github.com/docker/distribution/registry/auth/htpasswdPackage htpasswd provides a simple authentication scheme that checks for the user credential hash in an htpasswd formatted file in a configuration-determined location.
Godeps/_workspace/src/github.com/docker/distribution/registry/auth/sillyPackage silly provides a simple authentication scheme that checks for the existence of an Authorization header and issues access if is present and non-empty.
Godeps/_workspace/src/github.com/docker/distribution/registry/auth/token
Godeps/_workspace/src/github.com/docker/distribution/registry/client
Godeps/_workspace/src/github.com/docker/distribution/registry/client/auth
Godeps/_workspace/src/github.com/docker/distribution/registry/client/transport
Godeps/_workspace/src/github.com/docker/distribution/uuidPackage uuid provides simple UUID generation.
Godeps/_workspace/src/github.com/docker/docker
Godeps/_workspace/src/github.com/docker/docker/pkg
Godeps/_workspace/src/github.com/docker/docker/pkg/tarsum
Godeps/_workspace/src/github.com/docker/docker/pkg/term
Godeps/_workspace/src/github.com/docker/docker/pkg/term/winconsole
Godeps/_workspace/src/github.com/docker/go
Godeps/_workspace/src/github.com/docker/go/canonical
Godeps/_workspace/src/github.com/docker/go/canonical/jsonPackage json implements encoding and decoding of JSON objects as defined in RFC 4627.
Godeps/_workspace/src/github.com/docker/go-connections
Godeps/_workspace/src/github.com/docker/go-connections/tlsconfigPackage tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers.
Godeps/_workspace/src/github.com/docker/libtrustPackage libtrust provides an interface for managing authentication and authorization using public key cryptography.
Godeps/_workspace/src/github.com/docker/libtrust/testutil
Godeps/_workspace/src/github.com/docker/libtrust/tlsdemo
Godeps/_workspace/src/github.com/docker/libtrust/trustgraph
Godeps/_workspace/src/github.com/dvsekhvalnov
Godeps/_workspace/src/github.com/dvsekhvalnov/jose2goPackage jose provides high level functions for producing (signing, encrypting and compressing) or consuming (decoding) Json Web Tokens using Java Object Signing and Encryption spec
Godeps/_workspace/src/github.com/dvsekhvalnov/jose2go/aesPackage aes contains provides AES Key Wrap and ECB mode implementations
Godeps/_workspace/src/github.com/dvsekhvalnov/jose2go/arraysPackage arrays provides various byte array utilities
Godeps/_workspace/src/github.com/dvsekhvalnov/jose2go/base64urlpackage base64url provides base64url encoding/decoding support
Godeps/_workspace/src/github.com/dvsekhvalnov/jose2go/compactpackage compact provides function to work with json compact serialization format
Godeps/_workspace/src/github.com/dvsekhvalnov/jose2go/kdfpackage kdf contains implementations of various key derivation functions
Godeps/_workspace/src/github.com/dvsekhvalnov/jose2go/keys
Godeps/_workspace/src/github.com/dvsekhvalnov/jose2go/keys/eccpackage ecc provides helpers for creating elliptic curve leys
Godeps/_workspace/src/github.com/dvsekhvalnov/jose2go/keys/rsapackage Rsa provides helpers for creating rsa leys
Godeps/_workspace/src/github.com/dvsekhvalnov/jose2go/paddingpackage padding provides various padding algorithms
Godeps/_workspace/src/github.com/golang
Godeps/_workspace/src/github.com/golang/protobuf
Godeps/_workspace/src/github.com/golang/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_protoPackage proto3_proto is a generated protocol buffer package.
Godeps/_workspace/src/github.com/google
Godeps/_workspace/src/github.com/google/gofuzzPackage fuzz is a library for populating go objects with random values.
Godeps/_workspace/src/github.com/gorilla
Godeps/_workspace/src/github.com/gorilla/contextPackage context stores values shared during a request lifetime.
Godeps/_workspace/src/github.com/gorilla/muxPackage gorilla/mux implements a request router and dispatcher.
Godeps/_workspace/src/github.com/go-sql-driver
Godeps/_workspace/src/github.com/go-sql-driver/mysqlGo MySQL Driver - A MySQL-Driver for Go's database/sql package
Godeps/_workspace/src/github.com/inconshreveable
Godeps/_workspace/src/github.com/inconshreveable/mousetrap
Godeps/_workspace/src/github.com/jinzhu
Godeps/_workspace/src/github.com/jinzhu/gorm
Godeps/_workspace/src/github.com/kr
Godeps/_workspace/src/github.com/kr/prettyPackage pretty provides pretty-printing for Go values.
Godeps/_workspace/src/github.com/kr/textPackage text provides rudimentary functions for manipulating text in paragraphs.
Godeps/_workspace/src/github.com/kr/text/colwriterPackage colwriter provides a write filter that formats input lines in multiple columns.
Godeps/_workspace/src/github.com/kr/text/mcCommand mc prints in multiple columns.
Godeps/_workspace/src/github.com/lib
Godeps/_workspace/src/github.com/lib/pq
Godeps/_workspace/src/github.com/lib/pq/hstore
Godeps/_workspace/src/github.com/magiconair
Godeps/_workspace/src/github.com/magiconair/propertiesPackage properties provides functions for reading and writing ISO-8859-1 and UTF-8 encoded .properties files and has support for recursive property expansion.
Godeps/_workspace/src/github.com/mattn
Godeps/_workspace/src/github.com/mattn/go-sqlite3Package sqlite3 provides interface to SQLite3 databases.
Godeps/_workspace/src/github.com/mattn/go-sqlite3/sqlite3_test
Godeps/_workspace/src/github.com/matttproud
Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions
Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutilPackage pbutil provides record length-delimited Protocol Buffer streaming.
Godeps/_workspace/src/github.com/miekg
Godeps/_workspace/src/github.com/miekg/pkcs11Package pkcs11 is a wrapper around the PKCS#11 cryptographic library.
Godeps/_workspace/src/github.com/mitchellh
Godeps/_workspace/src/github.com/mitchellh/go-homedir
Godeps/_workspace/src/github.com/mitchellh/mapstructureThe mapstructure package exposes functionality to convert an abitrary map[string]interface{} into a native Go structure.
Godeps/_workspace/src/github.com/olekukonko
Godeps/_workspace/src/github.com/olekukonko/tablewriterCreate & Generate text based table
Godeps/_workspace/src/github.com/olekukonko/tablewriter/csv2table
Godeps/_workspace/src/github.com/prometheus
Godeps/_workspace/src/github.com/prometheus/client_golang
Godeps/_workspace/src/github.com/prometheus/client_golang/prometheusPackage prometheus provides embeddable metric primitives for servers and standardized exposition of telemetry through a web services interface.
Godeps/_workspace/src/github.com/prometheus/client_model
Godeps/_workspace/src/github.com/prometheus/client_model/goPackage io_prometheus_client is a generated protocol buffer package.
Godeps/_workspace/src/github.com/prometheus/common
Godeps/_workspace/src/github.com/prometheus/common/expfmtA package for reading and writing Prometheus metrics.
Godeps/_workspace/src/github.com/prometheus/common/internal
Godeps/_workspace/src/github.com/prometheus/common/modelPackage model contains common data structures that are shared across Prometheus componenets and libraries.
Godeps/_workspace/src/github.com/prometheus/procfsPackage procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
Godeps/_workspace/src/github.com/russross
Godeps/_workspace/src/github.com/russross/blackfridayBlackfriday markdown processor.
Godeps/_workspace/src/github.com/shurcooL
Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_namePackage sanitized_anchor_name provides a func to create sanitized anchor names.
Godeps/_workspace/src/github.com/Sirupsen
Godeps/_workspace/src/github.com/Sirupsen/logrus
Godeps/_workspace/src/github.com/Sirupsen/logrus/examples
Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/basic
Godeps/_workspace/src/github.com/Sirupsen/logrus/examples/hook
Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters
Godeps/_workspace/src/github.com/Sirupsen/logrus/formatters/logstash
Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks
Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/airbrake
Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/bugsnag
Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/papertrail
Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry
Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/syslog
Godeps/_workspace/src/github.com/spf13
Godeps/_workspace/src/github.com/spf13/cast
Godeps/_workspace/src/github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
Godeps/_workspace/src/github.com/spf13/cobra/cobra
Godeps/_workspace/src/github.com/spf13/cobra/cobra/cmd
Godeps/_workspace/src/github.com/spf13/cobra/doc
Godeps/_workspace/src/github.com/spf13/jwalterweatherman
Godeps/_workspace/src/github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
Godeps/_workspace/src/github.com/spf13/viper
Godeps/_workspace/src/github.com/spf13/viper/remotePackage remote integrates the remote features of Viper.
Godeps/_workspace/src/github.com/stretchr
Godeps/_workspace/src/github.com/stretchr/testify
Godeps/_workspace/src/github.com/stretchr/testify/assertPackage assert provides a set of comprehensive testing tools for use with the normal Go testing system.
Godeps/_workspace/src/github.com/stretchr/testify/requireAlternative testing tools which stop test execution if test failed.
Godeps/_workspace/src/golang.org
Godeps/_workspace/src/golang.org/x
Godeps/_workspace/src/golang.org/x/crypto
Godeps/_workspace/src/golang.org/x/crypto/bcryptPackage bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
Godeps/_workspace/src/golang.org/x/crypto/blowfishPackage blowfish implements Bruce Schneier's Blowfish encryption algorithm.
Godeps/_workspace/src/golang.org/x/crypto/nacl
Godeps/_workspace/src/golang.org/x/crypto/nacl/secretboxPackage secretbox encrypts and authenticates small messages.
Godeps/_workspace/src/golang.org/x/crypto/pbkdf2Package pbkdf2 implements the key derivation function PBKDF2 as defined in RFC 2898 / PKCS #5 v2.0.
Godeps/_workspace/src/golang.org/x/crypto/poly1305Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf.
Godeps/_workspace/src/golang.org/x/crypto/salsa20
Godeps/_workspace/src/golang.org/x/crypto/salsa20/salsaPackage salsa provides low-level access to functions in the Salsa family.
Godeps/_workspace/src/golang.org/x/crypto/scryptPackage scrypt implements the scrypt key derivation function as defined in Colin Percival's paper "Stronger Key Derivation via Sequential Memory-Hard Functions" (http://www.tarsnap.com/scrypt/scrypt.pdf).
Godeps/_workspace/src/golang.org/x/net
Godeps/_workspace/src/golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
Godeps/_workspace/src/golang.org/x/net/context/ctxhttpPackage ctxhttp provides helper functions for performing context-aware HTTP requests.
Godeps/_workspace/src/golang.org/x/net/http2Package http2 implements the HTTP/2 protocol.
Godeps/_workspace/src/golang.org/x/net/http2/h2iThe h2i command is an interactive HTTP/2 console.
Godeps/_workspace/src/golang.org/x/net/http2/hpackPackage hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.
Godeps/_workspace/src/golang.org/x/net/internal
Godeps/_workspace/src/golang.org/x/net/tracePackage trace implements tracing of requests and long-lived objects.
Godeps/_workspace/src/google.golang.org
Godeps/_workspace/src/google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
Godeps/_workspace/src/google.golang.org/grpc/benchmarkPackage benchmark implements the building blocks to setup end-to-end gRPC benchmarks.
Godeps/_workspace/src/google.golang.org/grpc/benchmark/client
Godeps/_workspace/src/google.golang.org/grpc/benchmark/grpc_testingPackage grpc_testing is a generated protocol buffer package.
Godeps/_workspace/src/google.golang.org/grpc/benchmark/server
Godeps/_workspace/src/google.golang.org/grpc/benchmark/stats
Godeps/_workspace/src/google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
Godeps/_workspace/src/google.golang.org/grpc/credentialsPackage credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call.
Godeps/_workspace/src/google.golang.org/grpc/credentials/oauthPackage oauth implements gRPC credentials using OAuth.
Godeps/_workspace/src/google.golang.org/grpc/examples
Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld
Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/greeter_client
Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/greeter_server
Godeps/_workspace/src/google.golang.org/grpc/examples/helloworld/helloworldPackage helloworld is a generated protocol buffer package.
Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide
Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/clientPackage main implements a simple gRPC client that demonstrates how to use gRPC-Go libraries to perform unary, client streaming, server streaming and full duplex RPCs.
Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/routeguidePackage proto is a generated protocol buffer package.
Godeps/_workspace/src/google.golang.org/grpc/examples/route_guide/serverPackage main implements a simple gRPC server that demonstrates how to use gRPC-Go libraries to perform unary, client streaming, server streaming and full duplex RPCs.
Godeps/_workspace/src/google.golang.org/grpc/grpclogPackage grpclog defines logging for grpc.
Godeps/_workspace/src/google.golang.org/grpc/grpclog/gloggerPackage glogger defines glog-based logging for grpc.
Godeps/_workspace/src/google.golang.org/grpc/healthPackage health provides some utility functions to health-check a server.
Godeps/_workspace/src/google.golang.org/grpc/health/grpc_health_v1alphaPackage grpc_health_v1alpha is a generated protocol buffer package.
Godeps/_workspace/src/google.golang.org/grpc/interop
Godeps/_workspace/src/google.golang.org/grpc/interop/client
Godeps/_workspace/src/google.golang.org/grpc/interop/grpc_testingPackage grpc_testing is a generated protocol buffer package.
Godeps/_workspace/src/google.golang.org/grpc/interop/server
Godeps/_workspace/src/google.golang.org/grpc/metadataPackage metadata define the structure of the metadata supported by gRPC library.
Godeps/_workspace/src/google.golang.org/grpc/namingPackage naming defines the naming API and related data structures for gRPC.
Godeps/_workspace/src/google.golang.org/grpc/naming/etcd
Godeps/_workspace/src/google.golang.org/grpc/test
Godeps/_workspace/src/google.golang.org/grpc/test/codec_perfPackage codec_perf is a generated protocol buffer package.
Godeps/_workspace/src/google.golang.org/grpc/test/grpc_testingPackage grpc_testing is a generated protocol buffer package.
Godeps/_workspace/src/google.golang.org/grpc/transportPackage transport defines and implements message oriented communication channel to complete various transactions (e.g., an RPC).
Godeps/_workspace/src/gopkg.in
Godeps/_workspace/src/gopkg.in/yaml.v2Package yaml implements YAML support for the Go language.
Version
v0.2.0
Published
Feb 25, 2016
Platform
js/wasm
Last checked
1 hour ago

Tools for package owners.