Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 5cbb85d

Browse files
committed
chore(go mod): Clean up go mod
Signed-off-by: Chris Privitere <[email protected]>
1 parent 0dddf1a commit 5cbb85d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ replace (
88
)
99

1010
require (
11-
github.com/blang/semver v3.5.1+incompatible
12-
github.com/docker/distribution v2.8.2+incompatible
1311
github.com/equinix-labs/metal-go v0.25.0
1412
github.com/onsi/ginkgo/v2 v2.9.2
1513
github.com/onsi/gomega v1.27.5
@@ -35,11 +33,13 @@ require (
3533
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10 // indirect
3634
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
3735
github.com/beorn7/perks v1.0.1 // indirect
36+
github.com/blang/semver v3.5.1+incompatible // indirect
3837
github.com/blang/semver/v4 v4.0.0 // indirect
3938
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4039
github.com/coredns/caddy v1.1.0 // indirect
4140
github.com/coredns/corefile-migration v1.0.21 // indirect
4241
github.com/davecgh/go-spew v1.1.1 // indirect
42+
github.com/docker/distribution v2.8.2+incompatible // indirect
4343
github.com/docker/docker v24.0.5+incompatible // indirect
4444
github.com/docker/go-connections v0.4.0 // indirect
4545
github.com/docker/go-units v0.4.0 // indirect

0 commit comments

Comments
 (0)