~dricottone/image2ascii

1c6a4c03332201000ba646cf3138845030845a58 — qeesung 6 years ago aabae98
add godep files
2 files changed, 51 insertions(+), 0 deletions(-)

A Gopkg.lock
A Gopkg.toml
A Gopkg.lock => Gopkg.lock +17 -0
@@ 0,0 1,17 @@
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.


[[projects]]
  branch = "master"
  digest = "1:34534b73e925d20cc72cf202f8b482fdcbe3a1b113e19375f31aadabd0f0f97d"
  name = "github.com/nfnt/resize"
  packages = ["."]
  pruneopts = "UT"
  revision = "83c6a9932646f83e3267f353373d47347b6036b2"

[solve-meta]
  analyzer-name = "dep"
  analyzer-version = 1
  input-imports = ["github.com/nfnt/resize"]
  solver-name = "gps-cdcl"
  solver-version = 1

A Gopkg.toml => Gopkg.toml +34 -0
@@ 0,0 1,34 @@
# Gopkg.toml example
#
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# 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]]
  branch = "master"
  name = "github.com/nfnt/resize"

[prune]
  go-tests = true
  unused-packages = true