Add dep stuff to gitignore + bump golang sensor for dispatch service

This commit is contained in:
Stefan Staudenmeyer
2018-07-24 11:24:05 +02:00
parent e54e06219b
commit 2962e4ec44
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.*.swp
.DS_Store
*-private.*
vendor/
Gopkg.lock

View File

@@ -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"