File tree Expand file tree Collapse file tree 8 files changed +9
-20
lines changed Expand file tree Collapse file tree 8 files changed +9
-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.13 .x
11
+ - 0.14 .x
12
12
validations :
13
13
required : true
14
14
- type : dropdown
32
32
attributes :
33
33
label : What Go version are you running?
34
34
options :
35
+ - 1.21.x
35
36
- 1.20.x
36
37
- 1.19.x
37
38
- 1.18.x
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/ClickHouse/clickhouse-go/v2 v2.12.1
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.13.1
8
+ go.nunchi.studio/helix v0.14.0
9
9
)
10
10
11
11
require (
@@ -46,5 +46,3 @@ require (
46
46
google.golang.org/protobuf v1.31.0 // indirect
47
47
gopkg.in/yaml.v3 v3.0.1 // indirect
48
48
)
49
-
50
- 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.28.0
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.13.1
8
+ go.nunchi.studio/helix v0.14.0
9
9
go.opentelemetry.io/otel v1.16.0
10
10
)
11
11
@@ -40,5 +40,3 @@ require (
40
40
google.golang.org/protobuf v1.31.0 // indirect
41
41
gopkg.in/yaml.v3 v3.0.1 // indirect
42
42
)
43
-
44
- 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.2
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.13.1
8
+ go.nunchi.studio/helix v0.14.0
9
9
)
10
10
11
11
require (
@@ -38,5 +38,3 @@ require (
38
38
google.golang.org/protobuf v1.31.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/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.13.1
11
+ go.nunchi.studio/helix v0.14.0
12
12
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
13
13
)
14
14
@@ -52,5 +52,3 @@ require (
52
52
gopkg.in/yaml.v2 v2.4.0 // indirect
53
53
gopkg.in/yaml.v3 v3.0.1 // indirect
54
54
)
55
-
56
- 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.13.1
7
+ go.nunchi.studio/helix v0.14.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
@@ -49,5 +49,3 @@ require (
49
49
google.golang.org/protobuf v1.31.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/hashicorp/vault/api v1.9.2
7
7
github.com/stretchr/testify v1.8.4
8
- go.nunchi.studio/helix v0.13.1
8
+ go.nunchi.studio/helix v0.14.0
9
9
)
10
10
11
11
require (
@@ -55,5 +55,3 @@ require (
55
55
google.golang.org/protobuf v1.31.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 @@ -5,7 +5,7 @@ if [[ -z "$GITHUB_TOKEN" ]]; then
5
5
exit 1
6
6
fi
7
7
8
- export GORELEASER_CURRENT_TAG=v0.13.1
8
+ export GORELEASER_CURRENT_TAG=v0.14.0
9
9
10
10
go work use -r ./
11
11
You can’t perform that action at this time.
0 commit comments