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/internal/sasl/sspi_windows.c | 2 +- vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vendor/gopkg.in/mgo.v2/internal/sasl') 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