summaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/mgo.v2/internal
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-01-08 14:52:57 +0100
committerValentin Rothberg <rothberg@redhat.com>2019-01-11 13:38:11 +0100
commitbd40dcfc2bc7c9014ea1f33482fb63aacbcdfe87 (patch)
tree5f06e4e289f16d9164d692590a3fe6541b5384cf /vendor/gopkg.in/mgo.v2/internal
parent545f24421247c9f6251a634764db3f8f8070a812 (diff)
downloadpodman-bd40dcfc2bc7c9014ea1f33482fb63aacbcdfe87.tar.gz
podman-bd40dcfc2bc7c9014ea1f33482fb63aacbcdfe87.tar.bz2
podman-bd40dcfc2bc7c9014ea1f33482fb63aacbcdfe87.zip
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 <rothberg@redhat.com>
Diffstat (limited to 'vendor/gopkg.in/mgo.v2/internal')
-rw-r--r--vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.c2
-rw-r--r--vendor/gopkg.in/mgo.v2/internal/sasl/sspi_windows.h2
2 files changed, 2 insertions, 2 deletions
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: