From 5998b9cacd3a71fdb5d6fbbcee74b27519d6010a Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Tue, 12 Feb 2019 21:34:25 +0100 Subject: [PATCH] Update gonvenience version Update gonvenience version to v1.7.0. --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index bd8cf3e..ae368b7 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/homeport/ytbx require ( github.com/BurntSushi/toml v0.3.1 github.com/gorilla/mux v1.7.0 - github.com/homeport/gonvenience v1.6.0 + github.com/homeport/gonvenience v1.7.0 github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/onsi/ginkgo v1.7.0 github.com/onsi/gomega v1.4.3 diff --git a/go.sum b/go.sum index c94a91f..001298b 100644 --- a/go.sum +++ b/go.sum @@ -4,8 +4,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/gorilla/mux v1.7.0 h1:tOSd0UKHQd6urX6ApfOn4XdBMY6Sh1MfxV3kmaazO+U= github.com/gorilla/mux v1.7.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= -github.com/homeport/gonvenience v1.6.0 h1:Y54Ujc2I64lhqOSuC9ynJKOXqdHMaY8uTDFnj4FHdFU= -github.com/homeport/gonvenience v1.6.0/go.mod h1:G2NH1mGKb2RtQ/xy7Axv5Tnnwzq4yE6NoYyINd1Lvuk= +github.com/homeport/gonvenience v1.7.0 h1:w41b0ehw45R6OR6NxgHKrNdfsQV8QN6kX7P8xNlD7GQ= +github.com/homeport/gonvenience v1.7.0/go.mod h1:G2NH1mGKb2RtQ/xy7Axv5Tnnwzq4yE6NoYyINd1Lvuk= github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=