Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update github.com/sourcegraph/sourcegraph/dev/ci/images digest to c68e92b #1048

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
module github.com/sourcegraph/deploy-sourcegraph-docker

go 1.19
go 1.22.4

toolchain go1.22.5

require (
github.com/Masterminds/semver v1.5.0
github.com/sourcegraph/run v0.12.0
github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240222005846-e3158c0c2717
github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240725232322-c68e92bc28b3
github.com/sourcegraph/update-docker-tags v0.10.0
github.com/urfave/cli/v2 v2.25.7
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20231101211343-d046aeda1
github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20231101211343-d046aeda10e4/go.mod h1:HpOGaRM0iHPNrEQvpB4/3E9dAUjutyhgjg9vrOOeXPY=
github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240222005846-e3158c0c2717 h1:xzO3kAjylr2urK0w5Yu95n98jSwpTQ4w/rvf8QA5pwY=
github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240222005846-e3158c0c2717/go.mod h1:HpOGaRM0iHPNrEQvpB4/3E9dAUjutyhgjg9vrOOeXPY=
github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240725232322-c68e92bc28b3 h1:AmcJcU6vhdvU9+7xPWDJtyTZ5pw5+ZVmt6okzKgvu/4=
github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240725232322-c68e92bc28b3/go.mod h1:TjLZayh0nd8CSEryRoC7yx7JMxDvMXCajKOyfwZwyMQ=
github.com/sourcegraph/update-docker-tags v0.10.0 h1:KpY1HtvSt0FzDM/sR0jQF5StNbiPKpqmHhE0jpBEa0A=
github.com/sourcegraph/update-docker-tags v0.10.0/go.mod h1:lCDsoUnk/ASDbm7UxE7tU3qAUhQxA7xykELHXcLeKFM=
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
Expand Down
Loading