plakken/go.mod
Ada 420722b804 🔧 Supresss automatic .env load
Automatic load of .env is a problem for Docker and not really usefull in other context
2024-02-18 18:55:57 +01:00

11 lines
233 B
Modula-2

module git.gnous.eu/gnouseu/plakken
go 1.22
require github.com/redis/go-redis/v9 v9.4.0
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)