mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-12 04:25:08 +08:00
74ec5332f3
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
69 lines
2.9 KiB
Modula-2
69 lines
2.9 KiB
Modula-2
module github.com/gravitl/netmaker
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
github.com/go-playground/validator/v10 v10.10.1
|
|
github.com/golang-jwt/jwt/v4 v4.4.0
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/lib/pq v1.10.4
|
|
github.com/mattn/go-sqlite3 v1.14.10
|
|
github.com/rqlite/gorqlite v0.0.0-20210514125552-08ff1e76b22f
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/txn2/txeh v1.3.0
|
|
github.com/urfave/cli/v2 v2.4.0
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.zx2c4.com/wireguard v0.0.0-20210805125648-3957e9b9dd19 // indirect
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210913210325-91d1988e44de
|
|
google.golang.org/genproto v0.0.0-20210201151548-94839c025ad4 // indirect
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/ini.v1 v1.66.4
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require (
|
|
github.com/go-ping/ping v0.0.0-20211130115550-779d1e919534
|
|
github.com/guumaster/hostctl v1.1.2
|
|
github.com/posthog/posthog-go v0.0.0-20211028072449-93c17c49e2b0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.34.0 // indirect
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
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
|
|
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
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mdlayher/genetlink v1.0.0 // indirect
|
|
github.com/mdlayher/netlink v1.4.0 // indirect
|
|
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
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/spf13/afero v1.3.2 // indirect
|
|
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
google.golang.org/appengine v1.4.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|