diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2022-11-11 11:22:50 +0100 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2022-11-11 11:22:50 +0100 |
commit | fe6bd04947e26a962fab3cf7a354abd44333bda6 (patch) | |
tree | de4714364747c05d391ab665176413eb24938545 /go.mod | |
parent | dc9dfb76ff9375e6368e9e05a40e6dc07b325a8d (diff) |
update dependencies
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 ) |