2021-03-27 20:42:07 +08:00
|
|
|
module github.com/gravitl/netmaker
|
|
|
|
|
2022-03-27 23:24:03 +08:00
|
|
|
go 1.18
|
2021-03-27 20:42:07 +08:00
|
|
|
|
|
|
|
require (
|
2022-01-13 05:23:34 +08:00
|
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
2022-03-15 07:12:30 +08:00
|
|
|
github.com/go-playground/validator/v10 v10.10.1
|
2022-03-29 07:15:06 +08:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.1
|
2021-09-23 12:25:28 +08:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
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-04-12 07:28:58 +08:00
|
|
|
github.com/lib/pq v1.10.5
|
2022-01-03 23:09:10 +08:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.10
|
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-03-22 20:47:51 +08:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2021-05-01 11:07:25 +08:00
|
|
|
github.com/txn2/txeh v1.3.0
|
2022-04-26 07:14:42 +08:00
|
|
|
github.com/urfave/cli/v2 v2.4.8
|
2022-03-27 23:24:03 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
|
|
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
2021-10-28 10:08:36 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2022-03-27 23:24:03 +08:00
|
|
|
golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 // indirect
|
2022-03-15 07:12:30 +08:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-03-27 23:24:03 +08:00
|
|
|
golang.zx2c4.com/wireguard v0.0.0-20220318042302-193cf8d6a5d6 // indirect
|
|
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220324164955-056925b7df31
|
2022-04-23 04:01:58 +08:00
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
2022-02-15 07:12:07 +08:00
|
|
|
gopkg.in/ini.v1 v1.66.4
|
2021-10-28 10:08:36 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
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-04-13 04:02:14 +08:00
|
|
|
filippo.io/edwards25519 v1.0.0-rc.1
|
2022-02-05 07:00:17 +08:00
|
|
|
github.com/go-ping/ping v0.0.0-20211130115550-779d1e919534
|
2022-03-22 07:12:20 +08:00
|
|
|
github.com/guumaster/hostctl v1.1.2
|
2022-04-23 04:01:58 +08:00
|
|
|
github.com/kr/pretty v0.3.0
|
2022-02-05 07:00:17 +08:00
|
|
|
github.com/posthog/posthog-go v0.0.0-20211028072449-93c17c49e2b0
|
2022-04-21 22:19:26 +08:00
|
|
|
github.com/seancfoley/ipaddress-go v1.1.2
|
2022-02-05 07:00:17 +08:00
|
|
|
)
|
2022-02-01 07:11:08 +08:00
|
|
|
|
2021-12-13 07:04:41 +08:00
|
|
|
require (
|
|
|
|
cloud.google.com/go v0.34.0 // indirect
|
2022-03-02 19:28:53 +08:00
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
2022-03-22 07:12:12 +08:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
2022-01-03 23:01:37 +08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-03-02 19:28:53 +08:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
|
github.com/docker/docker v17.12.1-ce+incompatible // indirect
|
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
2021-12-13 07:04:41 +08:00
|
|
|
github.com/felixge/httpsnoop v1.0.1 // indirect
|
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
2022-03-02 19:28:53 +08:00
|
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
2022-03-27 23:24:03 +08:00
|
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
2022-01-15 04:35:15 +08:00
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
2022-03-27 23:24:03 +08:00
|
|
|
github.com/josharian/native v1.0.0 // indirect
|
2022-04-23 04:01:58 +08:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2021-12-13 07:04:41 +08:00
|
|
|
github.com/leodido/go-urn v1.2.1 // 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
|
2022-03-02 19:28:53 +08:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-12-13 07:04:41 +08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-04-23 04:01:58 +08:00
|
|
|
github.com/rogpeppe/go-internal v1.8.0 // indirect
|
2022-03-22 07:12:12 +08:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-04-21 22:19:26 +08:00
|
|
|
github.com/seancfoley/bintree v1.0.1 // indirect
|
2022-03-02 19:28:53 +08:00
|
|
|
github.com/spf13/afero v1.3.2 // indirect
|
2022-01-21 06:50:42 +08:00
|
|
|
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
|
2022-02-05 07:00:17 +08:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
2021-12-13 07:04:41 +08:00
|
|
|
google.golang.org/appengine v1.4.0 // indirect
|
2022-03-17 11:19:18 +08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2021-12-13 07:04:41 +08:00
|
|
|
)
|