forked from jessfraz/dockfmt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (16 loc) · 707 Bytes
/
go.mod
File metadata and controls
17 lines (16 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/agflow/dockfmt
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/genuinetools/pkg v0.0.0-20180717194616-e057fa50f234
github.com/google/go-cmp v0.2.0 // indirect
github.com/moby/buildkit v0.0.0-20180717184648-628681f8e4aa
github.com/onsi/gomega v1.4.2 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.0.5
github.com/stretchr/testify v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gotest.tools v2.1.0+incompatible // indirect
)