13 lines
315 B
Modula-2
13 lines
315 B
Modula-2
module curiouser.com/openvpn-manager
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/gobuffalo/packr v1.30.1 // indirect
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/rakyll/statik v0.1.7
|
|
github.com/sirupsen/logrus v1.7.0
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|