aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-06 01:08:32 +0700
committerShulhan <ms@kilabit.info>2022-09-06 01:08:32 +0700
commit4b59013fbd70aa67519ad4e136487eeead604822 (patch)
tree3ffaecb6bfb69041446ee0e45d67c6ce829cfe08
parent90e972ae954c147bf73c5f06ffc49d5633bcdea5 (diff)
downloadhaminer-4b59013fbd70aa67519ad4e136487eeead604822.tar.xz
go.mod: update all 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 a5a675a..1d9394e 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.40.0
+require github.com/shuLhan/share v0.41.0
-require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
+require golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
diff --git a/go.sum b/go.sum
index ebbff64..2c1fe4a 100644
--- a/go.sum
+++ b/go.sum
@@ -1,4 +1,4 @@
-github.com/shuLhan/share v0.40.0 h1:C0c1lfKLzogUStIiYJecoTTP9TrEDMz64la1Y1l8Wl0=
-github.com/shuLhan/share v0.40.0/go.mod h1:hb3Kis5s4jPume4YD15JELE67naFybtuALshhh9TlOg=
-golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ=
-golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+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=