File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ include versioning.mk
44
55# dockerized development environment variables
66REPO_PATH := github.com/teamhephy/${SHORT_NAME}
7- DEV_ENV_IMAGE := hephy/go-dev:v1.25.1
7+ DEV_ENV_IMAGE := hephy/go-dev:v1.26.2
88DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
99DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1010DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ import:
4545 version : v0.9.1
4646- package : github.com/prometheus/common
4747 version : v0.1.0
48+ - package : golang.org/x/net
49+ version : 49e6db1c9ed2b2fdbc57fd579f0ca8f6082350be
50+ - package : golang.org/x/text/secure/bidirule
51+ version : c4d099d611ac3ded35360abf03581e13d91c828f
4852- package : github.com/spf13/pflag
4953 version : 8e7dc108ab3a1ab6ce6d922bbaff5657b88e8e49
5054 repo : https://github.com/spf13/pflag
You can’t perform that action at this time.
0 commit comments