diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-15 01:28:32 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-15 01:28:32 +0700 |
| commit | 77cef2851517e313d64161faabde7659e8969011 (patch) | |
| tree | 075463ffccac88043b8c1dd806586947cdd4db5b /go.mod | |
| parent | 7398b1b41deb5bc165c4bde3718aaffc1f32b01a (diff) | |
| download | gotp-77cef2851517e313d64161faabde7659e8969011.tar.xz | |
all: update Go version to 1.19 and all dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,14 +3,14 @@ module git.sr.ht/~shulhan/gotp -go 1.18 +go 1.19 require ( - github.com/shuLhan/share v0.43.0 - golang.org/x/crypto v0.6.0 - golang.org/x/term v0.5.0 + github.com/shuLhan/share v0.46.0 + golang.org/x/crypto v0.9.0 + golang.org/x/term v0.8.0 ) -require golang.org/x/sys v0.5.0 // indirect +require golang.org/x/sys v0.8.0 // indirect //replace github.com/shuLhan/share => ../share |
