mirror of
https://github.com/flant/ovpn-admin.git
synced 2024-12-12 08:44:07 +02:00
10 lines
176 B
Modula-2
10 lines
176 B
Modula-2
module openvpn-admin
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.8.0
|
|
github.com/prometheus/common v0.15.0 // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
)
|