Skip to content

Commit 871aa96

Browse files
committed
version: Release v0.17.1
Signed-off-by: Loïc Saint-Roch <[email protected]>
1 parent d905682 commit 871aa96

File tree

9 files changed

+9
-25
lines changed

9 files changed

+9
-25
lines changed

integration/bucket/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22
44

55
require (
66
github.com/stretchr/testify v1.8.4
7-
go.nunchi.studio/helix v0.17.0
7+
go.nunchi.studio/helix v0.17.1
88
gocloud.dev v0.36.0
99
)
1010

@@ -93,5 +93,3 @@ require (
9393
google.golang.org/protobuf v1.32.0 // indirect
9494
gopkg.in/yaml.v3 v3.0.1 // indirect
9595
)
96-
97-
replace go.nunchi.studio/helix => ../../

integration/clickhouse/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.18.0
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.17.0
8+
go.nunchi.studio/helix v0.17.1
99
)
1010

1111
retract (
@@ -50,5 +50,3 @@ require (
5050
google.golang.org/protobuf v1.32.0 // indirect
5151
gopkg.in/yaml.v3 v3.0.1 // indirect
5252
)
53-
54-
replace go.nunchi.studio/helix => ../../

integration/nats/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
require (
66
github.com/nats-io/nats.go v1.33.1
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.17.0
8+
go.nunchi.studio/helix v0.17.1
99
go.opentelemetry.io/otel v1.23.1
1010
)
1111

@@ -43,5 +43,3 @@ require (
4343
google.golang.org/protobuf v1.32.0 // indirect
4444
gopkg.in/yaml.v3 v3.0.1 // indirect
4545
)
46-
47-
replace go.nunchi.studio/helix => ../../

integration/openfeature/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.1.33
99
github.com/stretchr/testify v1.8.4
1010
github.com/thomaspoignant/go-feature-flag v1.23.0
11-
go.nunchi.studio/helix v0.17.0
11+
go.nunchi.studio/helix v0.17.1
1212
go.opentelemetry.io/otel v1.23.1
1313
go.opentelemetry.io/otel/trace v1.23.1
1414
)
@@ -50,5 +50,3 @@ require (
5050
google.golang.org/protobuf v1.32.0 // indirect
5151
gopkg.in/yaml.v3 v3.0.1 // indirect
5252
)
53-
54-
replace go.nunchi.studio/helix => ../../

integration/postgres/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
require (
66
github.com/jackc/pgx/v5 v5.5.3
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.17.0
8+
go.nunchi.studio/helix v0.17.1
99
)
1010

1111
retract (
@@ -44,5 +44,3 @@ require (
4444
google.golang.org/protobuf v1.32.0 // indirect
4545
gopkg.in/yaml.v3 v3.0.1 // indirect
4646
)
47-
48-
replace go.nunchi.studio/helix => ../../

integration/rest/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/uptrace/bunrouter v1.0.21
99
github.com/uptrace/bunrouter/extra/bunrouterotel v1.0.21
1010
github.com/uptrace/bunrouter/extra/reqlog v1.0.21
11-
go.nunchi.studio/helix v0.17.0
11+
go.nunchi.studio/helix v0.17.1
1212
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.48.0
1313
golang.org/x/text v0.14.0
1414
)
@@ -55,5 +55,3 @@ require (
5555
google.golang.org/protobuf v1.32.0 // indirect
5656
gopkg.in/yaml.v3 v3.0.1 // indirect
5757
)
58-
59-
replace go.nunchi.studio/helix => ../../

integration/temporal/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.22
44

55
require (
66
github.com/stretchr/testify v1.8.4
7-
go.nunchi.studio/helix v0.17.0
7+
go.nunchi.studio/helix v0.17.1
88
go.opentelemetry.io/otel v1.23.1
99
go.opentelemetry.io/otel/trace v1.23.1
1010
go.temporal.io/api v1.27.0
@@ -52,5 +52,3 @@ require (
5252
google.golang.org/protobuf v1.32.0 // indirect
5353
gopkg.in/yaml.v3 v3.0.1 // indirect
5454
)
55-
56-
replace go.nunchi.studio/helix => ../../

integration/vault/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
require (
66
github.com/hashicorp/vault/api v1.12.0
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.17.0
8+
go.nunchi.studio/helix v0.17.1
99
)
1010

1111
retract (
@@ -59,5 +59,3 @@ require (
5959
google.golang.org/protobuf v1.32.0 // indirect
6060
gopkg.in/yaml.v3 v3.0.1 // indirect
6161
)
62-
63-
replace go.nunchi.studio/helix => ../../

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ -z "$GITHUB_TOKEN" ]]; then
55
exit 1
66
fi
77

8-
export GORELEASER_CURRENT_TAG=v0.17.0
8+
export GORELEASER_CURRENT_TAG=v0.17.1
99

1010
go work use -r ./
1111

0 commit comments

Comments
 (0)