aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-02-12 15:55:26 +0700
committerShulhan <ms@kilabit.info>2023-02-12 15:55:26 +0700
commit0cffaddda7c0f36c0ad55f5b9b9d4e871d6b3e7f (patch)
treefc989ae51a017d3320966101a9b615d93b908bf6 /go.mod
parentd2211d2109107a80d5c98d2b4660e3646f0f4616 (diff)
downloadduitku-0cffaddda7c0f36c0ad55f5b9b9d4e871d6b3e7f.tar.xz
go.mod: update all dependencies to latest release
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 8619289..a9f5150 100644
--- a/go.mod
+++ b/go.mod
@@ -5,11 +5,11 @@ module git.sr.ht/~shulhan/duitku
go 1.19
-require github.com/shuLhan/share v0.42.1-0.20230201082435-894f4d4ae310
+require github.com/shuLhan/share v0.43.0
require (
- golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect
- golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
+ golang.org/x/net v0.6.0 // indirect
+ golang.org/x/sys v0.5.0 // indirect
)
//replace github.com/shuLhan/share => ../share