File tree 9 files changed +9
-25
lines changed
9 files changed +9
-25
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/stretchr/testify v1.8.4
7
- go.nunchi.studio/helix v0.16.0
7
+ go.nunchi.studio/helix v0.16.1
8
8
gocloud.dev v0.36.0
9
9
)
10
10
@@ -88,5 +88,3 @@ require (
88
88
google.golang.org/protobuf v1.32.0 // indirect
89
89
gopkg.in/yaml.v3 v3.0.1 // indirect
90
90
)
91
-
92
- replace go.nunchi.studio/helix => ../../
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/ClickHouse/clickhouse-go/v2 v2.17.1
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.16.0
8
+ go.nunchi.studio/helix v0.16.1
9
9
)
10
10
11
11
require (
@@ -45,5 +45,3 @@ require (
45
45
google.golang.org/protobuf v1.32.0 // indirect
46
46
gopkg.in/yaml.v3 v3.0.1 // indirect
47
47
)
48
-
49
- replace go.nunchi.studio/helix => ../../
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/nats-io/nats.go v1.32.0
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.16.0
8
+ go.nunchi.studio/helix v0.16.1
9
9
go.opentelemetry.io/otel v1.22.0
10
10
)
11
11
@@ -38,5 +38,3 @@ require (
38
38
google.golang.org/protobuf v1.32.0 // indirect
39
39
gopkg.in/yaml.v3 v3.0.1 // indirect
40
40
)
41
-
42
- replace go.nunchi.studio/helix => ../../
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/open-feature/go-sdk-contrib/providers/go-feature-flag v0.1.33
9
9
github.com/stretchr/testify v1.8.4
10
10
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
12
12
go.opentelemetry.io/otel v1.22.0
13
13
go.opentelemetry.io/otel/trace v1.22.0
14
14
)
@@ -45,5 +45,3 @@ require (
45
45
google.golang.org/protobuf v1.32.0 // indirect
46
46
gopkg.in/yaml.v3 v3.0.1 // indirect
47
47
)
48
-
49
- replace go.nunchi.studio/helix => ../../
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/jackc/pgx/v5 v5.5.2
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.16.0
8
+ go.nunchi.studio/helix v0.16.1
9
9
)
10
10
11
11
require (
@@ -39,5 +39,3 @@ require (
39
39
google.golang.org/protobuf v1.32.0 // indirect
40
40
gopkg.in/yaml.v3 v3.0.1 // indirect
41
41
)
42
-
43
- replace go.nunchi.studio/helix => ../../
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/uptrace/bunrouter v1.0.21
9
9
github.com/uptrace/bunrouter/extra/bunrouterotel v1.0.21
10
10
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
12
12
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0
13
13
)
14
14
@@ -50,5 +50,3 @@ require (
50
50
google.golang.org/protobuf v1.32.0 // indirect
51
51
gopkg.in/yaml.v3 v3.0.1 // indirect
52
52
)
53
-
54
- replace go.nunchi.studio/helix => ../../
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/stretchr/testify v1.8.4
7
- go.nunchi.studio/helix v0.16.0
7
+ go.nunchi.studio/helix v0.16.1
8
8
go.opentelemetry.io/otel v1.22.0
9
9
go.opentelemetry.io/otel/trace v1.22.0
10
10
go.temporal.io/api v1.26.0
@@ -50,5 +50,3 @@ require (
50
50
google.golang.org/protobuf v1.32.0 // indirect
51
51
gopkg.in/yaml.v3 v3.0.1 // indirect
52
52
)
53
-
54
- replace go.nunchi.studio/helix => ../../
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/hashicorp/vault/api v1.11.0
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.16.0
8
+ go.nunchi.studio/helix v0.16.1
9
9
)
10
10
11
11
require (
@@ -54,5 +54,3 @@ require (
54
54
google.golang.org/protobuf v1.32.0 // indirect
55
55
gopkg.in/yaml.v3 v3.0.1 // indirect
56
56
)
57
-
58
- replace go.nunchi.studio/helix => ../../
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [[ -z "$GITHUB_TOKEN" ]]; then
5
5
exit 1
6
6
fi
7
7
8
- export GORELEASER_CURRENT_TAG=v0.16.0
8
+ export GORELEASER_CURRENT_TAG=v0.16.1
9
9
10
10
go work use -r ./
11
11
You can’t perform that action at this time.
0 commit comments