2022-03-26 12:08:54 +01:00
|
|
|
module github.com/netbirdio/netbird
|
2021-05-01 12:45:37 +02:00
|
|
|
|
2023-04-27 17:50:45 +02:00
|
|
|
go 1.20
|
2021-05-01 12:45:37 +02:00
|
|
|
|
|
|
|
require (
|
2022-06-05 21:36:42 +02:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.3
|
2021-08-12 12:49:10 +02:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
2023-05-29 14:35:30 +02:00
|
|
|
github.com/golang/protobuf v1.5.3
|
2021-12-21 10:02:25 +01:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-08-20 22:33:43 +02:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2023-02-16 18:04:14 +01:00
|
|
|
github.com/kardianos/service v1.2.1-0.20210728001519-a323c3813bc7
|
2021-12-21 10:02:25 +01:00
|
|
|
github.com/onsi/ginkgo v1.16.5
|
2022-06-05 21:36:42 +02:00
|
|
|
github.com/onsi/gomega v1.18.1
|
2023-03-05 16:42:49 +01:00
|
|
|
github.com/pion/ice/v2 v2.3.1
|
2021-08-16 11:29:57 +02:00
|
|
|
github.com/rs/cors v1.8.0
|
2023-03-13 15:14:18 +01:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2023-01-17 19:16:50 +01:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2021-11-15 09:11:50 +01:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-05-01 12:45:37 +02:00
|
|
|
github.com/vishvananda/netlink v1.1.0
|
2023-10-25 00:23:07 +02:00
|
|
|
golang.org/x/crypto v0.14.0
|
|
|
|
golang.org/x/sys v0.13.0
|
2023-04-13 17:00:01 +02:00
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20230223181233-21636207a675
|
2022-01-17 15:10:18 +01:00
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211215182854-7a385b3431de
|
2023-05-25 14:16:24 +02:00
|
|
|
golang.zx2c4.com/wireguard/windows v0.5.3
|
2023-11-03 14:45:50 +01:00
|
|
|
google.golang.org/grpc v1.56.3
|
2023-05-29 14:35:30 +02:00
|
|
|
google.golang.org/protobuf v1.30.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
|
|
|
)
|
2021-12-21 10:02:25 +01:00
|
|
|
|
2022-01-21 13:52:19 +01:00
|
|
|
require (
|
2022-04-15 17:30:12 +02:00
|
|
|
fyne.io/fyne/v2 v2.1.4
|
2023-10-03 19:33:42 +02:00
|
|
|
github.com/TheJumpCloud/jcapi-go v3.0.0+incompatible
|
2022-05-29 22:43:39 +02:00
|
|
|
github.com/c-robinson/iplib v1.0.3
|
2023-07-26 14:00:47 +02:00
|
|
|
github.com/cilium/ebpf v0.10.0
|
2023-08-12 11:42:36 +02:00
|
|
|
github.com/coreos/go-iptables v0.7.0
|
2022-06-23 17:04:53 +02:00
|
|
|
github.com/creack/pty v1.1.18
|
2022-10-13 18:26:31 +02:00
|
|
|
github.com/eko/gocache/v3 v3.1.1
|
2022-03-20 17:36:35 +01:00
|
|
|
github.com/getlantern/systray v1.2.1
|
2022-06-23 17:04:53 +02:00
|
|
|
github.com/gliderlabs/ssh v0.3.4
|
2022-11-23 13:39:42 +01:00
|
|
|
github.com/godbus/dbus/v5 v5.1.0
|
2023-05-29 16:00:18 +02:00
|
|
|
github.com/golang/mock v1.6.0
|
2023-03-28 14:54:06 +02:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2023-05-03 14:47:44 +02:00
|
|
|
github.com/google/gopacket v1.1.19
|
2022-09-05 09:06:35 +02:00
|
|
|
github.com/google/nftables v0.0.0-20220808154552-2eca00135732
|
2023-03-08 11:54:10 +01:00
|
|
|
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2
|
2022-11-18 16:35:13 +01:00
|
|
|
github.com/hashicorp/go-version v1.6.0
|
2022-09-05 09:06:35 +02:00
|
|
|
github.com/libp2p/go-netroute v0.2.0
|
2022-01-21 13:52:19 +01:00
|
|
|
github.com/magiconair/properties v1.8.5
|
2023-10-12 15:42:36 +02:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.17
|
2023-05-03 14:47:44 +02:00
|
|
|
github.com/mdlayher/socket v0.4.0
|
2023-03-13 15:14:18 +01:00
|
|
|
github.com/miekg/dns v1.1.43
|
2022-12-16 17:00:20 +01:00
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2
|
2023-07-24 13:00:23 +02:00
|
|
|
github.com/nadoo/ipset v0.5.0
|
2023-10-27 17:18:44 +02:00
|
|
|
github.com/netbirdio/management-integrations/integrations v0.0.0-20231027143200-a966bce7db88
|
2023-05-29 14:52:04 +02:00
|
|
|
github.com/okta/okta-sdk-golang/v2 v2.18.0
|
2022-06-05 21:36:42 +02:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2023-04-13 17:00:01 +02:00
|
|
|
github.com/pion/logging v0.2.2
|
|
|
|
github.com/pion/stun v0.4.0
|
2023-03-17 10:37:27 +01:00
|
|
|
github.com/pion/transport/v2 v2.0.2
|
2023-03-13 15:14:18 +01:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2022-01-21 13:52:19 +01:00
|
|
|
github.com/rs/xid v1.3.0
|
2022-03-20 17:36:35 +01:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
2023-02-24 19:30:23 +01:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2023-06-09 19:17:26 +02:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.3
|
2023-05-19 16:56:15 +02:00
|
|
|
go.opentelemetry.io/otel v1.11.1
|
2022-10-21 16:24:13 +02:00
|
|
|
go.opentelemetry.io/otel/exporters/prometheus v0.33.0
|
|
|
|
go.opentelemetry.io/otel/metric v0.33.0
|
|
|
|
go.opentelemetry.io/otel/sdk/metric v0.33.0
|
2023-05-29 14:35:30 +02:00
|
|
|
goauthentik.io/api/v3 v3.2023051.3
|
2023-04-01 12:02:08 +02:00
|
|
|
golang.org/x/exp v0.0.0-20220518171630-0b5c67f07fdf
|
2023-06-05 17:28:13 +02:00
|
|
|
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028
|
2023-10-25 00:23:07 +02:00
|
|
|
golang.org/x/net v0.17.0
|
2023-06-20 19:15:36 +02:00
|
|
|
golang.org/x/oauth2 v0.8.0
|
|
|
|
golang.org/x/sync v0.2.0
|
2023-10-25 00:23:07 +02:00
|
|
|
golang.org/x/term v0.13.0
|
2023-06-20 19:15:36 +02:00
|
|
|
google.golang.org/api v0.126.0
|
2023-02-27 11:33:12 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2023-10-12 15:42:36 +02:00
|
|
|
gorm.io/driver/sqlite v1.5.3
|
|
|
|
gorm.io/gorm v1.25.4
|
2022-01-21 13:52:19 +01:00
|
|
|
)
|
2021-12-27 13:17:15 +01:00
|
|
|
|
2021-12-21 10:02:25 +01:00
|
|
|
require (
|
2023-06-20 19:15:36 +02:00
|
|
|
cloud.google.com/go/compute v1.19.3 // indirect
|
|
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
2023-04-27 17:50:45 +02:00
|
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
2022-06-05 21:36:42 +02:00
|
|
|
github.com/XiaoMi/pegasus-go-client v0.0.0-20210427083443-f3b6b08bc4c2 // indirect
|
2022-06-23 17:04:53 +02:00
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
2022-06-05 21:36:42 +02:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d // indirect
|
2023-06-20 19:15:36 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-01-21 13:52:19 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-05-29 16:00:18 +02:00
|
|
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
2022-06-05 21:36:42 +02:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2022-04-15 17:30:12 +02:00
|
|
|
github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3 // indirect
|
2023-03-13 15:14:18 +01:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2022-03-20 17:36:35 +01:00
|
|
|
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
|
|
|
|
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect
|
|
|
|
github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7 // indirect
|
|
|
|
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect
|
|
|
|
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
|
|
|
|
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect
|
2022-04-15 17:30:12 +02:00
|
|
|
github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f // indirect
|
|
|
|
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be // indirect
|
2022-10-21 16:24:13 +02:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2023-06-09 19:15:39 +02:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2022-06-05 21:36:42 +02:00
|
|
|
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
2022-03-20 17:36:35 +01:00
|
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
2022-04-15 17:30:12 +02:00
|
|
|
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff // indirect
|
2023-06-20 19:15:36 +02:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/google/s2a-go v0.1.4 // indirect
|
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
|
|
|
|
github.com/googleapis/gax-go/v2 v2.10.0 // indirect
|
2023-03-08 11:54:10 +01:00
|
|
|
github.com/hashicorp/go-uuid v1.0.2 // indirect
|
2023-01-17 19:16:50 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-10-12 15:42:36 +02:00
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
2023-05-03 14:47:44 +02:00
|
|
|
github.com/josharian/native v1.0.0 // indirect
|
2023-05-29 14:52:04 +02:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0 // indirect
|
2023-03-13 15:14:18 +01:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2021-12-21 10:02:25 +01:00
|
|
|
github.com/mdlayher/genetlink v1.1.0 // indirect
|
2023-05-03 14:47:44 +02:00
|
|
|
github.com/mdlayher/netlink v1.7.1 // indirect
|
2021-12-21 10:02:25 +01:00
|
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
2022-03-20 17:36:35 +01:00
|
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
2022-06-05 21:36:42 +02:00
|
|
|
github.com/pegasus-kv/thrift v0.13.0 // indirect
|
2023-02-24 19:30:23 +01:00
|
|
|
github.com/pion/dtls/v2 v2.2.6 // indirect
|
|
|
|
github.com/pion/mdns v0.0.7 // indirect
|
2021-12-21 10:02:25 +01:00
|
|
|
github.com/pion/randutil v0.1.0 // indirect
|
2023-02-24 19:30:23 +01:00
|
|
|
github.com/pion/turn/v2 v2.1.0 // indirect
|
|
|
|
github.com/pion/udp/v2 v2.0.1 // indirect
|
2022-01-21 13:52:19 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-03-13 15:14:18 +01:00
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
2022-10-21 16:24:13 +02:00
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2022-06-05 21:36:42 +02:00
|
|
|
github.com/spf13/cast v1.5.0 // indirect
|
2022-04-15 17:30:12 +02:00
|
|
|
github.com/srwiley/oksvg v0.0.0-20200311192757-870daf9aa564 // indirect
|
|
|
|
github.com/srwiley/rasterx v0.0.0-20200120212402-85cb7272f5e9 // indirect
|
2023-04-27 17:50:45 +02:00
|
|
|
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
|
2023-02-24 19:30:23 +01:00
|
|
|
github.com/yuin/goldmark v1.4.13 // indirect
|
2023-06-20 19:15:36 +02:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2022-10-21 16:24:13 +02:00
|
|
|
go.opentelemetry.io/otel/sdk v1.11.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.11.1 // indirect
|
2023-11-03 14:45:35 +01:00
|
|
|
golang.org/x/image v0.10.0 // indirect
|
2023-03-05 16:42:49 +01:00
|
|
|
golang.org/x/mod v0.8.0 // indirect
|
2023-10-25 00:23:07 +02:00
|
|
|
golang.org/x/text v0.13.0 // indirect
|
2023-05-29 16:00:18 +02:00
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
2023-03-05 16:42:49 +01:00
|
|
|
golang.org/x/tools v0.6.0 // indirect
|
2023-04-27 17:50:45 +02:00
|
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
2023-05-29 14:35:30 +02:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-06-20 19:15:36 +02:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
|
2023-05-29 16:00:18 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2023-05-29 14:52:04 +02:00
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
2021-12-21 10:02:25 +01:00
|
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
2022-06-05 21:36:42 +02:00
|
|
|
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
|
2021-12-21 10:02:25 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
honnef.co/go/tools v0.2.2 // indirect
|
2022-06-05 21:36:42 +02:00
|
|
|
k8s.io/apimachinery v0.23.5 // indirect
|
2021-12-21 10:02:25 +01:00
|
|
|
)
|
2022-02-16 20:00:21 +01:00
|
|
|
|
2023-02-16 18:04:14 +01:00
|
|
|
replace github.com/kardianos/service => github.com/netbirdio/service v0.0.0-20230215170314-b923b89432b0
|
2022-10-12 12:25:06 +02:00
|
|
|
|
2023-11-03 13:05:07 +01:00
|
|
|
replace github.com/getlantern/systray => github.com/netbirdio/systray v0.0.0-20231030152038-ef1ed2a27949
|
2023-04-27 17:50:45 +02:00
|
|
|
|
2023-05-25 14:16:24 +02:00
|
|
|
replace golang.zx2c4.com/wireguard => github.com/netbirdio/wireguard-go v0.0.0-20230524172305-5a498a82b33f
|