File tree Expand file tree Collapse file tree 8 files changed +8
-20
lines changed Expand file tree Collapse file tree 8 files changed +8
-20
lines changed Original file line number Diff line number Diff line change 8
8
attributes :
9
9
label : What helix version are you using?
10
10
options :
11
- - 0.11 .x
11
+ - 0.13 .x
12
12
validations :
13
13
required : true
14
14
- type : dropdown
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/ClickHouse/clickhouse-go/v2 v2.10.1
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.12 .0
8
+ go.nunchi.studio/helix v0.13 .0
9
9
)
10
10
11
11
require (
@@ -49,5 +49,3 @@ require (
49
49
google.golang.org/protobuf v1.30.0 // indirect
50
50
gopkg.in/yaml.v3 v3.0.1 // indirect
51
51
)
52
-
53
- 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.27.1
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.12 .0
8
+ go.nunchi.studio/helix v0.13 .0
9
9
go.opentelemetry.io/otel v1.16.0
10
10
)
11
11
@@ -43,5 +43,3 @@ require (
43
43
google.golang.org/protobuf v1.30.0 // indirect
44
44
gopkg.in/yaml.v3 v3.0.1 // indirect
45
45
)
46
-
47
- 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.4.1
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.12 .0
8
+ go.nunchi.studio/helix v0.13 .0
9
9
)
10
10
11
11
require (
@@ -41,5 +41,3 @@ require (
41
41
google.golang.org/protobuf v1.30.0 // indirect
42
42
gopkg.in/yaml.v3 v3.0.1 // indirect
43
43
)
44
-
45
- 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.20
9
9
github.com/uptrace/bunrouter/extra/bunrouterotel v1.0.20
10
10
github.com/uptrace/bunrouter/extra/reqlog v1.0.20
11
- go.nunchi.studio/helix v0.12 .0
11
+ go.nunchi.studio/helix v0.13 .0
12
12
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
13
13
)
14
14
@@ -55,5 +55,3 @@ require (
55
55
gopkg.in/yaml.v2 v2.4.0 // indirect
56
56
gopkg.in/yaml.v3 v3.0.1 // indirect
57
57
)
58
-
59
- 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.12 .0
7
+ go.nunchi.studio/helix v0.13 .0
8
8
go.opentelemetry.io/otel v1.16.0
9
9
go.opentelemetry.io/otel/trace v1.16.0
10
10
go.temporal.io/api v1.23.0
@@ -50,5 +50,3 @@ require (
50
50
google.golang.org/protobuf v1.30.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.9.2
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.12 .0
8
+ go.nunchi.studio/helix v0.13 .0
9
9
)
10
10
11
11
require (
@@ -58,5 +58,3 @@ require (
58
58
google.golang.org/protobuf v1.30.0 // indirect
59
59
gopkg.in/yaml.v3 v3.0.1 // indirect
60
60
)
61
-
62
- 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.12 .0
8
+ export GORELEASER_CURRENT_TAG=v0.13 .0
9
9
10
10
go work use -r ./
11
11
You can’t perform that action at this time.
0 commit comments