This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
gootp/go.mod

23 lines
769 B
Modula-2
Raw Normal View History

2022-03-27 16:42:27 +00:00
module github.com/Kichiyaki/gootp
go 1.18
2022-03-27 16:42:27 +00:00
require (
github.com/pquerna/otp v1.3.0
github.com/stretchr/testify v1.7.1
github.com/urfave/cli/v2 v2.7.1
golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
)
2022-03-27 16:42:27 +00:00
require (
github.com/antzucaro/matchr v0.0.0-20210222213004-b04723ef80f0 // indirect
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
2022-03-27 16:42:27 +00:00
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)