diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-01-21 20:36:07 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-02-01 11:03:44 -0500 |
commit | cdb221b7523cc3a0fbebc28b40176642027c7f83 (patch) | |
tree | b4b48037e2cbb0f920eca4c2aaef290b346835ad /go.mod |
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +module robbyzambito.me/http-nats-proxy/v2 + +go 1.23.2 + +require github.com/nats-io/nats.go v1.38.0 + +require ( + github.com/klauspost/compress v1.17.9 // indirect + github.com/nats-io/nkeys v0.4.9 // indirect + github.com/nats-io/nuid v1.0.1 // indirect + golang.org/x/crypto v0.31.0 // indirect + golang.org/x/sys v0.28.0 // indirect +) |