You've already forked email-api-client
refactor: update package paths and improve client context handling
All checks were successful
🚀 Publish Release Package / publish (push) Successful in 22s
All checks were successful
🚀 Publish Release Package / publish (push) Successful in 22s
This commit is contained in:
15
go.mod
15
go.mod
@@ -1,10 +1,13 @@
|
||||
module git.s.int/packages/go/email-api
|
||||
module gitea.siteworxpro.com/golang-packages/email-api-client
|
||||
|
||||
go 1.21.4
|
||||
|
||||
require git.s.int/packages/go/utilities v1.2.2
|
||||
go 1.24.3
|
||||
|
||||
require (
|
||||
github.com/go-redis/redis v6.15.9+incompatible // indirect
|
||||
github.com/redis/go-redis v6.15.9+incompatible // indirect
|
||||
gitea.siteworxpro.com/golang-packages/utilities v1.0.0
|
||||
github.com/go-redis/redis v6.15.9+incompatible
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/onsi/ginkgo v1.16.5 // indirect
|
||||
github.com/onsi/gomega v1.37.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user