2021-03-27 20:42:07 +08:00
|
|
|
module github.com/gravitl/netmaker
|
|
|
|
|
2022-11-11 05:06:03 +08:00
|
|
|
go 1.19
|
2021-03-27 20:42:07 +08:00
|
|
|
|
|
|
|
require (
|
2022-11-01 07:23:38 +08:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.4.2
|
2023-02-14 05:54:48 +08:00
|
|
|
github.com/go-playground/validator/v10 v10.11.2
|
2022-12-06 07:04:00 +08:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.3
|
2022-01-15 04:35:15 +08:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-03-27 20:42:07 +08:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2022-09-13 07:12:50 +08:00
|
|
|
github.com/lib/pq v1.10.7
|
2022-11-01 07:23:34 +08:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
2021-07-21 05:18:45 +08:00
|
|
|
github.com/rqlite/gorqlite v0.0.0-20210514125552-08ff1e76b22f
|
2021-07-15 04:47:05 +08:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2022-11-03 22:26:25 +08:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2021-05-01 11:07:25 +08:00
|
|
|
github.com/txn2/txeh v1.3.0
|
2023-02-14 05:54:48 +08:00
|
|
|
golang.org/x/crypto v0.5.0
|
2023-02-03 02:20:59 +08:00
|
|
|
golang.org/x/net v0.5.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.4.0
|
|
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
|
|
golang.org/x/text v0.6.0 // indirect
|
2023-01-28 03:51:06 +08:00
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20220920152132-bb719d3a6e2c // indirect
|
2022-03-27 23:24:03 +08:00
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220324164955-056925b7df31
|
2022-09-03 04:42:51 +08:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2022-06-07 07:13:51 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2021-03-27 20:42:07 +08:00
|
|
|
)
|
2021-12-13 07:04:41 +08:00
|
|
|
|
2022-02-05 07:00:17 +08:00
|
|
|
require (
|
2022-05-31 07:19:55 +08:00
|
|
|
filippo.io/edwards25519 v1.0.0
|
2023-01-05 04:02:00 +08:00
|
|
|
github.com/c-robinson/iplib v1.0.6
|
2022-02-05 07:00:17 +08:00
|
|
|
github.com/posthog/posthog-go v0.0.0-20211028072449-93c17c49e2b0
|
|
|
|
)
|
2022-02-01 07:11:08 +08:00
|
|
|
|
2022-08-19 21:29:24 +08:00
|
|
|
require (
|
2023-01-10 07:05:23 +08:00
|
|
|
github.com/coreos/go-oidc/v3 v3.5.0
|
2022-09-20 07:13:09 +08:00
|
|
|
github.com/gorilla/websocket v1.5.0
|
2022-10-31 13:02:04 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-08-19 21:29:24 +08:00
|
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
|
2022-10-31 13:02:04 +08:00
|
|
|
gortc.io/stun v1.23.0
|
2022-08-19 21:29:24 +08:00
|
|
|
)
|
2022-07-19 19:20:31 +08:00
|
|
|
|
2022-12-02 20:05:41 +08:00
|
|
|
require (
|
2023-01-05 03:22:11 +08:00
|
|
|
github.com/guumaster/tablewriter v0.0.10
|
2022-12-02 20:05:41 +08:00
|
|
|
github.com/matryer/is v1.4.0
|
2023-01-05 03:22:11 +08:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2023-01-10 21:51:58 +08:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2023-01-05 03:22:11 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-01-10 22:33:21 +08:00
|
|
|
cloud.google.com/go/compute/metadata v0.2.1 // indirect
|
2023-01-10 07:05:23 +08:00
|
|
|
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
|
2023-01-05 03:22:11 +08:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2023-01-08 21:20:02 +08:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2023-01-05 03:22:11 +08:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-12-02 20:05:41 +08:00
|
|
|
)
|
|
|
|
|
2021-12-13 07:04:41 +08:00
|
|
|
require (
|
2023-01-10 21:51:58 +08:00
|
|
|
cloud.google.com/go/compute v1.12.1 // indirect
|
2022-01-03 23:01:37 +08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-09-03 04:42:51 +08:00
|
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
2023-02-14 05:54:48 +08:00
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
2022-07-19 19:20:31 +08:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2023-01-10 21:51:58 +08:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2022-11-15 03:41:34 +08:00
|
|
|
github.com/hashicorp/go-version v1.6.0
|
2022-03-27 23:24:03 +08:00
|
|
|
github.com/josharian/native v1.0.0 // indirect
|
2021-12-13 07:04:41 +08:00
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
2023-01-08 21:20:02 +08:00
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
2022-03-27 23:24:03 +08:00
|
|
|
github.com/mdlayher/genetlink v1.2.0 // indirect
|
|
|
|
github.com/mdlayher/netlink v1.6.0 // indirect
|
|
|
|
github.com/mdlayher/socket v0.1.1 // indirect
|
2021-12-13 07:04:41 +08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-01-21 06:50:42 +08:00
|
|
|
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
|
2023-01-10 21:51:58 +08:00
|
|
|
golang.org/x/sync v0.1.0 // indirect
|
2022-06-14 20:48:37 +08:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2021-12-13 07:04:41 +08:00
|
|
|
)
|