Skip to content

Commit

Permalink
fix go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards committed Oct 22, 2023
1 parent a3f42f5 commit 77dde17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/google/go-github/v52 v52.0.0
github.com/hashicorp/vault/api v1.9.0
github.com/joho/godotenv v1.5.1
github.com/kubefirst/metrics-client v0.1.1
github.com/kubefirst/metrics-client v0.2.1
github.com/kubefirst/runtime v0.3.27
github.com/minio/minio-go/v7 v7.0.49
github.com/otiai10/copy v1.7.0
Expand Down Expand Up @@ -325,5 +325,3 @@ replace (
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.24.2
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.24.2
)

replace github.com/kubefirst/metrics-client => /Users/jared/git/kubefirst/github/metrics-client

0 comments on commit 77dde17

Please sign in to comment.