Godeps/

directory
v0.0.0-...-c937b9e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2015 License: MIT

README

This directory tree is generated automatically by godep.

Please do not edit.

See https://github.com/tools/godep for more information.

Directories

Path Synopsis
_workspace
src/github.com/asaskevich/govalidator
Package govalidator is package of string validators and sanitizers.
Package govalidator is package of string validators and sanitizers.
src/github.com/codegangsta/negroni
Package negroni is an idiomatic approach to web middleware in Go.
Package negroni is an idiomatic approach to web middleware in Go.
src/github.com/davecgh/go-spew/spew
Package spew implements a deep pretty printer for Go data structures to aid in debugging.
Package spew implements a deep pretty printer for Go data structures to aid in debugging.
src/github.com/emicklei/go-restful
Package restful, a lean package for creating REST-style WebServices without magic.
Package restful, a lean package for creating REST-style WebServices without magic.
src/github.com/emicklei/go-restful/swagger
Package swagger implements the structures of the Swagger https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md
Package swagger implements the structures of the Swagger https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md
src/github.com/facebookgo/stack
Package stack provides utilities to capture and pass around stack traces.
Package stack provides utilities to capture and pass around stack traces.
src/github.com/facebookgo/stackerr
Package stackerr provides a way to augment errors with one or more stack traces to allow for easier debugging.
Package stackerr provides a way to augment errors with one or more stack traces to allow for easier debugging.
src/github.com/fatih/structs
Package structs contains various utilities functions to work with structs.
Package structs contains various utilities functions to work with structs.
src/github.com/fsouza/go-dockerclient
Package docker provides a client for the Docker remote API.
Package docker provides a client for the Docker remote API.
src/github.com/fsouza/go-dockerclient/testing
Package testing provides a fake implementation of the Docker API, useful for testing purpose.
Package testing provides a fake implementation of the Docker API, useful for testing purpose.
src/github.com/gdamore/mangos
Package mangos provides a pure Go implementation of the Scalability Protocols.
Package mangos provides a pure Go implementation of the Scalability Protocols.
src/github.com/gdamore/mangos/compat
Package nanomsg is a compatibility wrapper.
Package nanomsg is a compatibility wrapper.
src/github.com/gdamore/mangos/examples/bus
bus implements a bus example.
bus implements a bus example.
src/github.com/gdamore/mangos/examples/pair
pair implements a pair example.
pair implements a pair example.
src/github.com/gdamore/mangos/examples/pipeline
pipeline implements a one way pipe example.
pipeline implements a one way pipe example.
src/github.com/gdamore/mangos/examples/pubsub
pubsub implements a publish/subscribe example.
pubsub implements a publish/subscribe example.
src/github.com/gdamore/mangos/examples/raw
raw implements an example concurrent request/reply server, using the raw server socket.
raw implements an example concurrent request/reply server, using the raw server socket.
src/github.com/gdamore/mangos/examples/reqrep
reqprep implements a request/reply example.
reqprep implements a request/reply example.
src/github.com/gdamore/mangos/examples/survey
survey implements a survey example.
survey implements a survey example.
src/github.com/gdamore/mangos/macat
macat implements a nanocat(1) workalike command.
macat implements a nanocat(1) workalike command.
src/github.com/gdamore/mangos/protocol/bus
Package bus implements the BUS protocol.
Package bus implements the BUS protocol.
src/github.com/gdamore/mangos/protocol/pair
Package pair implements the PAIR protocol.
Package pair implements the PAIR protocol.
src/github.com/gdamore/mangos/protocol/pub
Package pub implements the PUB protocol.
Package pub implements the PUB protocol.
src/github.com/gdamore/mangos/protocol/pull
Package pull implements the PULL protocol, which is the read side of the pipeline pattern.
Package pull implements the PULL protocol, which is the read side of the pipeline pattern.
src/github.com/gdamore/mangos/protocol/push
Package push implements the PUSH protocol, which is the write side of the pipeline pattern.
Package push implements the PUSH protocol, which is the write side of the pipeline pattern.
src/github.com/gdamore/mangos/protocol/rep
Package rep implements the REP protocol, which is the response side of the request/response pattern.
Package rep implements the REP protocol, which is the response side of the request/response pattern.
src/github.com/gdamore/mangos/protocol/req
Package req implements the REQ protocol, which is the request side of the request/response pattern.
Package req implements the REQ protocol, which is the request side of the request/response pattern.
src/github.com/gdamore/mangos/protocol/respondent
Package respondent implements the RESPONDENT protocol.
Package respondent implements the RESPONDENT protocol.
src/github.com/gdamore/mangos/protocol/star
Package star implements a new, experimental protocol called "STAR".
Package star implements a new, experimental protocol called "STAR".
src/github.com/gdamore/mangos/protocol/sub
Package sub implements the SUB protocol.
Package sub implements the SUB protocol.
src/github.com/gdamore/mangos/protocol/surveyor
Package surveyor implements the SURVEYOR protocol.
Package surveyor implements the SURVEYOR protocol.
src/github.com/gdamore/mangos/test
Package test contains support code for varous mangos tests.
Package test contains support code for varous mangos tests.
src/github.com/gdamore/mangos/transport/all
Package all is used to register all transports.
Package all is used to register all transports.
src/github.com/gdamore/mangos/transport/inproc
Package inproc implements an simple inproc transport for mangos.
Package inproc implements an simple inproc transport for mangos.
src/github.com/gdamore/mangos/transport/ipc
Package ipc implements the IPC transport on top of UNIX domain sockets.
Package ipc implements the IPC transport on top of UNIX domain sockets.
src/github.com/gdamore/mangos/transport/tcp
Package tcp implements the TCP transport for mangos.
Package tcp implements the TCP transport for mangos.
src/github.com/gdamore/mangos/transport/tlstcp
Package tlstcp implements the TLS over TCP transport for mangos.
Package tlstcp implements the TLS over TCP transport for mangos.
src/github.com/gdamore/mangos/transport/ws
Package ws implements an simple websocket transport for mangos.
Package ws implements an simple websocket transport for mangos.
src/github.com/gdamore/mangos/transport/wss
Package ws implements an simple websocket transport for mangos.
Package ws implements an simple websocket transport for mangos.
src/github.com/google/go-querystring/query
Package query implements encoding of structs into URL query parameters.
Package query implements encoding of structs into URL query parameters.
src/github.com/gorilla/securecookie
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values.
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values.
src/github.com/gorilla/websocket
Package websocket implements the WebSocket protocol defined in RFC 6455.
Package websocket implements the WebSocket protocol defined in RFC 6455.
src/github.com/gorilla/websocket/examples/autobahn
Command server is a test server for the Autobahn WebSockets Test Suite.
Command server is a test server for the Autobahn WebSockets Test Suite.
src/github.com/jtolds/gls
Package gls implements goroutine-local storage.
Package gls implements goroutine-local storage.
src/github.com/m0sth8/cli
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package cli provides a minimal framework for creating and organizing command line Go applications.
src/github.com/satori/go.uuid
Package uuid provides implementation of Universally Unique Identifier (UUID).
Package uuid provides implementation of Universally Unique Identifier (UUID).
src/github.com/smartystreets/assertions
Package assertions contains the implementations for all assertions which are referenced in goconvey's `convey` package (github.com/smartystreets/goconvey/convey) for use with the So(...) method.
Package assertions contains the implementations for all assertions which are referenced in goconvey's `convey` package (github.com/smartystreets/goconvey/convey) for use with the So(...) method.
src/github.com/smartystreets/assertions/internal/oglematchers
Package oglematchers provides a set of matchers useful in a testing or mocking framework.
Package oglematchers provides a set of matchers useful in a testing or mocking framework.
src/github.com/smartystreets/assertions/internal/oglemock/createmock
createmock is used to generate source code for mock versions of interfaces from installed packages.
createmock is used to generate source code for mock versions of interfaces from installed packages.
src/github.com/smartystreets/assertions/internal/oglemock/generate
Package generate implements code generation for mock classes.
Package generate implements code generation for mock classes.
src/github.com/smartystreets/assertions/internal/oglemock/generate/test_cases/complicated_pkg
Package complicated_pkg contains an interface with lots of interesting cases, for use in integration testing.
Package complicated_pkg contains an interface with lots of interesting cases, for use in integration testing.
src/github.com/smartystreets/assertions/internal/oglemock/generate/test_cases/renamed_pkg
A package that calls itself something different than its package path would have you believe.
A package that calls itself something different than its package path would have you believe.
src/github.com/smartystreets/assertions/internal/ogletest
Package ogletest provides a framework for writing expressive unit tests.
Package ogletest provides a framework for writing expressive unit tests.
src/github.com/smartystreets/goconvey/convey
Package convey contains all of the public-facing entry points to this project.
Package convey contains all of the public-facing entry points to this project.
src/github.com/smartystreets/goconvey/convey/gotest
Package gotest contains internal functionality.
Package gotest contains internal functionality.
src/github.com/smartystreets/goconvey/convey/reporting
Package reporting contains internal functionality related to console reporting and output.
Package reporting contains internal functionality related to console reporting and output.
src/github.com/stretchr/objx
objx - Go package for dealing with maps, slices, JSON and other data.
objx - Go package for dealing with maps, slices, JSON and other data.
src/github.com/stretchr/testify/assert
A set of comprehensive testing tools for use with the normal Go testing system.
A set of comprehensive testing tools for use with the normal Go testing system.
src/github.com/stretchr/testify/mock
Provides a system by which it is possible to mock your objects and verify calls are happening as expected.
Provides a system by which it is possible to mock your objects and verify calls are happening as expected.
src/github.com/stretchr/testify/require
Alternative testing tools which stop test execution if test failed.
Alternative testing tools which stop test execution if test failed.
src/golang.org/x/crypto/bcrypt
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
src/golang.org/x/crypto/blowfish
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
src/golang.org/x/net/context
Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
src/gopkg.in/alexcesaro/quotedprintable.v1
Package quotedprintable implements quoted-printable and message header encoding as specified by RFC 2045 and RFC 2047.
Package quotedprintable implements quoted-printable and message header encoding as specified by RFC 2045 and RFC 2047.
src/gopkg.in/alexcesaro/quotedprintable.v1/internal
Package internal contains quoted-printable internals shared by mime and mime/quotedprintable.
Package internal contains quoted-printable internals shared by mime and mime/quotedprintable.
src/gopkg.in/fatih/set.v0
Package set provides both threadsafe and non-threadsafe implementations of a generic set data structure.
Package set provides both threadsafe and non-threadsafe implementations of a generic set data structure.
src/gopkg.in/gomail.v1
Package gomail provides a simple interface to send emails.
Package gomail provides a simple interface to send emails.
src/gopkg.in/mgo.v2
Package mgo offers a rich MongoDB driver for Go.
Package mgo offers a rich MongoDB driver for Go.
src/gopkg.in/mgo.v2/bson
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver.
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver.
src/gopkg.in/mgo.v2/internal/scram
Pacakage scram implements a SCRAM-{SHA-1,etc} client per RFC5802.
Pacakage scram implements a SCRAM-{SHA-1,etc} client per RFC5802.
src/gopkg.in/mgo.v2/txn
The txn package implements support for multi-document transactions.
The txn package implements support for multi-document transactions.
src/gopkg.in/validator.v2
Package validator implements value validations based on struct tags.
Package validator implements value validations based on struct tags.
src/gopkg.in/yaml.v2
Package yaml implements YAML support for the Go language.
Package yaml implements YAML support for the Go language.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL