-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 781 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/seashell/drago
go 1.16
require (
github.com/caarlos0/env v3.5.0+incompatible
github.com/dimiro1/banner v1.1.0
github.com/fatih/color v1.10.0
github.com/go-playground/validator/v10 v10.4.1
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/hcl/v2 v2.9.1
github.com/imdario/mergo v0.3.12
github.com/joho/godotenv v1.3.0
github.com/pkg/errors v0.9.1
github.com/rodaine/table v1.0.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
github.com/vishvananda/netlink v1.1.1-0.20200604160102-dc0e1b988c57
github.com/vmihailenco/msgpack v4.0.4+incompatible
go.etcd.io/bbolt v1.3.5
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
go.uber.org/zap v1.16.0
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b
)