diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-03-27 16:40:35 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-03-27 16:40:35 +0100 |
commit | c2dd1f5e20a4054cb4194145293af4f3409759dc (patch) | |
tree | 4502611f1c55698d895960247434312f53524b01 /go.mod |
Init relay
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +module github.com/boozec/rahanna + +go 1.24.0 + +require ( + github.com/stretchr/testify v1.10.0 + go.uber.org/zap v1.27.0 + google.golang.org/grpc v1.71.0 + google.golang.org/protobuf v1.36.4 +) + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + go.uber.org/multierr v1.10.0 // indirect + golang.org/x/net v0.34.0 // indirect + golang.org/x/sys v0.29.0 // indirect + golang.org/x/text v0.21.0 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect +) |