Skip to content

Commit

Permalink
fix: update gobox to 1.90.2 (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed May 22, 2024
1 parent 8652904 commit 6120d9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
go 1.21

require (
github.com/getoutreach/gobox v1.89.0
github.com/getoutreach/gobox v1.90.2
github.com/getoutreach/stencil-golang/pkg v0.0.0-20230811193316-312178c3fbc3
))
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
go 1.19

require (
github.com/getoutreach/gobox v1.89.0
github.com/getoutreach/gobox v1.90.2
github.com/getoutreach/stencil-golang/pkg v0.0.0-20230811193316-312178c3fbc3
))
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ go 1.21

require (
github.com/blang/semver/v4 v4.0.0
github.com/getoutreach/gobox v1.89.0
github.com/getoutreach/gobox v1.90.2
github.com/getoutreach/stencil v1.28.0-rc.2
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
{{- define "dependencies" }}
go:
- name: github.com/getoutreach/gobox
version: v1.89.0
version: v1.90.2
- name: github.com/getoutreach/stencil-golang/pkg
# To obtain, set `github.com/getoutreach/stencil-golang/pkg` to 'main'
# in a go.mod and run `go mod tidy`.
Expand Down

0 comments on commit 6120d9a

Please sign in to comment.