1
0
Fork 0
mirror of synced 2024-11-22 00:55:34 -05:00
openvpn-user/go.mod
Ilya Sosnovsky 53bc51e674 totp auth
2022-11-14 13:33:43 +03:00

13 lines
414 B
Modula-2

module openvpn-user
go 1.14
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3
github.com/mattn/go-sqlite3 v1.14.6
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.2.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)