Canonical path is actually otremblay.com/jkl

Also we use go dep instead of godeps
This commit is contained in:
Olivier Tremblay 2017-10-05 19:18:06 -04:00
parent edc5120921
commit 1458b63287
No known key found for this signature in database
GPG key ID: D1C73ACB855E3A6D
8 changed files with 110 additions and 42 deletions

34
Gopkg.toml Normal file
View file

@ -0,0 +1,34 @@
# 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]]
name = "github.com/hanwen/go-fuse"
version = "20170619.0.0"
[[constraint]]
name = "github.com/joho/godotenv"
version = "1.2.0"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"