go.mod 1.1 KB

1234567891011121314151617181920212223242526
  1. module github.com/gravitl/netmaker
  2. go 1.15
  3. require (
  4. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  5. github.com/go-playground/universal-translator v0.17.0 // indirect
  6. github.com/golang/protobuf v1.4.3
  7. github.com/gorilla/handlers v1.5.1
  8. github.com/gorilla/mux v1.8.0
  9. github.com/leodido/go-urn v1.2.0 // indirect
  10. github.com/stretchr/testify v1.6.1
  11. go.mongodb.org/mongo-driver v1.4.3
  12. golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
  13. golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
  14. golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
  15. golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
  16. golang.org/x/text v0.3.5 // indirect
  17. golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
  18. golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b
  19. google.golang.org/genproto v0.0.0-20210201151548-94839c025ad4 // indirect
  20. google.golang.org/grpc v1.35.0
  21. gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
  22. gopkg.in/go-playground/validator.v9 v9.31.0
  23. gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  24. )