ironnotify-go/go.mod
David Friedel 961d963feb Implement IronNotify Go SDK
- Client with global and instance-based usage
- Fluent EventBuilder for complex notifications
- HTTP transport with context support
- Offline queue with JSON persistence
- Severity levels and notification actions
- Thread-safe operations with sync.RWMutex
- Full README with examples
2025-12-25 10:50:06 +00:00

10 lines
150 B
Modula-2

module github.com/IronServices/ironnotify-go
go 1.21
require (
github.com/gorilla/websocket v1.5.1
)
require golang.org/x/net v0.17.0 // indirect