diff options
| author | Shulhan <ms@kilabit.info> | 2023-02-17 11:24:28 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-17 11:24:28 +0700 |
| commit | 2efa4a559daa9132d3a06dbd1b4656baa07bffd8 (patch) | |
| tree | eafc39cd55417ae5d1ce4a4f6929513b056e555b /go.mod | |
| parent | e392e50eba892c500c84cbb6e41110d7275543e4 (diff) | |
| download | pakakeh.go-2efa4a559daa9132d3a06dbd1b4656baa07bffd8.tar.xz | |
go.mod: update all dependencies
This update use "go get all" which resolve to semver for each
dependencies.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,8 +3,8 @@ module github.com/shuLhan/share go 1.18 require ( - golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 - golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 - golang.org/x/sys v0.0.0-20220908164124-27713097b956 - golang.org/x/term v0.0.0-20220722155259-a9ba230a4035 + golang.org/x/crypto v0.6.0 + golang.org/x/net v0.7.0 + golang.org/x/sys v0.5.0 + golang.org/x/term v0.5.0 ) |
