mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 15:26:40 +00:00
33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
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.3.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/kardianos/service v1.2.1-0.20210728001519-a323c3813bc7
|
|
github.com/onsi/ginkgo v1.16.4
|
|
github.com/onsi/gomega v1.13.0
|
|
github.com/pion/ice/v2 v2.1.13
|
|
github.com/pion/webrtc/v3 v3.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/spf13/pflag v1.0.5
|
|
github.com/vishvananda/netlink v1.1.0
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
|
|
golang.zx2c4.com/wireguard v0.0.0-20211026125340-e42c6c4bc2d0
|
|
golang.zx2c4.com/wireguard/tun/netstack v0.0.0-20211026125340-e42c6c4bc2d0
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210803171230-4253848d036c
|
|
golang.zx2c4.com/wireguard/windows v0.4.5
|
|
google.golang.org/grpc v1.39.0-dev.0.20210518002758-2713b77e8526
|
|
google.golang.org/protobuf v1.26.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
nhooyr.io/websocket v1.8.7
|
|
)
|