feat: add docker configuration

This commit is contained in:
sam 2024-09-14 18:07:49 +02:00
parent 821712f43b
commit cf2f624ae4
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
21 changed files with 232 additions and 13 deletions

9
rate/go.mod Normal file
View file

@ -0,0 +1,9 @@
module code.vulpine.solutions/sam/Foxnouns.NET
go 1.20
require (
github.com/go-chi/httprate v0.14.1
)
require github.com/cespare/xxhash/v2 v2.3.0 // indirect