Update dependencies from go module and dep tool. (#36)

This commit is contained in:
Rafael Cossovan 2019-12-07 11:29:03 -03:00 committed by Dong-hee Na
parent daf77da1c6
commit c9ea1a6596
4 changed files with 19 additions and 9 deletions

6
Gopkg.lock generated
View File

@ -3,13 +3,15 @@
[[projects]]
branch = "master"
digest = "1:34534b73e925d20cc72cf202f8b482fdcbe3a1b113e19375f31aadabd0f0f97d"
name = "github.com/nfnt/resize"
packages = ["."]
revision = "891127d8d1b52734debe1b3c3d7e747502b6c366"
pruneopts = "UT"
revision = "83c6a9932646f83e3267f353373d47347b6036b2"
[solve-meta]
analyzer-name = "dep"
analyzer-version = 1
inputs-digest = "5726c315ea88a21cdd12e3a0963b997eea3baeda3a2d70472cab1a06db39dd70"
input-imports = ["github.com/nfnt/resize"]
solver-name = "gps-cdcl"
solver-version = 1

View File

@ -1,7 +1,6 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
@ -19,8 +18,17 @@
# [[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

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/corona10/goimagehash
require github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
require github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646

4
go.sum
View File

@ -1,2 +1,2 @@
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5 h1:BvoENQQU+fZ9uukda/RzCAL/191HHwJA5b13R6diVlY=
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ=
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=