Skip to content

Commit

Permalink
Merge pull request #4665 from dctrud/issue_4662
Browse files Browse the repository at this point in the history
Update umoci - minimize xattr warnings
  • Loading branch information
dtrudg authored Oct 23, 2019
2 parents 5ea7f18 + fecb6de commit 5c4a22b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ replace (
// where the patches have been merged. Dependency conflicts currently
// prevent this.
// For more detail see: https://github.com/sylabs/umoci/blob/singularity/README.md
github.com/openSUSE/umoci => github.com/sylabs/umoci v0.4.3-0.20191017185224-21061af9a1e7
github.com/openSUSE/umoci => github.com/sylabs/umoci v0.4.3-0.20191023165551-c75d775ed7fd
github.com/opencontainers/image-tools => github.com/sylabs/image-tools v0.0.0-20181006203805-2814f4980568
golang.org/x/crypto => github.com/sylabs/golang-x-crypto v0.0.0-20181006204705-4bce89e8e9a9
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ github.com/sylabs/scs-library-client v0.4.4 h1:DJpXTEV1TyHe3lGQ9EJ4RzK+0ES+3rDgj
github.com/sylabs/scs-library-client v0.4.4/go.mod h1:FV1aajXP99oKFFagiomGI6WkWFniKnhIq/z1mITeeb4=
github.com/sylabs/sif v1.0.8 h1:BK55XU0UhUsbimCr1Sl1tCLDrFsB71EDYDcHRfPpw8k=
github.com/sylabs/sif v1.0.8/go.mod h1:/W42wtEREMjfQCNz1HhqD2PHW8ZPqjiU7Z2pZQXTRqI=
github.com/sylabs/umoci v0.4.3-0.20191017185224-21061af9a1e7 h1:xrkM1WVrjk74eTmQSr9CIiV8qklNyykYn+k9zWm6faQ=
github.com/sylabs/umoci v0.4.3-0.20191017185224-21061af9a1e7/go.mod h1:8rMy7mg/N4lGwWNeoc09op5EoTcFcmmf9D+Kg8HIVKI=
github.com/sylabs/umoci v0.4.3-0.20191023165551-c75d775ed7fd h1:JZ7kZUI+IHSrK+XdTXaFgZqKJxgfUIif6XMBN8TFQCU=
github.com/sylabs/umoci v0.4.3-0.20191023165551-c75d775ed7fd/go.mod h1:8rMy7mg/N4lGwWNeoc09op5EoTcFcmmf9D+Kg8HIVKI=
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 h1:b6uOv7YOFK0TYG7HtkIgExQo+2RdLuwRft63jn2HWj8=
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww=
github.com/tchap/go-patricia v2.3.0+incompatible h1:GkY4dP3cEfEASBPPkWd+AmjYxhmDkqO9/zg7R0lSQRs=
Expand Down

0 comments on commit 5c4a22b

Please sign in to comment.