summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-03-05 13:56:16 +0700
committerShulhan <ms@kilabit.info>2023-03-05 13:56:16 +0700
commit1e7d8e360eac2c815ac7b79ddf5ec11253833f95 (patch)
tree085ade41991f0252a5d8d097e7c57074835b3da0
parente31c6a2b3dac9f06bd15b4834a28b545999c7dab (diff)
downloadhaminer-1e7d8e360eac2c815ac7b79ddf5ec11253833f95.tar.xz
all: update dependencies
-rw-r--r--go.mod4
-rw-r--r--go.sum8
2 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 1d9394e..049cdff 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,6 @@ module git.sr.ht/~shulhan/haminer
go 1.18
-require github.com/shuLhan/share v0.41.0
+require github.com/shuLhan/share v0.44.0
-require golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
+require golang.org/x/sys v0.6.0 // indirect
diff --git a/go.sum b/go.sum
index 2c1fe4a..5e36ed9 100644
--- a/go.sum
+++ b/go.sum
@@ -1,4 +1,4 @@
-github.com/shuLhan/share v0.41.0 h1:l6kdC+9g7HWnoxIDbE8uDgwjWLw2uKgNKrowB6D8DTc=
-github.com/shuLhan/share v0.41.0/go.mod h1:cC9WPeieVTmmqASTwNRdYl6F5PEQdkR2ox7xY1pS6LI=
-golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 h1:v6hYoSR9T5oet+pMXwUWkbiVqx/63mlHjefrHmxwfeY=
-golang.org/x/sys v0.0.0-20220829200755-d48e67d00261/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+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/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ=
+golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=