mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-13 03:03:56 +08:00
Add support for GO Modules
This removes vndr, and swiches to native Go Modules instead. All modules are kept on the old version. Keeps the vendor/ dir, so everything is backwards compatible. Signed-off-by: Odin Ugedal <odin@ugedal.com>
This commit is contained in:
19
vendor/github.com/cyphar/filepath-securejoin/.travis.yml
generated
vendored
Normal file
19
vendor/github.com/cyphar/filepath-securejoin/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright (C) 2017 SUSE LLC. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style
|
||||
# license that can be found in the LICENSE file.
|
||||
|
||||
language: go
|
||||
go:
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- tip
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
script:
|
||||
- go test -cover -v ./...
|
||||
|
||||
notifications:
|
||||
email: false
|
1
vendor/github.com/cyphar/filepath-securejoin/VERSION
generated
vendored
Normal file
1
vendor/github.com/cyphar/filepath-securejoin/VERSION
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
0.2.2
|
Reference in New Issue
Block a user