mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
27 lines
864 B
Modula-2
27 lines
864 B
Modula-2
module github.com/wiretrustee/wiretrustee
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.1.0
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/uuid v1.2.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/kardianos/service v1.2.0
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/gomega v1.13.0
|
|
github.com/pion/ice/v2 v2.1.7
|
|
github.com/rs/cors v1.8.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/vishvananda/netlink v1.1.0
|
|
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
|
|
google.golang.org/grpc v1.32.0
|
|
google.golang.org/protobuf v1.26.0
|
|
)
|