From bd40dcfc2bc7c9014ea1f33482fb63aacbcdfe87 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 8 Jan 2019 14:52:57 +0100 Subject: vendor: update everything * If possible, update each dependency to the latest available version. * Use releases over commit IDs and avoid vendoring branches. Signed-off-by: Valentin Rothberg --- vendor/gopkg.in/mgo.v2/LICENSE | 6 +++--- vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.c | 2 +- vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'vendor/gopkg.in/mgo.v2') diff --git a/vendor/gopkg.in/mgo.v2/LICENSE b/vendor/gopkg.in/mgo.v2/LICENSE index 01ba7d041..770c7672b 100644 --- a/vendor/gopkg.in/mgo.v2/LICENSE +++ b/vendor/gopkg.in/mgo.v2/LICENSE @@ -5,13 +5,13 @@ Copyright (c) 2010-2013 - Gustavo Niemeyer All rights reserved. Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: +modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. + list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. + and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED diff --git a/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.c b/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.c index 9acdc523d..63f9a6f86 100644 --- a/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.c +++ b/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.c @@ -1,5 +1,5 @@ // Code adapted from the NodeJS kerberos library: -// +// // https://github.com/christkv/kerberos/tree/master/lib/win32/kerberos_sspi.c // // Under the terms of the Apache License, Version 2.0: diff --git a/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h b/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h index dda2a5050..d28327031 100644 --- a/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h +++ b/vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h @@ -1,5 +1,5 @@ // Code adapted from the NodeJS kerberos library: -// +// // https://github.com/christkv/kerberos/tree/master/lib/win32/kerberos_sspi.h // // Under the terms of the Apache License, Version 2.0: -- cgit v1.2.3-54-g00ecf