From b494dccc78c351c2d31a71dc8a21f382d22bc6d4 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Mon, 29 Jul 2019 16:54:20 +0400 Subject: [PATCH] chore: Add testify dependency --- go.mod | 5 ++++- go.sum | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 44b0e79..14246a9 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,7 @@ module github.com/nxshock/signaller go 1.12 -require github.com/gorilla/mux v1.7.3 +require ( + github.com/gorilla/mux v1.7.3 + github.com/stretchr/testify v1.3.0 +) diff --git a/go.sum b/go.sum index 2bf9262..c2eb794 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,9 @@ +github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= +github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/gorilla/mux v1.7.3 h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= +github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= +github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q= +github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=