2021-05-01 12:45:37 +02:00
|
|
|
module github.com/wiretrustee/wiretrustee
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cenkalti/backoff/v4 v4.1.0
|
2021-08-12 12:49:10 +02:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
2021-06-14 16:57:18 +02:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-08-07 12:26:07 +02:00
|
|
|
github.com/google/uuid v1.2.0
|
2021-08-20 22:33:43 +02:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-06-25 10:40:47 +02:00
|
|
|
github.com/kardianos/service v1.2.0
|
2021-06-14 16:57:18 +02:00
|
|
|
github.com/onsi/ginkgo v1.16.4
|
|
|
|
github.com/onsi/gomega v1.13.0
|
2021-05-01 15:47:24 +02:00
|
|
|
github.com/pion/ice/v2 v2.1.7
|
2021-08-16 11:29:57 +02:00
|
|
|
github.com/rs/cors v1.8.0
|
2021-05-01 12:45:37 +02:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
|
|
|
github.com/spf13/cobra v1.1.3
|
|
|
|
github.com/vishvananda/netlink v1.1.0
|
2021-08-15 16:56:26 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
|
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20210805125648-3957e9b9dd19
|
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210803171230-4253848d036c
|
|
|
|
golang.zx2c4.com/wireguard/windows v0.4.5
|
2021-05-01 12:45:37 +02:00
|
|
|
google.golang.org/grpc v1.32.0
|
2021-07-20 18:09:26 +02:00
|
|
|
google.golang.org/protobuf v1.26.0
|
2021-09-07 09:53:18 +02:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2021-05-01 12:45:37 +02:00
|
|
|
)
|