Skip to content

Commit 60ef9eb

Browse files
authored
forgot to modify the go.mod file and go.sum (#950)
1 parent e393f6f commit 60ef9eb

File tree

2 files changed

+237
-190
lines changed

2 files changed

+237
-190
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ module github.com/sourcegraph/deploy-sourcegraph-docker
33
go 1.15
44

55
require (
6+
github.com/Masterminds/semver v1.5.0
7+
github.com/sourcegraph/run v0.12.0
68
github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20221215223216-8c996a77af64
79
github.com/sourcegraph/update-docker-tags v0.10.0
10+
github.com/urfave/cli/v2 v2.25.7
811
)

0 commit comments

Comments
 (0)