-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
39 lines (37 loc) · 2.16 KB
/
go.mod
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
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/anuvu/octoci
go 1.16
require (
github.com/apex/log v1.1.0 // indirect
github.com/blang/semver v3.5.0+incompatible // indirect
github.com/cyphar/filepath-securejoin v0.2.2-0.20170720062807-ae69057f2299 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/go-units v0.3.3 // indirect
github.com/golang/protobuf v1.2.1-0.20180821051752-b27b920f9e71 // indirect
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce // indirect
github.com/hashicorp/go-multierror v0.0.0-20161216184304-ed905158d874 // indirect
github.com/klauspost/compress v1.4.1-0.20180801095237-b50017755d44 // indirect
github.com/klauspost/cpuid v1.2.0 // indirect
github.com/klauspost/crc32 v1.2.0 // indirect
github.com/klauspost/pgzip v1.2.0
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/openSUSE/umoci v0.4.2-0.20180828101621-f2ced05ae289
github.com/opencontainers/go-digest v1.0.0-rc1.0.20180430190053-c9281466c8b2
github.com/opencontainers/image-spec v1.0.1-0.20180411145040-e562b0440392
github.com/opencontainers/runtime-spec v1.0.2-0.20180710222632-d810dbc60d8c // indirect
github.com/opencontainers/runtime-tools v0.7.1-0.20180822021132-d0b00639c292 // indirect
github.com/pkg/errors v0.8.1-0.20180311214515-816c9085562c
github.com/sirupsen/logrus v1.0.6 // indirect
github.com/stretchr/testify v1.7.1 // indirect
github.com/syndtr/gocapability v0.0.0-20170704070218-db04d3cc01c8 // indirect
github.com/urfave/cli v1.20.1-0.20180821064027-934abfb2f102
github.com/vbatts/go-mtree v0.4.3 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20170225233418-6fe8760cad35 // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20150808065054-e02fc20de94c // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20170528113821-0c8571ac0ce1 // indirect
golang.org/x/crypto v0.0.0-20180820150726-614d502a4dac // indirect
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20171017063910-8dbc5d05d6ed // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)