This commit is contained in:
ston1th 2022-09-19 15:26:09 +02:00
commit f8407162ad
203 changed files with 29726 additions and 11340 deletions

6
go.mod
View file

@ -12,8 +12,8 @@ require (
github.com/pquerna/otp v1.3.0
github.com/urfave/cli v1.22.5
go.etcd.io/bbolt v1.3.6
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20210908191846-a5e095526f91
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8
golang.org/x/net v0.0.0-20220812174116-3211cb980234
)
require (
@ -39,6 +39,6 @@ require (
github.com/steveyen/gtreap v0.1.0 // indirect
github.com/tinylib/msgp v1.1.4 // indirect
github.com/willf/bitset v1.1.11 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)