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-07 12:26:07 +02:00
|
|
|
github.com/codegangsta/negroni v1.0.0
|
|
|
|
github.com/coreos/go-oidc v2.2.1+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
|
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/gorilla/sessions v1.2.1
|
|
|
|
github.com/joho/godotenv v1.3.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-07 12:26:07 +02:00
|
|
|
github.com/pquerna/cachecontrol v0.1.0 // indirect
|
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-06-06 00:40:44 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
|
2021-08-07 12:26:07 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2021-06-22 14:38:28 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
|
2021-06-06 00:40:44 +02:00
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20210604143328-f9b48a961cd2
|
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210506160403-92e472f520a5
|
|
|
|
golang.zx2c4.com/wireguard/windows v0.3.14
|
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-08-07 12:26:07 +02:00
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
2021-05-01 12:45:37 +02:00
|
|
|
)
|