Skip to content

Commit 6c6184e

Browse files
committed
version: Release v0.16.1
Signed-off-by: Loïc Saint-Roch <[email protected]>
1 parent 494af73 commit 6c6184e

File tree

9 files changed

+9
-25
lines changed

9 files changed

+9
-25
lines changed

integration/bucket/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

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

@@ -88,5 +88,3 @@ require (
8888
google.golang.org/protobuf v1.32.0 // indirect
8989
gopkg.in/yaml.v3 v3.0.1 // indirect
9090
)
91-
92-
replace go.nunchi.studio/helix => ../../

integration/clickhouse/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/ClickHouse/clickhouse-go/v2 v2.17.1
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.16.0
8+
go.nunchi.studio/helix v0.16.1
99
)
1010

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

integration/nats/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/nats-io/nats.go v1.32.0
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.16.0
8+
go.nunchi.studio/helix v0.16.1
99
go.opentelemetry.io/otel v1.22.0
1010
)
1111

@@ -38,5 +38,3 @@ require (
3838
google.golang.org/protobuf v1.32.0 // indirect
3939
gopkg.in/yaml.v3 v3.0.1 // indirect
4040
)
41-
42-
replace go.nunchi.studio/helix => ../../

integration/openfeature/go.mod

+1-3
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.22.0
11-
go.nunchi.studio/helix v0.16.0
11+
go.nunchi.studio/helix v0.16.1
1212
go.opentelemetry.io/otel v1.22.0
1313
go.opentelemetry.io/otel/trace v1.22.0
1414
)
@@ -45,5 +45,3 @@ require (
4545
google.golang.org/protobuf v1.32.0 // indirect
4646
gopkg.in/yaml.v3 v3.0.1 // indirect
4747
)
48-
49-
replace go.nunchi.studio/helix => ../../

integration/postgres/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/jackc/pgx/v5 v5.5.2
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.16.0
8+
go.nunchi.studio/helix v0.16.1
99
)
1010

1111
require (
@@ -39,5 +39,3 @@ require (
3939
google.golang.org/protobuf v1.32.0 // indirect
4040
gopkg.in/yaml.v3 v3.0.1 // indirect
4141
)
42-
43-
replace go.nunchi.studio/helix => ../../

integration/rest/go.mod

+1-3
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.16.0
11+
go.nunchi.studio/helix v0.16.1
1212
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0
1313
)
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/temporal/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/stretchr/testify v1.8.4
7-
go.nunchi.studio/helix v0.16.0
7+
go.nunchi.studio/helix v0.16.1
88
go.opentelemetry.io/otel v1.22.0
99
go.opentelemetry.io/otel/trace v1.22.0
1010
go.temporal.io/api v1.26.0
@@ -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/vault/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/hashicorp/vault/api v1.11.0
77
github.com/stretchr/testify v1.8.4
8-
go.nunchi.studio/helix v0.16.0
8+
go.nunchi.studio/helix v0.16.1
99
)
1010

1111
require (
@@ -54,5 +54,3 @@ require (
5454
google.golang.org/protobuf v1.32.0 // indirect
5555
gopkg.in/yaml.v3 v3.0.1 // indirect
5656
)
57-
58-
replace go.nunchi.studio/helix => ../../

scripts/release.sh

+1-1
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.16.0
8+
export GORELEASER_CURRENT_TAG=v0.16.1
99

1010
go work use -r ./
1111

0 commit comments

Comments
 (0)