Files
gauth/go.mod
Hangkun Ung 31632acfad Goreleaser (#1)
* Init

* Add config file

* Update x/sys to support windows arm64

* Release if tag

* asdf

* asdfa

* asdf
2022-02-20 22:01:43 -05:00

10 lines
211 B
Modula-2

module github.com/pcarrier/gauth
go 1.12
require (
github.com/creachadair/otp v0.2.4
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
)