aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-02-08 01:06:24 +0700
committerShulhan <ms@kilabit.info>2022-02-08 01:06:24 +0700
commit8b9fefa14a555abd09254286d8a6ba713fcd73c7 (patch)
treedebfa6473ef7116022914f5bc98b39e16597e9d8 /go.mod
parent72b9ee4182a9e6f95e23d2d8535b1cc641fdbd44 (diff)
downloadgotp-8b9fefa14a555abd09254286d8a6ba713fcd73c7.tar.xz
go.mod: update share module
This update make the configuration file sort the issuer by label, in ascending order. So, any "add" or "remove" that may changes the configuration will not reorder all labels.
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 adc287a..88b53cc 100644
--- a/go.mod
+++ b/go.mod
@@ -3,12 +3,12 @@ module git.sr.ht/~shulhan/gotp
go 1.17
require (
- github.com/shuLhan/share v0.30.1-0.20211026162333-a7fd63a0836f
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
+ github.com/shuLhan/share v0.34.1-0.20220207173109-b2dfeda079de
+ golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
)
require (
- golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
+ golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
)