Codebase list golang-github-containers-common / 2ccf157
Bump golang to 1.15 Signed-off-by: Sascha Grunert <sgrunert@suse.com> Sascha Grunert 3 years ago
3 changed file(s) with 20 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 go:
33 - tip
4 - 1.13
4 - 1.15
55
66 before_install:
77 - sudo apt-get -qq install libdevmapper-dev
00 module github.com/containers/common
11
2 go 1.12
2 go 1.15
33
44 require (
55 github.com/BurntSushi/toml v0.3.1
00 # github.com/BurntSushi/toml v0.3.1
1 ## explicit
12 github.com/BurntSushi/toml
23 # github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5
34 github.com/Microsoft/go-winio
2930 # github.com/containerd/cgroups v0.0.0-20190919134610-bf292b21730f
3031 github.com/containerd/cgroups/stats/v1
3132 # github.com/containers/image/v5 v5.5.1
33 ## explicit
3234 github.com/containers/image/v5/docker
3335 github.com/containers/image/v5/docker/policyconfiguration
3436 github.com/containers/image/v5/docker/reference
5355 # github.com/containers/ocicrypt v1.0.2
5456 github.com/containers/ocicrypt/spec
5557 # github.com/containers/storage v1.23.0
58 ## explicit
5659 github.com/containers/storage
5760 github.com/containers/storage/drivers
5861 github.com/containers/storage/drivers/aufs
98101 # github.com/davecgh/go-spew v1.1.1
99102 github.com/davecgh/go-spew/spew
100103 # github.com/docker/distribution v2.7.1+incompatible
104 ## explicit
101105 github.com/docker/distribution
102106 github.com/docker/distribution/digestset
103107 github.com/docker/distribution/metrics
110114 github.com/docker/distribution/registry/storage/cache
111115 github.com/docker/distribution/registry/storage/cache/memory
112116 # github.com/docker/docker v1.4.2-0.20191219165747-a9416c67da9f
117 ## explicit
113118 github.com/docker/docker/api/types/versions
114119 github.com/docker/docker/pkg/homedir
115120 github.com/docker/docker/pkg/parsers
122127 # github.com/docker/go-metrics v0.0.1
123128 github.com/docker/go-metrics
124129 # github.com/docker/go-units v0.4.0
130 ## explicit
125131 github.com/docker/go-units
126132 # github.com/fsnotify/fsnotify v1.4.9
127133 github.com/fsnotify/fsnotify
140146 # github.com/hashicorp/errwrap v1.0.0
141147 github.com/hashicorp/errwrap
142148 # github.com/hashicorp/go-multierror v1.1.0
149 ## explicit
143150 github.com/hashicorp/go-multierror
144151 # github.com/hashicorp/golang-lru v0.5.1
145152 github.com/hashicorp/golang-lru/simplelru
167174 github.com/nxadm/tail/watch
168175 github.com/nxadm/tail/winfile
169176 # github.com/onsi/ginkgo v1.14.0
177 ## explicit
170178 github.com/onsi/ginkgo
171179 github.com/onsi/ginkgo/config
172180 github.com/onsi/ginkgo/internal/codelocation
187195 github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty
188196 github.com/onsi/ginkgo/types
189197 # github.com/onsi/gomega v1.10.1
198 ## explicit
190199 github.com/onsi/gomega
191200 github.com/onsi/gomega/format
192201 github.com/onsi/gomega/internal/assertion
205214 github.com/opencontainers/image-spec/specs-go
206215 github.com/opencontainers/image-spec/specs-go/v1
207216 # github.com/opencontainers/runc v1.0.0-rc91
217 ## explicit
208218 github.com/opencontainers/runc/libcontainer/apparmor
209219 github.com/opencontainers/runc/libcontainer/cgroups
210220 github.com/opencontainers/runc/libcontainer/configs
214224 # github.com/opencontainers/runtime-spec v1.0.3-0.20200520003142-237cc4f519e2
215225 github.com/opencontainers/runtime-spec/specs-go
216226 # github.com/opencontainers/selinux v1.6.0
227 ## explicit
217228 github.com/opencontainers/selinux/go-selinux
218229 github.com/opencontainers/selinux/go-selinux/label
219230 github.com/opencontainers/selinux/pkg/pwalk
220231 # github.com/pkg/errors v0.9.1
232 ## explicit
221233 github.com/pkg/errors
222234 # github.com/pmezard/go-difflib v1.0.0
223235 github.com/pmezard/go-difflib/difflib
240252 github.com/prometheus/procfs
241253 github.com/prometheus/procfs/internal/fs
242254 # github.com/sirupsen/logrus v1.6.0
255 ## explicit
243256 github.com/sirupsen/logrus
244257 # github.com/spf13/pflag v1.0.5
258 ## explicit
245259 github.com/spf13/pflag
246260 # github.com/stretchr/testify v1.6.1
261 ## explicit
247262 github.com/stretchr/testify/assert
248263 github.com/stretchr/testify/require
249264 # github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2
265 ## explicit
250266 github.com/syndtr/gocapability/capability
251267 # github.com/tchap/go-patricia v2.3.0+incompatible
252268 github.com/tchap/go-patricia/patricia
268284 go.opencensus.io/trace/internal
269285 go.opencensus.io/trace/tracestate
270286 # golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
287 ## explicit
271288 golang.org/x/crypto/ssh/terminal
272289 # golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
273290 golang.org/x/net/context
277294 golang.org/x/net/internal/socks
278295 golang.org/x/net/proxy
279296 # golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
297 ## explicit
280298 golang.org/x/sys/internal/unsafeheader
281299 golang.org/x/sys/unix
282300 golang.org/x/sys/windows