From c81c0dd22a7779148c4890cfd4bbf490054f06f1 Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 31 Jan 2019 17:06:36 +0100 Subject: Update vendor, move to labstack/echo/v4 Fixes #698 --- vendor/github.com/peterhellberg/emojilib/.travis.yml | 9 ++++----- vendor/github.com/peterhellberg/emojilib/LICENSE | 2 +- vendor/github.com/peterhellberg/emojilib/README.md | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'vendor/github.com/peterhellberg/emojilib') diff --git a/vendor/github.com/peterhellberg/emojilib/.travis.yml b/vendor/github.com/peterhellberg/emojilib/.travis.yml index 99c59c46..37eff7f6 100644 --- a/vendor/github.com/peterhellberg/emojilib/.travis.yml +++ b/vendor/github.com/peterhellberg/emojilib/.travis.yml @@ -1,11 +1,10 @@ language: go -go: - - "1.10.3" - - "1.9.7" +dist: xenial -sudo: false +go: + - "1.11.5" + - "1.10.8" script: - - go vet ./... - go test ./... diff --git a/vendor/github.com/peterhellberg/emojilib/LICENSE b/vendor/github.com/peterhellberg/emojilib/LICENSE index e1df4843..e6fda0c7 100644 --- a/vendor/github.com/peterhellberg/emojilib/LICENSE +++ b/vendor/github.com/peterhellberg/emojilib/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2018 Peter Hellberg https://c7.se/ +Copyright (c) 2015-2019 Peter Hellberg https://c7.se Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/vendor/github.com/peterhellberg/emojilib/README.md b/vendor/github.com/peterhellberg/emojilib/README.md index 2a8ab690..cbd12937 100644 --- a/vendor/github.com/peterhellberg/emojilib/README.md +++ b/vendor/github.com/peterhellberg/emojilib/README.md @@ -39,7 +39,7 @@ _You’ll need to have the [golang.org/x/tools/imports](https://golang.org/x/too ## License (MIT) -Copyright (c) 2015-2018 [Peter Hellberg](http://c7.se/) +Copyright (c) 2015-2019 [Peter Hellberg](https://c7.se) > Permission is hereby granted, free of charge, to any person obtaining > a copy of this software and associated documentation files (the -- cgit v1.2.3