-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
216c11b
commit 81ca27f
Showing
3 changed files
with
26 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,30 @@ | ||
module github.com/sourcegraph/deploy-sourcegraph-docker | ||
|
||
go 1.15 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/Masterminds/semver v1.5.0 | ||
github.com/sourcegraph/run v0.12.0 | ||
github.com/sourcegraph/sourcegraph/enterprise/dev/ci/images v0.0.0-20221215223216-8c996a77af64 | ||
github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20231101211343-d046aeda10e4 | ||
github.com/sourcegraph/update-docker-tags v0.10.0 | ||
github.com/urfave/cli/v2 v2.25.7 | ||
) | ||
|
||
require ( | ||
bitbucket.org/creachadair/shell v0.0.7 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/djherbis/buffer v1.2.0 // indirect | ||
github.com/djherbis/nio/v3 v3.0.1 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/itchyny/gojq v0.12.11 // indirect | ||
github.com/itchyny/timefmt-go v0.1.5 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/rogpeppe/go-internal v1.8.1 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect | ||
go.bobheadxi.dev/streamline v1.2.1 // indirect | ||
go.opentelemetry.io/otel v1.11.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.11.0 // indirect | ||
) |
Oops, something went wrong.