File tree Expand file tree Collapse file tree 3 files changed +26
-177
lines changed Expand file tree Collapse file tree 3 files changed +26
-177
lines changed Original file line number Diff line number Diff line change 11module github.com/sourcegraph/deploy-sourcegraph-docker
22
3- go 1.15
3+ go 1.19
44
55require (
66 github.com/Masterminds/semver v1.5.0
77 github.com/sourcegraph/run v0.12.0
8- github.com/sourcegraph/sourcegraph/enterprise/ dev/ci/images v0.0.0-20221215223216-8c996a77af64
8+ github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20231101211343-d046aeda10e4
99 github.com/sourcegraph/update-docker-tags v0.10.0
1010 github.com/urfave/cli/v2 v2.25.7
1111)
12+
13+ require (
14+ bitbucket.org/creachadair/shell v0.0.7 // indirect
15+ github.com/Masterminds/semver/v3 v3.1.0 // indirect
16+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
17+ github.com/djherbis/buffer v1.2.0 // indirect
18+ github.com/djherbis/nio/v3 v3.0.1 // indirect
19+ github.com/go-logr/logr v1.2.3 // indirect
20+ github.com/go-logr/stdr v1.2.2 // indirect
21+ github.com/itchyny/gojq v0.12.11 // indirect
22+ github.com/itchyny/timefmt-go v0.1.5 // indirect
23+ github.com/pkg/errors v0.9.1 // indirect
24+ github.com/rogpeppe/go-internal v1.8.1 // indirect
25+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
26+ github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
27+ go.bobheadxi.dev/streamline v1.2.1 // indirect
28+ go.opentelemetry.io/otel v1.11.0 // indirect
29+ go.opentelemetry.io/otel/trace v1.11.0 // indirect
30+ )
You can’t perform that action at this time.
0 commit comments