diff options
| author | Raul Benencia <46945030+raul-te@users.noreply.github.com> | 2023-01-04 16:16:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 16:16:10 -0800 |
| commit | 5278665a4dab4d90c7aac56aa76ce2c24705da8c (patch) | |
| tree | 070fa7e79bb7d031797ed3c60d6f6745ee4b8689 /vendor/github.com/justinas/alice | |
| parent | 1c79728984af1b0b065ce5879581f41fa9f03da3 (diff) | |
build: update dependencies
Diffstat (limited to 'vendor/github.com/justinas/alice')
| -rw-r--r-- | vendor/github.com/justinas/alice/.travis.yml | 6 | ||||
| -rw-r--r-- | vendor/github.com/justinas/alice/go.mod | 3 |
2 files changed, 7 insertions, 2 deletions
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 |
