aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
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 9f8b7ab..7d8fde2 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.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