Skip to content

Commit

Permalink
Merge pull request #15 from Clever/upgrade-kayvee-go-6.24.0
Browse files Browse the repository at this point in the history
upgrade kayvee-go to 6.24.0
  • Loading branch information
ghirsch1 committed Aug 15, 2020
2 parents e55819c + 4e5d6f0 commit 1200089
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 16 deletions.
47 changes: 38 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@

[[constraint]]
name = "github.com/opentracing/opentracing-go"
version = "1.1.0"

[[constraint]]
name = "gopkg.in/Clever/kayvee-go.v6"
version = "^6.17.0"
version = "6.24.0"

[[constraint]]
branch = "v2"
name = "gopkg.in/mgo.v2"

[[constraint]]
name = "github.com/opentracing/opentracing-go"
version = "1.1.0"
4 changes: 2 additions & 2 deletions golang.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is the default Clever Golang Makefile.
# It is stored in the dev-handbook repo, github.com/Clever/dev-handbook
# Please do not alter this file directly.
GOLANG_MK_VERSION := 0.4.0
GOLANG_MK_VERSION := 0.4.1

SHELL := /bin/bash
SYSTEM := $(shell uname -a | cut -d" " -f1 | tr '[:upper:]' '[:lower:]')
Expand Down Expand Up @@ -39,7 +39,7 @@ $(FGT):
golang-ensure-curl-installed:
@command -v curl >/dev/null 2>&1 || { echo >&2 "curl not installed. Please install curl."; exit 1; }

DEP_VERSION = v0.4.1
DEP_VERSION = v0.5.4
DEP_INSTALLED := $(shell [[ -e "bin/dep" ]] && bin/dep version | grep version | grep -v go | cut -d: -f2 | tr -d '[:space:]')
# Dep is a tool used to manage Golang dependencies. It is the offical vendoring experiment, but
# not yet the official tool for Golang.
Expand Down

0 comments on commit 1200089

Please sign in to comment.