diff options
| author | Shulhan <ms@kilabit.info> | 2023-08-17 16:01:51 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-08-17 16:01:51 +0700 |
| commit | ba54e6bc9aa20a1cbf2a3604345c830305449f7b (patch) | |
| tree | 5bec80fc907378b9e974ec32b64706399364f78c /go.mod | |
| parent | e6d488096c580a0532e0c06719588a972130de55 (diff) | |
| download | duitku-ba54e6bc9aa20a1cbf2a3604345c830305449f7b.tar.xz | |
go.mod: update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,11 +5,11 @@ module git.sr.ht/~shulhan/duitku go 1.19 -require github.com/shuLhan/share v0.44.0 +require github.com/shuLhan/share v0.49.0 require ( - golang.org/x/net v0.8.0 // indirect - golang.org/x/sys v0.6.0 // indirect + golang.org/x/net v0.12.0 // indirect + golang.org/x/sys v0.10.0 // indirect ) //replace github.com/shuLhan/share => ../share |
