diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,12 +3,12 @@ module git.zero-knowledge.org/gibheer/monzero go 1.18 require ( - github.com/BurntSushi/toml v0.4.1 - github.com/lib/pq v1.10.4 - golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 + github.com/BurntSushi/toml v1.2.1 + github.com/lib/pq v1.10.7 + golang.org/x/crypto v0.2.0 ) require ( - golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect - golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect + golang.org/x/sys v0.2.0 // indirect + golang.org/x/term v0.2.0 // indirect ) |