We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e393f6f commit 60ef9ebCopy full SHA for 60ef9eb
go.mod
@@ -3,6 +3,9 @@ module github.com/sourcegraph/deploy-sourcegraph-docker
3
go 1.15
4
5
require (
6
+ github.com/Masterminds/semver v1.5.0
7
+ github.com/sourcegraph/run v0.12.0
8
github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20221215223216-8c996a77af64
9
github.com/sourcegraph/update-docker-tags v0.10.0
10
+ github.com/urfave/cli/v2 v2.25.7
11
)
0 commit comments