aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-08-17 16:01:51 +0700
committerShulhan <ms@kilabit.info>2023-08-17 16:01:51 +0700
commitba54e6bc9aa20a1cbf2a3604345c830305449f7b (patch)
tree5bec80fc907378b9e974ec32b64706399364f78c
parente6d488096c580a0532e0c06719588a972130de55 (diff)
downloadduitku-ba54e6bc9aa20a1cbf2a3604345c830305449f7b.tar.xz
go.mod: update dependencies
-rw-r--r--go.mod6
-rw-r--r--go.sum12
2 files changed, 9 insertions, 9 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
diff --git a/go.sum b/go.sum
index ec59024..e304984 100644
--- a/go.sum
+++ b/go.sum
@@ -1,6 +1,6 @@
-github.com/shuLhan/share v0.44.0 h1:Afom8pQrzNYtUZM53y+eqlZw5lkFm7bgl3QjZ3ARsgg=
-github.com/shuLhan/share v0.44.0/go.mod h1:BnjohSsgDFMeYQ0/ws7kzb1oABZdVbEwDNGbUhOLee4=
-golang.org/x/net v0.8.0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ=
-golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
-golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
-golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+github.com/shuLhan/share v0.49.0 h1:9RtvejG4wV+0juKf8lB9lkF/pquC0rDPwm5lh/5mcG8=
+github.com/shuLhan/share v0.49.0/go.mod h1:lnY5x7bhCg3fUy5bF1Cs6S23MKhMYwmVuzi4YRt84NM=
+golang.org/x/net v0.12.0 h1:cfawfvKITfUsFCeJIHJrbSxpeu/E81khclypR0GVT50=
+golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA=
+golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA=
+golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=