From 2962e4ec440e656a231baa39b76d258fe15d851c Mon Sep 17 00:00:00 2001 From: Stefan Staudenmeyer Date: Tue, 24 Jul 2018 11:24:05 +0200 Subject: [PATCH] Add dep stuff to gitignore + bump golang sensor for dispatch service --- .gitignore | 3 ++- dispatch/src/Gopkg.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 464f471..d8ed3c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .*.swp .DS_Store *-private.* - +vendor/ +Gopkg.lock \ No newline at end of file diff --git a/dispatch/src/Gopkg.toml b/dispatch/src/Gopkg.toml index 3545a93..af0dc15 100644 --- a/dispatch/src/Gopkg.toml +++ b/dispatch/src/Gopkg.toml @@ -4,7 +4,7 @@ [[constraint]] name = "github.com/instana/golang-sensor" - version = "1.4.10" + version = "1.4.11" [[constraint]] name = "github.com/opentracing/opentracing-go"