Skip to content

Commit

Permalink
chore: update templateV2024
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Jun 6, 2024
1 parent 45afa9d commit e9ade07
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions builder/templates/templateV2024.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,23 @@ module github.com/roadrunner-server/roadrunner/{{.ModuleVersion}}
go 1.22
toolchain go1.22.3
require (
github.com/buger/goterm v1.0.4
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.17.0
github.com/joho/godotenv v1.5.1
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.8.2
go.uber.org/automaxprocs v1.5.2
github.com/roadrunner-server/informer/v4 latest
github.com/roadrunner-server/resetter/v4 latest
github.com/roadrunner-server/config/v4 latest
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.9.0
go.uber.org/automaxprocs v1.5.3
github.com/roadrunner-server/informer/v4 latest
github.com/roadrunner-server/resetter/v4 latest
github.com/roadrunner-server/config/v4 latest
// Go module pseudo-version
{{range $v := .Entries}}{{$v.Module}} {{$v.PseudoVersion}}
{{end}}
// Go module pseudo-version
{{range $v := .Entries}}{{$v.Module}} {{$v.PseudoVersion}}
{{end}}
)
exclude (
Expand All @@ -33,6 +32,8 @@ exclude (
go.temporal.io/api v1.26.1
)
replace github.com/uber-go/tally/v4 => github.com/uber-go/tally/v4 v4.1.10
replace (
{{range $v := .Entries}}{{if (ne $v.Replace "")}}{{$v.Module}} => {{$v.Replace}}
{{end}}{{end}}
Expand Down

0 comments on commit e9ade07

Please sign in to comment.