2022-11-18 07:47:42 -05:00
|
|
|
module github.com/pashcovich/openvpn-user
|
2021-02-05 01:37:12 -05:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
|
|
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
|
2022-11-14 05:33:43 -05:00
|
|
|
github.com/dgryski/dgoogauth v0.0.0-20190221195224-5a805980a5f3
|
2022-11-18 07:47:42 -05:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-11-14 05:33:43 -05:00
|
|
|
golang.org/x/crypto v0.2.0
|
2021-02-05 01:37:12 -05:00
|
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
|
|
)
|