From 5278665a4dab4d90c7aac56aa76ce2c24705da8c Mon Sep 17 00:00:00 2001 From: Raul Benencia <46945030+raul-te@users.noreply.github.com> Date: Wed, 4 Jan 2023 16:16:10 -0800 Subject: build: update dependencies --- vendor/github.com/justinas/alice/.travis.yml | 6 ++++-- vendor/github.com/justinas/alice/go.mod | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 vendor/github.com/justinas/alice/go.mod (limited to 'vendor/github.com/justinas') diff --git a/vendor/github.com/justinas/alice/.travis.yml b/vendor/github.com/justinas/alice/.travis.yml index dc6bea6..f2800ce 100644 --- a/vendor/github.com/justinas/alice/.travis.yml +++ b/vendor/github.com/justinas/alice/.travis.yml @@ -2,8 +2,6 @@ language: go matrix: include: - - go: 1.0.x - - go: 1.1.x - go: 1.2.x - go: 1.3.x - go: 1.4.x @@ -12,6 +10,10 @@ matrix: - go: 1.7.x - go: 1.8.x - go: 1.9.x + - go: 1.10.x + - go: 1.11.x + - go: 1.12.x + - go: 1.13.x - go: tip allow_failures: - go: tip diff --git a/vendor/github.com/justinas/alice/go.mod b/vendor/github.com/justinas/alice/go.mod new file mode 100644 index 0000000..b630d63 --- /dev/null +++ b/vendor/github.com/justinas/alice/go.mod @@ -0,0 +1,3 @@ +module github.com/justinas/alice + +go 1.12 -- cgit v1.2.3