Skip to content

Commit

Permalink
deps: fix go mod tidy by `replace cloud.google.com/go => cloud.goog…
Browse files Browse the repository at this point in the history
…le.com/go v0.100.2` (more)

See: aws-observability/aws-otel-collector#926 (comment)
  • Loading branch information
ondrejsika committed Jan 3, 2023
1 parent 8dbd55c commit ea197c2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 228 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/sikalabs/slu
go 1.19

replace (
cloud.google.com/go => cloud.google.com/go v0.100.2
github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
k8s.io/api => k8s.io/api v0.24.0
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.23.1
Expand Down
Loading

0 comments on commit ea197c2

Please sign in to comment.