grim/convey

Setup glide

2018-10-14, Gary Kramlich
05dc050791ae
Parents 66fe4022bab0
Children 1dc2b7ebbcde
Setup glide
  • +1 -0
    .hgignore
  • +125 -0
    glide.lock
  • +37 -0
    glide.yaml
  • --- a/.hgignore Tue Aug 07 00:20:28 2018 -0500
    +++ b/.hgignore Sun Oct 14 21:41:26 2018 -0500
    @@ -2,6 +2,7 @@
    ^convey(-.+-amd64(\.exe)?)?$
    \/junit\.xml$
    \/(foo|bar|baz|qux|quux)\/
    +vendor\/
    syntax: glob
    *.sublime-workspace
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/glide.lock Sun Oct 14 21:41:26 2018 -0500
    @@ -0,0 +1,125 @@
    +hash: 8deb17521715f7715e513b3dfd355f83a1ce7eb83e88ba30d2dc13918ba9e87e
    +updated: 2018-10-14T21:40:57.911992147-05:00
    +imports:
    +- name: bitbucket.org/rw_grim/govcs
    + version: f58bec590cb37dce2776a8b1ea7db265c7a41a81
    + subpackages:
    + - exec
    + - git
    + - hg
    + - vcs
    +- name: github.com/alecthomas/kingpin
    + version: 947dcec5ba9c011838740e680966fd7087a71d0d
    +- name: github.com/alecthomas/template
    + version: a0175ee3bccc567396460bf5acd36800cb10c49c
    + subpackages:
    + - parse
    +- name: github.com/alecthomas/units
    + version: 2efee857e7cfd4f3d0138cc3cbb1b4966962b93a
    +- name: github.com/aphistic/gomol
    + version: 9e5411a7a19b0744e84df152d0740431d225093a
    +- name: github.com/aphistic/gomol-console
    + version: 9fa1742697a8bf85e5de5680b861ebfaa5cb4c1f
    +- name: github.com/blang/semver
    + version: 2ee87856327ba09384cabd113bc6b5d174e9ec0f
    +- name: github.com/davecgh/go-spew
    + version: 8991bc29aa16c548c550c7ff78260e27b9ab7c73
    + subpackages:
    + - spew
    +- name: github.com/efritz/glock
    + version: 7e95e8b27a617359b20df661e9da0c4cbdfe081a
    +- name: github.com/emirpasic/gods
    + version: 1615341f118ae12f353cc8a983f35b584342c9b3
    + subpackages:
    + - containers
    + - lists
    + - lists/arraylist
    + - stacks
    + - stacks/arraystack
    + - utils
    +- name: github.com/go-yaml/yaml
    + version: 5420a8b6744d3b0345ab293f6fcba19c978f1183
    +- name: github.com/kballard/go-shellquote
    + version: 95032a82bc518f77982ea72343cc1ade730072f0
    +- name: github.com/mattn/go-colorable
    + version: efa589957cd060542a26d2dd7832fd6a6c6c3ade
    +- name: github.com/mattn/go-isatty
    + version: 3fb116b820352b7f0c281308a4d6250c22d94e27
    +- name: github.com/mattn/go-zglob
    + version: 2ea3427bfa539cca900ca2768d8663ecc8a708c1
    + subpackages:
    + - fastwalk
    +- name: github.com/mgutz/ansi
    + version: 9520e82c474b0a04dd04f8a40959027271bab992
    +- name: github.com/mohae/deepcopy
    + version: c48cc78d482608239f6c4c92a4abd87eb8761c90
    +- name: github.com/philopon/go-toposort
    + version: 9be86dbd762f98b5b9a4eca110a3f40ef31d0375
    +- name: github.com/satori/go.uuid
    + version: f58768cc1a7a7e77a3bd49e98cdd21419399b6a3
    +- name: github.com/spaolacci/murmur3
    + version: f09979ecbc725b9e6d41a297405f65e7e8804acc
    +- name: golang.org/x/crypto
    + version: 0c41d7ab0a0ee717d4590a44bcb987dfd9e183eb
    + subpackages:
    + - curve25519
    + - ed25519
    + - ed25519/internal/edwards25519
    + - internal/chacha20
    + - internal/subtle
    + - poly1305
    + - ssh
    + - ssh/agent
    + - ssh/terminal
    +- name: golang.org/x/sys
    + version: fa43e7bc11baaae89f3f902b2b4d832b68234844
    + subpackages:
    + - unix
    + - windows
    +testImports:
    +- name: github.com/aphistic/sweet
    + version: 68e18ab55a67ccf98d3da94898393c15595c56f0
    +- name: github.com/aphistic/sweet-junit
    + version: 6b78f7014f7c2ccdd201f977ab307ada6a1e6cb8
    +- name: github.com/onsi/gomega
    + version: 7615b9433f86a8bdf29709bf288bc4fd0636a369
    + subpackages:
    + - 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
    +- name: golang.org/x/net
    + version: 49bb7cea24b1df9410e1712aa6433dae904ff66a
    + subpackages:
    + - html
    + - html/atom
    + - html/charset
    +- name: golang.org/x/text
    + version: 4d1c5fb19474adfe9562c9847ba425e7da817e81
    + subpackages:
    + - encoding
    + - encoding/charmap
    + - encoding/htmlindex
    + - encoding/internal
    + - encoding/internal/identifier
    + - encoding/japanese
    + - encoding/korean
    + - encoding/simplifiedchinese
    + - encoding/traditionalchinese
    + - encoding/unicode
    + - internal/language
    + - internal/language/compact
    + - internal/tag
    + - internal/utf8internal
    + - language
    + - runes
    + - transform
    +- name: gopkg.in/yaml.v2
    + version: 5420a8b6744d3b0345ab293f6fcba19c978f1183
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/glide.yaml Sun Oct 14 21:41:26 2018 -0500
    @@ -0,0 +1,37 @@
    +package: bitbucket.org/rw_grim/convey
    +import:
    +- package: bitbucket.org/rw_grim/govcs
    + subpackages:
    + - hg
    +- package: github.com/alecthomas/kingpin
    + version: ^2.2.6
    +- package: github.com/aphistic/gomol
    +- package: github.com/aphistic/gomol-console
    +- package: github.com/blang/semver
    + version: ^3.5.1
    +- package: github.com/davecgh/go-spew
    + version: ^1.1.1
    + subpackages:
    + - spew
    +- package: github.com/emirpasic/gods
    + version: ^1.12.0
    + subpackages:
    + - stacks/arraystack
    +- package: github.com/go-yaml/yaml
    + version: ^2.2.1
    +- package: github.com/kballard/go-shellquote
    +- package: github.com/mattn/go-zglob
    +- package: github.com/mgutz/ansi
    +- package: github.com/mohae/deepcopy
    +- package: github.com/philopon/go-toposort
    +- package: github.com/satori/go.uuid
    + version: ^1.2.0
    +- package: golang.org/x/crypto
    + subpackages:
    + - ssh
    + - ssh/agent
    +testImport:
    +- package: github.com/aphistic/sweet
    +- package: github.com/aphistic/sweet-junit
    +- package: github.com/onsi/gomega
    + version: ^1.4.2