Skip to content

Instantly share code, notes, and snippets.

@franciscocpg
Created February 23, 2018 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franciscocpg/0f2aacfb84b56df8f84122b14c6c49e4 to your computer and use it in GitHub Desktop.
Save franciscocpg/0f2aacfb84b56df8f84122b14c6c49e4 to your computer and use it in GitHub Desktop.
module "github.com/dr-go/go-healthcheck"
require (
"github.com/apex/log" v1.0.0
"github.com/golang/mock" v1.0.0
"github.com/mitchellh/goamz" v0.0.0-20150317174335-caaaea8b30ee
"github.com/mitchellh/mapstructure" v0.0.0-20180203102830-a4e142e9c047
"github.com/onsi/ginkgo" v1.4.0
"github.com/onsi/gomega" v1.3.0
"github.com/pkg/errors" v0.8.0
"github.com/ralekseenkov/govaluate" v3.0.0
"github.com/vaughan0/go-ini" v0.0.0-20130923145212-a98ad7ee00ec
"golang.org/x/net" v0.0.0-20180208041118-f5dfe339be1d
"golang.org/x/sys" v0.0.0-20180202135801-37707fdb30a5
"golang.org/x/text" v0.0.0-20180208041248-4e4a3210bb54
"gopkg.in/yaml.v2" v0.0.0-20180109114331-d670f9405373
)
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
[[projects]]
name = "github.com/apex/log"
packages = [
".",
"handlers/memory",
"handlers/text"
]
revision = "0296d6eb16bb28f8a0c55668affcf4876dc269be"
version = "v1.0.0"
[[projects]]
name = "github.com/golang/mock"
packages = ["gomock"]
revision = "13f360950a79f5864a972c786a10a50e44b69541"
version = "v1.0.0"
[[projects]]
name = "github.com/mitchellh/goamz"
packages = [
"aws",
"s3"
]
revision = "caaaea8b30ee15616494ee68abd5d8ebbbef05cf"
[[projects]]
name = "github.com/mitchellh/mapstructure"
packages = ["."]
revision = "a4e142e9c047c904fa2f1e144d9a84e6133024bc"
[[projects]]
name = "github.com/onsi/ginkgo"
packages = [
".",
"config",
"internal/codelocation",
"internal/containernode",
"internal/failer",
"internal/leafnodes",
"internal/remote",
"internal/spec",
"internal/spec_iterator",
"internal/specrunner",
"internal/suite",
"internal/testingtproxy",
"internal/writer",
"reporters",
"reporters/stenographer",
"reporters/stenographer/support/go-colorable",
"reporters/stenographer/support/go-isatty",
"types"
]
revision = "9eda700730cba42af70d53180f9dcce9266bc2bc"
version = "v1.4.0"
[[projects]]
name = "github.com/onsi/gomega"
packages = [
".",
"format",
"internal/assertion",
"internal/asyncassertion",
"internal/oraclematcher",
"internal/testingtsupport",
"matchers",
"matchers/support/goraph/bipartitegraph",
"matchers/support/goraph/edge",
"matchers/support/goraph/node",
"matchers/support/goraph/util",
"types"
]
revision = "003f63b7f4cff3fc95357005358af2de0f5fe152"
version = "v1.3.0"
[[projects]]
name = "github.com/pkg/errors"
packages = ["."]
revision = "645ef00459ed84a119197bfb8d8205042c6df63d"
version = "v0.8.0"
[[projects]]
name = "github.com/ralekseenkov/govaluate"
packages = ["."]
revision = "d216395917cc49052c7c7094cf57f09657ca08a8"
version = "v3.0.0"
[[projects]]
branch = "master"
name = "github.com/vaughan0/go-ini"
packages = ["."]
revision = "a98ad7ee00ec53921f08832bc06ecf7fd600e6a1"
[[projects]]
branch = "master"
name = "golang.org/x/net"
packages = [
"html",
"html/atom",
"html/charset"
]
revision = "f5dfe339be1d06f81b22525fe34671ee7d2c8904"
[[projects]]
branch = "master"
name = "golang.org/x/sys"
packages = ["unix"]
revision = "37707fdb30a5b38865cfb95e5aab41707daec7fd"
[[projects]]
branch = "master"
name = "golang.org/x/text"
packages = [
"encoding",
"encoding/charmap",
"encoding/htmlindex",
"encoding/internal",
"encoding/internal/identifier",
"encoding/japanese",
"encoding/korean",
"encoding/simplifiedchinese",
"encoding/traditionalchinese",
"encoding/unicode",
"internal/gen",
"internal/tag",
"internal/utf8internal",
"language",
"runes",
"transform",
"unicode/cldr"
]
revision = "4e4a3210bb54bb31f6ab2cdca2edcc0b50c420c1"
[[projects]]
branch = "v2"
name = "gopkg.in/yaml.v2"
packages = ["."]
revision = "d670f9405373e636a5a2765eea47fac0c9bc91a4"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "ab72176f75539eedc4b8293be7a95be6cf7c5f7c71359f064ae57658c6e36774"
solver-name = "gps-cdcl"
solver-version = 1
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
#
# [prune]
# non-go = false
# go-tests = true
# unused-packages = true
[[constraint]]
name = "github.com/mitchellh/goamz"
revision = "caaaea8b30ee15616494ee68abd5d8ebbbef05cf"
[[constraint]]
name = "github.com/mitchellh/mapstructure"
revision = "a4e142e9c047c904fa2f1e144d9a84e6133024bc"
[[constraint]]
name = "gopkg.in/yaml.v2"
branch = "v2"
[prune]
go-tests = true
unused-packages = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment