go module config

master
Matthew 2024-10-04 17:46:49 -04:00
parent aec390895e
commit a67e8d3388
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 10 additions and 0 deletions

10
go.mod Normal file
View File

@ -0,0 +1,10 @@
module git.libraryofcode.org/engineering/bces
go 1.20
require github.com/redis/go-redis/v9 v9.6.1
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)