diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-04-22 15:16:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 15:16:05 +0100 |
commit | 05bef10708775eb608dd68bedd3bb4b796ba6920 (patch) | |
tree | e216c259656f4058a4d60c747e447b1e1170913b /go.mod | |
parent | 9d297a6a4b5ab61612d650352ba2bc1b66817def (diff) | |
parent | e546c7103da64e1b4cbda9c400926370f66b8c22 (diff) |
Merge branch 'main' into change-dockerfile
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ module github.com/defencedigital/ded-web -go 1.22.1 +go 1.20 require github.com/lib/pq v1.10.9 |