diff options
author | Julien Dessaux | 2024-11-24 15:26:37 +0100 |
---|---|---|
committer | Julien Dessaux | 2024-11-24 15:26:37 +0100 |
commit | c3874009bdf2fc8559702f4c549c8832dea41bfe (patch) | |
tree | f4d92be141c076e91f77b45c3c426a93319b5d17 /go.mod | |
parent | fix(stdlib): fixed borg name used for the pruning call in the template script (diff) | |
download | gonf-c3874009bdf2fc8559702f4c549c8832dea41bfe.tar.gz gonf-c3874009bdf2fc8559702f4c549c8832dea41bfe.tar.bz2 gonf-c3874009bdf2fc8559702f4c549c8832dea41bfe.zip |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ module git.adyxax.org/adyxax/gonf -go 1.23.1 +go 1.23.3 -require golang.org/x/crypto v0.27.0 +require golang.org/x/crypto v0.29.0 -require golang.org/x/sys v0.25.0 // indirect +require golang.org/x/sys v0.27.0 // indirect |