Skip to content

Commit

Permalink
Update depnames fixtures
Browse files Browse the repository at this point in the history
Authored-by: Wayne Adams <[email protected]>
  • Loading branch information
wayneadams committed Apr 30, 2024
1 parent 4fe477e commit 2af88e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depstability/dependency_stability_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

var _ = Describe("Dependency Topology", func() {
It("is unchanged, allowing reuse of the 4.3.0 OSL file", func() {
It("is unchanged, allowing reuse of the OSL file", func() {
currentDepnames, err := listDepnamesFromGoSum()
Expect(err).NotTo(HaveOccurred())
oldDepnames, err := listDepnamesFromRecords()
Expand Down
3 changes: 2 additions & 1 deletion depstability/records/depnames-7.11.0.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cloud.google.com/go
cloud.google.com/go/compute
cloud.google.com/go/auth
cloud.google.com/go/auth/oauth2adapt
cloud.google.com/go/compute/metadata
cloud.google.com/go/iam
cloud.google.com/go/storage
Expand Down

0 comments on commit 2af88e8

Please sign in to comment.