mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-01 19:31:26 +00:00
parent
9ccc958ce7
commit
db1a5af15d
2 changed files with 1 additions and 26 deletions
2
Gopkg.lock
generated
2
Gopkg.lock
generated
|
@ -285,6 +285,6 @@
|
||||||
[solve-meta]
|
[solve-meta]
|
||||||
analyzer-name = "dep"
|
analyzer-name = "dep"
|
||||||
analyzer-version = 1
|
analyzer-version = 1
|
||||||
inputs-digest = "9976dbdbbdc93a77efbf710fec19b50240c8cea185d20a7c3ed4579e4c06cb78"
|
inputs-digest = "d828d7645269ae1e20eeca6927d5aa7fbd53915df25a89179b7e04fb9993ac0a"
|
||||||
solver-name = "gps-cdcl"
|
solver-name = "gps-cdcl"
|
||||||
solver-version = 1
|
solver-version = 1
|
||||||
|
|
25
Gopkg.toml
25
Gopkg.toml
|
@ -1,25 +1,4 @@
|
||||||
|
|
||||||
# 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"
|
|
||||||
|
|
||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/BurntSushi/toml"
|
name = "github.com/BurntSushi/toml"
|
||||||
|
@ -77,10 +56,6 @@
|
||||||
name = "github.com/kyokomi/emoji"
|
name = "github.com/kyokomi/emoji"
|
||||||
version = "1.5.0"
|
version = "1.5.0"
|
||||||
|
|
||||||
[[constraint]]
|
|
||||||
name = "github.com/magefile/mage"
|
|
||||||
version = "2.0.0"
|
|
||||||
|
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
name = "github.com/markbates/inflect"
|
name = "github.com/markbates/inflect"
|
||||||
|
|
Loading…
Reference in a new issue