forked from gravitl/netmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
288 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
module github.com/gravitl/netmaker | ||
|
||
go 1.15 | ||
|
||
require ( | ||
github.com/chromedp/cdproto v0.0.0-20210323015217-0942afbea50e | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/go-playground/universal-translator v0.17.0 // indirect | ||
github.com/golang/protobuf v1.4.3 | ||
github.com/gorilla/handlers v1.5.1 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 | ||
github.com/leodido/go-urn v1.2.0 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/robfig/cron v1.2.0 | ||
github.com/spf13/cobra v0.0.3 | ||
github.com/spf13/viper v1.7.1 | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/takama/daemon v1.0.0 | ||
github.com/vishvananda/netlink v1.1.0 | ||
go.mongodb.org/mongo-driver v1.4.3 | ||
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72 | ||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect | ||
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect | ||
golang.org/x/text v0.3.5 // indirect | ||
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b | ||
google.golang.org/genproto v0.0.0-20210201151548-94839c025ad4 // indirect | ||
google.golang.org/grpc v1.35.0 | ||
gopkg.in/go-playground/validator.v9 v9.31.0 | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.