netmaker/go.mod

40 lines
1.7 KiB
Modula-2
Raw Normal View History

2021-03-27 20:42:07 +08:00
module github.com/gravitl/netmaker
go 1.15
require (
2021-07-26 02:22:20 +08:00
github.com/aws/aws-sdk-go v1.34.28
2021-07-27 00:24:36 +08:00
github.com/davecgh/go-spew v1.1.1
2021-05-01 11:07:25 +08:00
github.com/go-playground/validator/v10 v10.5.0
2021-07-21 05:18:45 +08:00
github.com/go-sql-driver/mysql v1.6.0 // indirect
2021-08-10 10:31:01 +08:00
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/golang/protobuf v1.5.2
2021-03-27 20:42:07 +08:00
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/jinzhu/copier v0.3.2 // indirect
2021-08-31 03:58:23 +08:00
github.com/josephspurrier/goversioninfo v1.3.0 // indirect
github.com/kardianos/service v1.2.0 // indirect
2021-07-21 05:18:45 +08:00
github.com/mattn/go-sqlite3 v1.14.8
2021-08-31 03:58:23 +08:00
github.com/mdlayher/genetlink v1.0.0 // indirect
github.com/mikioh/ipaddr v0.0.0-20190404000644-d465c8ab6721 // indirect
2021-07-21 05:18:45 +08:00
github.com/rqlite/gorqlite v0.0.0-20210514125552-08ff1e76b22f
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
2021-03-27 20:42:07 +08:00
github.com/stretchr/testify v1.6.1
2021-05-01 11:07:25 +08:00
github.com/txn2/txeh v1.3.0
2021-05-26 00:48:04 +08:00
github.com/urfave/cli v1.22.5 // indirect
github.com/urfave/cli/v2 v2.3.0
2021-08-31 03:58:23 +08:00
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
2021-08-31 03:58:23 +08:00
golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2021-08-31 03:58:23 +08:00
golang.zx2c4.com/wireguard v0.0.0-20210805125648-3957e9b9dd19 // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210803171230-4253848d036c
golang.zx2c4.com/wireguard/windows v0.4.5 // indirect
2021-03-27 20:42:07 +08:00
google.golang.org/genproto v0.0.0-20210201151548-94839c025ad4 // indirect
google.golang.org/grpc v1.35.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 // indirect
google.golang.org/protobuf v1.26.0
2021-08-31 03:58:23 +08:00
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
2021-03-27 20:42:07 +08:00
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)