From 177bf33ebf0afdbe14379bbf4860ac65471414bf Mon Sep 17 00:00:00 2001 From: sinmetal Date: Thu, 11 Jul 2019 14:37:22 +0900 Subject: [PATCH] versionup slog refs #10 --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b033292..39d2b36 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/morikuni/failure v0.11.0 github.com/sinmetal/gcpmetadata v0.0.0-20190612100641-8951dfda8549 github.com/sinmetal/silverdog v0.0.0-20190709122325-a885443c3d17 - github.com/sinmetal/slog v0.0.0-20190709124601-586365e285f5 + github.com/sinmetal/slog v0.0.0-20190711053637-464ece1c004f go.mercari.io/datastore v1.4.2 google.golang.org/api v0.6.0 google.golang.org/genproto v0.0.0-20190611190212-a7e196e89fd3 diff --git a/go.sum b/go.sum index 8c094a7..dce3d3f 100644 --- a/go.sum +++ b/go.sum @@ -107,6 +107,8 @@ github.com/sinmetal/silverdog v0.0.0-20190709122325-a885443c3d17 h1:tZVZfKSIV4Fs github.com/sinmetal/silverdog v0.0.0-20190709122325-a885443c3d17/go.mod h1:dI62sSZ829OY67VatpXl2qj++RguayZd6zwHUVtrj9o= github.com/sinmetal/slog v0.0.0-20190709124601-586365e285f5 h1:Ju3rtu9u9HpvF37x/viMqQAUkLCanVLdVMtUj5ex1cw= github.com/sinmetal/slog v0.0.0-20190709124601-586365e285f5/go.mod h1:7abRLuXyxKUl/2wBVCkDmFPU8bI4nRVIoZDqOPv5W4o= +github.com/sinmetal/slog v0.0.0-20190711053637-464ece1c004f h1:ct+Y0kkQbcH6Ll6o3p9e7fAVya6/EyHY128ag592yvo= +github.com/sinmetal/slog v0.0.0-20190711053637-464ece1c004f/go.mod h1:7abRLuXyxKUl/2wBVCkDmFPU8bI4nRVIoZDqOPv5W4o= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=