hashes passwords support

This commit is contained in:
Mikaël Cluseau
2023-12-17 17:29:08 +01:00
parent c02f701c04
commit b616b710cb
8 changed files with 130 additions and 99 deletions

View File

@ -1,5 +1,5 @@
# ------------------------------------------------------------------------
from golang:1.21.3-bullseye as build
from golang:1.21.4-bullseye as build
run apt-get update && apt-get install -y git
workdir /src
copy go.mod go.sum ./