chore: revert module path to github.com, unify Go version to 1.26.0
ci / test (push) Canceled after 0s
Build & Push Workflows Image / build-push (push) Canceled after 21s

This commit is contained in:
Test
2026-09-05 14:48:21 -07:00
parent a6f8d47a23
commit a014890775
2 changed files with 6 additions and 15 deletions
+4 -6
View File
@@ -1,8 +1,10 @@
module forgejo.riotpiao.com/rock/poimen-workflows
module github.com/rockliang/poimen/workflows
go 1.25.4
go 1.26.0
require (
github.com/google/uuid v1.6.0
github.com/lib/pq v1.12.3
github.com/prometheus/client_golang v1.24.1
github.com/stretchr/testify v1.12.1
go.temporal.io/sdk v1.48.0
@@ -16,10 +18,8 @@ require (
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/nexus-rpc/nexus-proto-annotations v0.1.0 // indirect
github.com/nexus-rpc/sdk-go v0.7.0 // indirect
@@ -27,8 +27,6 @@ require (
github.com/prometheus/common v0.70.1 // indirect
github.com/prometheus/procfs v0.21.1 // indirect
github.com/robfig/cron v1.2.0 // indirect
github.com/spf13/cobra v1.10.2 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/stretchr/objx v0.5.3 // indirect
go.temporal.io/api v1.63.4 // indirect
go.uber.org/multierr v1.11.0 // indirect