diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-12 16:21:16 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-12 16:21:16 +0700 |
| commit | 4d63f05deac80f2470bfb73a0094072f8a7606b4 (patch) | |
| tree | 60b6f71922d5bf60b5ab25e23b7987419b8b5c17 /go.mod | |
| parent | 80ff9b1c6c1506d29b9e8f4e43597e4b6e540b05 (diff) | |
| download | gotp-4d63f05deac80f2470bfb73a0094072f8a7606b4.tar.xz | |
go.mod: update all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,11 +6,11 @@ module git.sr.ht/~shulhan/gotp go 1.18 require ( - github.com/shuLhan/share v0.41.0 - golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 - golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 + github.com/shuLhan/share v0.43.0 + golang.org/x/crypto v0.6.0 + golang.org/x/term v0.5.0 ) -require golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect +require golang.org/x/sys v0.5.0 // indirect //replace github.com/shuLhan/share => ../share |
