-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 936 Bytes
/
go.mod
File metadata and controls
26 lines (24 loc) · 936 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
25
26
module github.com/teamlint/ardan
go 1.14
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/alexellis/go-execute v0.0.0-20200124154445-8697e4e28c5e
github.com/fatih/structtag v1.2.0 // indirect
github.com/gin-gonic/gin v1.7.0
github.com/go-task/task v2.2.0+incompatible
github.com/huandu/xstrings v1.3.0 // indirect
github.com/mattn/go-zglob v0.0.1 // indirect
github.com/micro/go-micro/v2 v2.9.0
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/radovskyb/watcher v1.0.7 // indirect
github.com/rakyll/statik v0.1.7
github.com/spf13/pflag v1.0.5 // indirect
github.com/urfave/cli/v2 v2.2.0
github.com/vetcher/go-astra v1.2.0
go.uber.org/dig v1.8.0
golang.org/x/tools v0.0.0-20191216173652-a0e659d51361
mvdan.cc/sh v2.6.4+incompatible // indirect
xorm.io/xorm v1.0.2
)