forked from cenk1cenk2/docker-softether-vpnsrv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (32 loc) · 1.38 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/cenk1cenk2/docker-softether-vpnsrv
go 1.19
require (
github.com/apparentlymart/go-cidr v1.1.0
github.com/go-ping/ping v1.1.0
github.com/mitchellh/go-ps v1.0.0
github.com/urfave/cli/v2 v2.23.5
gitlab.kilic.dev/libraries/plumber/v4 v4.22.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/creasty/defaults v1.6.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/workanator/go-floc/v3 v3.0.1 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
gitlab.kilic.dev/libraries/go-broadcaster v1.1.1 // indirect
gitlab.kilic.dev/libraries/go-utils v1.3.10 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/exp v0.0.0-20221111204811-129d8d6c17ab // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
)
// replace gitlab.kilic.dev/libraries/plumber/v4 => /home/cenk/development/plumber