|
1 | 1 | module github.com/cnabio/cnab-go
|
2 | 2 |
|
3 |
| -go 1.17 |
| 3 | +go 1.19 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/Masterminds/semver v1.5.0
|
7 | 7 | github.com/cnabio/image-relocation v0.0.0-20220815190842-cd2f11ecad88
|
8 | 8 | github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
|
9 |
| - github.com/docker/cli v23.0.0-rc.1+incompatible |
| 9 | + github.com/docker/cli v23.0.1+incompatible |
10 | 10 | github.com/docker/distribution v2.8.1+incompatible
|
11 |
| - github.com/docker/docker v23.0.0-rc.1+incompatible |
| 11 | + github.com/docker/docker v23.0.1+incompatible |
12 | 12 | github.com/docker/go-connections v0.4.0
|
13 | 13 | github.com/hashicorp/go-multierror v1.1.1
|
14 | 14 | github.com/mitchellh/copystructure v1.0.0
|
@@ -105,12 +105,12 @@ require (
|
105 | 105 | github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
106 | 106 | github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
107 | 107 | golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
|
108 |
| - golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect |
| 108 | + golang.org/x/net v0.7.0 // indirect |
109 | 109 | golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
110 |
| - golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect |
111 |
| - golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect |
112 |
| - golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect |
113 |
| - golang.org/x/text v0.3.7 // indirect |
| 110 | + golang.org/x/sync v0.1.0 // indirect |
| 111 | + golang.org/x/sys v0.5.0 // indirect |
| 112 | + golang.org/x/term v0.5.0 // indirect |
| 113 | + golang.org/x/text v0.7.0 // indirect |
114 | 114 | golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
115 | 115 | google.golang.org/appengine v1.6.7 // indirect
|
116 | 116 | google.golang.org/protobuf v1.28.0 // indirect
|
|
0 commit comments