rpcfetch/go.mod
Ophestra Umiker 078092bc4c
go: initialise go module
Add github.com/google/uuid as a dependency as well since it will be required for nonce generation. Exclude files based on template from GitHub.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-19 23:07:05 +09:00

6 lines
97 B
Modula-2

module git.ophivana.moe/cat/rpcfetch
go 1.22
require github.com/google/uuid v1.6.0 // indirect