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:
Odin Ugedal
2019-11-13 11:47:19 +01:00
parent fc5759cf4f
commit 69e8fb2a74
99 changed files with 3165 additions and 2683 deletions

View 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
View File

@@ -0,0 +1 @@
0.2.2