Skip to content

Commit

Permalink
version(scripts): Apply post-release of v0.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Loïc Saint-Roch <[email protected]>
  • Loading branch information
loicsaintroch committed Oct 9, 2024
1 parent 952dff0 commit e8509b0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/bucket/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,5 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
2 changes: 2 additions & 0 deletions integration/clickhouse/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
2 changes: 2 additions & 0 deletions integration/nats/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
2 changes: 2 additions & 0 deletions integration/openfeature/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
2 changes: 2 additions & 0 deletions integration/postgres/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
2 changes: 2 additions & 0 deletions integration/rest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
2 changes: 2 additions & 0 deletions integration/temporal/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../
2 changes: 2 additions & 0 deletions integration/vault/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ require (
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace go.nunchi.studio/helix => ../../

0 comments on commit e8509b0

Please sign in to comment.