-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 843 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 843 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/agent
go 1.16
require (
github.com/caarlos0/env v3.5.0+incompatible
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/coreos/go-systemd/v22 v22.1.0
github.com/dimiro1/banner v1.1.0
github.com/go-playground/validator/v10 v10.4.1
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1
github.com/hashicorp/hcl/v2 v2.8.2
github.com/imdario/mergo v0.3.11
github.com/joho/godotenv v1.3.0
github.com/mitchellh/hashstructure/v2 v2.0.1 // indirect
github.com/pkg/errors v0.9.1
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636 // indirect
github.com/shurcooL/go-goon v0.0.0-20210110234559-7585751d9a17
github.com/sirupsen/logrus v1.6.0
go.etcd.io/bbolt v1.3.5
go.uber.org/zap v1.16.0
)