diff options
author | Julien Dessaux | 2024-07-01 20:46:24 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-07-01 20:46:24 +0200 |
commit | d5649a862badb184006429c141c11f326c5daaf9 (patch) | |
tree | 09aa614bd42a7c0f38c653962bb677e75ccdbb0c /go.mod | |
parent | chore(gonf): replace global variables with an env struct (diff) | |
download | gonf-d5649a862badb184006429c141c11f326c5daaf9.tar.gz gonf-d5649a862badb184006429c141c11f326c5daaf9.tar.bz2 gonf-d5649a862badb184006429c141c11f326c5daaf9.zip |
chore(gonf): updated dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,6 +2,6 @@ module git.adyxax.org/adyxax/gonf/v2 go 1.22.1 -require golang.org/x/crypto v0.22.0 +require golang.org/x/crypto v0.24.0 -require golang.org/x/sys v0.19.0 // indirect +require golang.org/x/sys v0.21.0 // indirect |