1
0

tex: reword bit in dep matrix part

This commit is contained in:
surtur 2023-08-18 17:54:02 +02:00
parent 42fa547ad2
commit d1311074b9
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -240,8 +240,10 @@ application.
\texttt{PostgreSQL} (\url{https://www.postgresql.org/}) & 15.3 \\
}
Additionally, dependency-version mapping can be inferred from looking at the
\texttt{go.mod} file's first \textit{require} block at any point in time.
Additionally, the dependency-version mapping for the Go program can be inferred
from looking at the \texttt{go.mod} file's first \textit{require} block at any
point in time. The same can be achieved for \emph{frontend} by glancing at the
\texttt{package-lock.json} file.
\n{1}{Application architecture}