Skip to content

Commit

Permalink
fix(deps): update module github.com/sourcegraph/sourcegraph/dev/ci/im…
Browse files Browse the repository at this point in the history
…ages to v0.0.0-20240515144306-de9806b156e9
  • Loading branch information
renovate[bot] committed May 15, 2024
1 parent 6987469 commit 2e833a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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.1

toolchain go1.22.3

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-20240515144306-de9806b156e9
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-20240515144306-de9806b156e9 h1:zuBczKR8F1c7daBdVpbUx8sn3G8JTm1tb1EdOYfsDjE=
github.com/sourcegraph/sourcegraph/dev/ci/images v0.0.0-20240515144306-de9806b156e9/go.mod h1:enphl7bz1ZQncC4a5gQFva48AoOkMg2GzcyUahccArI=
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

0 comments on commit 2e833a3

Please sign in to comment.