pull/78/head
Hunter Long 2018-09-24 21:40:24 -07:00
parent fbf1d75764
commit 50af9df66a
2 changed files with 19 additions and 6 deletions

19
Gopkg.lock generated
View File

@ -160,6 +160,14 @@
pruneopts = "UT"
revision = "04140366298a54a039076d798123ffa108fff46c"
[[projects]]
branch = "master"
digest = "1:55011902fbefd825fd286f47e1783e2f5e0316eac7be414d28f8f5dd82156b0f"
name = "github.com/jinzhu/now"
packages = ["."]
pruneopts = "UT"
revision = "ed742868f2aebdb1c0c437bf4f7257f88834b66f"
[[projects]]
digest = "1:ecd9aa82687cf31d1585d4ac61d0ba180e42e8a6182b85bd785fcca8dfeefc1b"
name = "github.com/joho/godotenv"
@ -284,14 +292,14 @@
[[projects]]
branch = "master"
digest = "1:3bb4674103eef9bf860b88e59048c67ad646de4274ea7de8d71d16e9f8209bff"
digest = "1:75cb7164c3c9e028922e69b10842159549ab96ffc4800ea189c4a6865dc3bc08"
name = "golang.org/x/sys"
packages = [
"unix",
"windows",
]
pruneopts = "UT"
revision = "d641721ec2dead6fe5ca284096fe4b1fcd49e427"
revision = "90868a75fefd03942536221d7c0e2f84ec62a668"
[[projects]]
digest = "1:c25289f43ac4a68d88b02245742347c94f1e108c534dda442188015ff80669b3"
@ -326,12 +334,12 @@
version = "v2.1"
[[projects]]
digest = "1:39c2113f3a89585666e6f973650cff186b2d06deb4aa202c88addb87b0a201db"
digest = "1:2ee0f15eb0fb04f918db7c2dcf39745f40d69f798ef171610a730e8a56aaa4fd"
name = "gopkg.in/russross/blackfriday.v2"
packages = ["."]
pruneopts = "UT"
revision = "cadec560ec52d93835bf2f15bd794700d3a2473b"
version = "v2.0.0"
revision = "d3b5b032dc8e8927d31a5071b56e14c89f045135"
version = "v2.0.1"
[solve-meta]
analyzer-name = "dep"
@ -349,6 +357,7 @@
"github.com/jinzhu/gorm/dialects/mysql",
"github.com/jinzhu/gorm/dialects/postgres",
"github.com/jinzhu/gorm/dialects/sqlite",
"github.com/jinzhu/now",
"github.com/joho/godotenv",
"github.com/mkevac/debugcharts",
"github.com/pkg/errors",

View File

@ -53,6 +53,10 @@
name = "github.com/jinzhu/gorm"
version = "1.9.1"
[[constraint]]
branch = "master"
name = "github.com/jinzhu/now"
[[constraint]]
name = "github.com/joho/godotenv"
version = "1.3.0"
@ -87,7 +91,7 @@
[[constraint]]
name = "gopkg.in/russross/blackfriday.v2"
version = "2.0.0"
version = "2.0.1"
[prune]
go-tests = true