Skip to content

Commit

Permalink
Re-add the replace directive and remove go.work
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Oct 12, 2022
1 parent 73f6024 commit c0b9cb7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 181 deletions.
4 changes: 3 additions & 1 deletion test/go.mod
Expand Up @@ -4,7 +4,7 @@ go 1.19

require (
github.com/aws/aws-sdk-go v1.44.114
github.com/aws/karpenter v0.17.0
github.com/aws/karpenter v0.18.0
github.com/onsi/ginkgo/v2 v2.2.0
github.com/onsi/gomega v1.21.1
github.com/samber/lo v1.31.0
Expand Down Expand Up @@ -96,3 +96,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/aws/karpenter => ../
2 changes: 0 additions & 2 deletions test/go.sum
Expand Up @@ -64,8 +64,6 @@ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk5
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/aws/aws-sdk-go v1.44.114 h1:plIkWc/RsHr3DXBj4MEw9sEW4CcL/e2ryokc+CKyq1I=
github.com/aws/aws-sdk-go v1.44.114/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
github.com/aws/karpenter v0.17.0 h1:R9rJmSChEfLaCYQeBxHfyRuJXBLk1Rzj6UR9Fw3+n2w=
github.com/aws/karpenter v0.17.0/go.mod h1:acChPsZRb5mvfuMibZ3ZV9UkNNDHHw2VcAzlwOAAfo0=
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
Expand Down
6 changes: 0 additions & 6 deletions test/go.work

This file was deleted.

172 changes: 0 additions & 172 deletions test/go.work.sum

This file was deleted.

0 comments on commit c0b9cb7

Please sign in to comment.