diff options
Diffstat (limited to '')
-rw-r--r-- | go.mod | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,10 +1,9 @@ module git.adyxax.org/adyxax/tfstated -go 1.23.3 - -require github.com/mattn/go-sqlite3 v1.14.24 +go 1.23.6 require ( - go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad // indirect - golang.org/x/crypto v0.29.0 // indirect + github.com/mattn/go-sqlite3 v1.14.24 + go.n16f.net/uuid v0.0.0-20240707135755-e4fd26b968ad + golang.org/x/crypto v0.33.0 ) |