Skip to content

Commit

Permalink
update image list
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Nov 1, 2023
1 parent 216c11b commit 81ca27f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 177 deletions.
23 changes: 21 additions & 2 deletions go.mod
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
)
Loading

0 comments on commit 81ca27f

Please sign in to comment.