diff --git a/src/github.com/matrix-org/dendrite/clientapi/consumers/roomserver.go b/src/github.com/matrix-org/dendrite/clientapi/consumers/roomserver.go index 4675a7739243331af19472963264933792bd35b8..e915ddd25109e277dbceaf108c5dd908c3c6a4bc 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/consumers/roomserver.go +++ b/src/github.com/matrix-org/dendrite/clientapi/consumers/roomserver.go @@ -24,7 +24,7 @@ import ( "github.com/matrix-org/dendrite/roomserver/api" "github.com/matrix-org/gomatrixserverlib" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" sarama "gopkg.in/Shopify/sarama.v1" ) diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/createroom.go b/src/github.com/matrix-org/dendrite/clientapi/routing/createroom.go index 7e40cb77f06e19bdb17a1b6c60cef979c40b7c7e..078a7319bb58b90c8b2029822d421c6136283549 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/createroom.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/createroom.go @@ -23,7 +23,7 @@ import ( "github.com/matrix-org/dendrite/roomserver/api" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/clientapi/auth/authtypes" "github.com/matrix-org/dendrite/clientapi/auth/storage/accounts" "github.com/matrix-org/dendrite/clientapi/httputil" diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/register.go b/src/github.com/matrix-org/dendrite/clientapi/routing/register.go index eafa0b0b08e3e1be132b2fd7353cc7902a50d20c..92c9b427e6b4fc5b3a78b0330cae2b1ff331ba65 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/register.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/register.go @@ -28,7 +28,7 @@ import ( "github.com/matrix-org/dendrite/common/config" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/clientapi/auth" "github.com/matrix-org/dendrite/clientapi/auth/authtypes" "github.com/matrix-org/dendrite/clientapi/auth/storage/accounts" diff --git a/src/github.com/matrix-org/dendrite/cmd/client-api-proxy/main.go b/src/github.com/matrix-org/dendrite/cmd/client-api-proxy/main.go index 477f8d1271364bba58a726b47a1acbad2328c78a..b602016d599e436f1aca0c64aa5c95c9dad23ed4 100644 --- a/src/github.com/matrix-org/dendrite/cmd/client-api-proxy/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/client-api-proxy/main.go @@ -17,7 +17,7 @@ package main import ( "flag" "fmt" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "net/http" "net/http/httputil" "net/url" diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-client-api-server/main.go b/src/github.com/matrix-org/dendrite/cmd/dendrite-client-api-server/main.go index 9fe8155ce8ed8c0e83dca76ff1b8bb4f14bd04c5..a7aa1af99f237d3021efeb90e21c91a4b2dc6c87 100644 --- a/src/github.com/matrix-org/dendrite/cmd/dendrite-client-api-server/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/dendrite-client-api-server/main.go @@ -32,7 +32,7 @@ import ( "github.com/matrix-org/gomatrixserverlib" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" sarama "gopkg.in/Shopify/sarama.v1" ) diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-api-server/main.go b/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-api-server/main.go index 83ac91eac551bc7afde7922cf016b7b4ca93da09..ba981d8cf38573ead59904c960e5ddba1383f15d 100644 --- a/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-api-server/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-api-server/main.go @@ -29,7 +29,7 @@ import ( "github.com/matrix-org/dendrite/roomserver/api" "github.com/matrix-org/gomatrixserverlib" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) var ( diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-sender-server/main.go b/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-sender-server/main.go index d8c34c0312786428bbe6a69eb9f8d2f60daa8aeb..656b6adaff192594d8fbac891a04385b35116e04 100644 --- a/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-sender-server/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/dendrite-federation-sender-server/main.go @@ -28,7 +28,7 @@ import ( "github.com/matrix-org/dendrite/roomserver/api" "github.com/matrix-org/gomatrixserverlib" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" sarama "gopkg.in/Shopify/sarama.v1" ) diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-media-api-server/main.go b/src/github.com/matrix-org/dendrite/cmd/dendrite-media-api-server/main.go index 1e8b86c4584dbd8aa444d18ccf8e86dab9488656..5092f4278172105d9b86ab25775409731a0b0724 100644 --- a/src/github.com/matrix-org/dendrite/cmd/dendrite-media-api-server/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/dendrite-media-api-server/main.go @@ -27,7 +27,7 @@ import ( "github.com/matrix-org/dendrite/mediaapi/storage" "github.com/matrix-org/gomatrixserverlib" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) var ( diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-monolith-server/main.go b/src/github.com/matrix-org/dendrite/cmd/dendrite-monolith-server/main.go index 5dc846aa8bbaa83633bd589d68dcfeda0d7a349b..b18d0360c866eca7a161542ad5bc3f4a5b4ca6cd 100644 --- a/src/github.com/matrix-org/dendrite/cmd/dendrite-monolith-server/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/dendrite-monolith-server/main.go @@ -57,7 +57,7 @@ import ( publicroomsapi_routing "github.com/matrix-org/dendrite/publicroomsapi/routing" publicroomsapi_storage "github.com/matrix-org/dendrite/publicroomsapi/storage" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" sarama "gopkg.in/Shopify/sarama.v1" ) diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-public-rooms-api-server/main.go b/src/github.com/matrix-org/dendrite/cmd/dendrite-public-rooms-api-server/main.go index 30dd2ee9bae61187326f39e0bf2bae4458d6e803..448ede7d36bb3a22cb666d868acb956b8eb9e8fc 100644 --- a/src/github.com/matrix-org/dendrite/cmd/dendrite-public-rooms-api-server/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/dendrite-public-rooms-api-server/main.go @@ -28,7 +28,7 @@ import ( "github.com/matrix-org/dendrite/publicroomsapi/storage" "github.com/matrix-org/dendrite/roomserver/api" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" sarama "gopkg.in/Shopify/sarama.v1" ) diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-room-server/main.go b/src/github.com/matrix-org/dendrite/cmd/dendrite-room-server/main.go index 02988838ff880fa8985880e790dcf745e81190eb..f607d1ec2e3a9e0e6e09195bfb0e5f93957b1546 100644 --- a/src/github.com/matrix-org/dendrite/cmd/dendrite-room-server/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/dendrite-room-server/main.go @@ -20,7 +20,7 @@ import ( _ "net/http/pprof" "os" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/common" "github.com/matrix-org/dendrite/common/config" "github.com/matrix-org/dendrite/roomserver/alias" diff --git a/src/github.com/matrix-org/dendrite/cmd/dendrite-sync-api-server/main.go b/src/github.com/matrix-org/dendrite/cmd/dendrite-sync-api-server/main.go index ff21050015efde39f87992538e309eee1234dcca..fb81b0e3db9adc792b6c49fb9fd546ea0cac47d3 100644 --- a/src/github.com/matrix-org/dendrite/cmd/dendrite-sync-api-server/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/dendrite-sync-api-server/main.go @@ -32,7 +32,7 @@ import ( "github.com/matrix-org/dendrite/syncapi/sync" "github.com/matrix-org/dendrite/syncapi/types" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" sarama "gopkg.in/Shopify/sarama.v1" ) diff --git a/src/github.com/matrix-org/dendrite/cmd/federation-api-proxy/main.go b/src/github.com/matrix-org/dendrite/cmd/federation-api-proxy/main.go index 0eacbfa50d2dfbe66087e3c1d06f47232a28996e..fc7a9e57a91457b4a99a3feafc5f02013aab605c 100644 --- a/src/github.com/matrix-org/dendrite/cmd/federation-api-proxy/main.go +++ b/src/github.com/matrix-org/dendrite/cmd/federation-api-proxy/main.go @@ -17,7 +17,7 @@ package main import ( "flag" "fmt" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "net/http" "net/http/httputil" "net/url" diff --git a/src/github.com/matrix-org/dendrite/common/config/config.go b/src/github.com/matrix-org/dendrite/common/config/config.go index 2d347b592003e941c081a32ee41f101f80d85eb4..8f80aa2bc0b27cbd90b77bb11dd3f4585daf20b3 100644 --- a/src/github.com/matrix-org/dendrite/common/config/config.go +++ b/src/github.com/matrix-org/dendrite/common/config/config.go @@ -25,7 +25,7 @@ import ( "strings" "time" - "github.com/Sirupsen/logrus" + "github.com/sirupsen/logrus" "github.com/matrix-org/gomatrixserverlib" "golang.org/x/crypto/ed25519" "gopkg.in/yaml.v2" diff --git a/src/github.com/matrix-org/dendrite/common/log.go b/src/github.com/matrix-org/dendrite/common/log.go index 79fee40f86cbe0d4b005e8bdf67955004887eb55..f5c5bf340755ed715b5183121caf102bc43710d1 100644 --- a/src/github.com/matrix-org/dendrite/common/log.go +++ b/src/github.com/matrix-org/dendrite/common/log.go @@ -18,7 +18,7 @@ import ( "os" "path/filepath" - "github.com/Sirupsen/logrus" + "github.com/sirupsen/logrus" "github.com/matrix-org/dugong" ) diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/threepid.go b/src/github.com/matrix-org/dendrite/federationapi/routing/threepid.go index 42cf502df601e4ddff8370176d5e6d1a6a645a68..47549ca6ec4d64333a5f4e9b43fc0d64953e6442 100644 --- a/src/github.com/matrix-org/dendrite/federationapi/routing/threepid.go +++ b/src/github.com/matrix-org/dendrite/federationapi/routing/threepid.go @@ -33,7 +33,7 @@ import ( "github.com/matrix-org/gomatrixserverlib" "github.com/matrix-org/util" - "github.com/Sirupsen/logrus" + "github.com/sirupsen/logrus" ) type invite struct { diff --git a/src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver.go b/src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver.go index 3dc7159b861026fad559d250c09cb3440ba37e99..d172323ca3ec67f38345bff47a8f4c2b16292ab4 100644 --- a/src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver.go +++ b/src/github.com/matrix-org/dendrite/federationsender/consumers/roomserver.go @@ -19,7 +19,7 @@ import ( "encoding/json" "fmt" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/common" "github.com/matrix-org/dendrite/common/config" "github.com/matrix-org/dendrite/federationsender/queue" diff --git a/src/github.com/matrix-org/dendrite/federationsender/queue/destinationqueue.go b/src/github.com/matrix-org/dendrite/federationsender/queue/destinationqueue.go index b65c9ad0a2fa618769b2bfac0245a35549fa2289..265dbbc3b4d9e8f41b4962b3a4d522e71c431b83 100644 --- a/src/github.com/matrix-org/dendrite/federationsender/queue/destinationqueue.go +++ b/src/github.com/matrix-org/dendrite/federationsender/queue/destinationqueue.go @@ -20,7 +20,7 @@ import ( "sync" "time" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/gomatrixserverlib" ) diff --git a/src/github.com/matrix-org/dendrite/federationsender/queue/queue.go b/src/github.com/matrix-org/dendrite/federationsender/queue/queue.go index 79f019fddd9db0218f8747447f018c28b45c9857..87b040be40e81836bb3a2e00dff0ebfb1702c1ea 100644 --- a/src/github.com/matrix-org/dendrite/federationsender/queue/queue.go +++ b/src/github.com/matrix-org/dendrite/federationsender/queue/queue.go @@ -18,7 +18,7 @@ import ( "fmt" "sync" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/gomatrixserverlib" ) diff --git a/src/github.com/matrix-org/dendrite/mediaapi/fileutils/fileutils.go b/src/github.com/matrix-org/dendrite/mediaapi/fileutils/fileutils.go index 97e5fe999ddb49d8e96c97de4a8a9c8ccdf3a741..1d52752876be0b34b9c2f9e302948ae28f3ba733 100644 --- a/src/github.com/matrix-org/dendrite/mediaapi/fileutils/fileutils.go +++ b/src/github.com/matrix-org/dendrite/mediaapi/fileutils/fileutils.go @@ -25,7 +25,7 @@ import ( "path/filepath" "strings" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/common/config" "github.com/matrix-org/dendrite/mediaapi/types" ) diff --git a/src/github.com/matrix-org/dendrite/mediaapi/routing/download.go b/src/github.com/matrix-org/dendrite/mediaapi/routing/download.go index 2d7a4b83f66522f7e829fb1c4dc690cf015e355f..eba3038fdb3f0e6617054126329e3f9b50ef6291 100644 --- a/src/github.com/matrix-org/dendrite/mediaapi/routing/download.go +++ b/src/github.com/matrix-org/dendrite/mediaapi/routing/download.go @@ -28,7 +28,7 @@ import ( "strings" "sync" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/clientapi/jsonerror" "github.com/matrix-org/dendrite/common/config" "github.com/matrix-org/dendrite/mediaapi/fileutils" diff --git a/src/github.com/matrix-org/dendrite/mediaapi/routing/upload.go b/src/github.com/matrix-org/dendrite/mediaapi/routing/upload.go index e2b6d387403454efa14e0d61b91103b8572dc04f..64def9eb3c850f22adae30fed372841c979bdaa6 100644 --- a/src/github.com/matrix-org/dendrite/mediaapi/routing/upload.go +++ b/src/github.com/matrix-org/dendrite/mediaapi/routing/upload.go @@ -22,7 +22,7 @@ import ( "net/url" "path" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/clientapi/jsonerror" "github.com/matrix-org/dendrite/common/config" "github.com/matrix-org/dendrite/mediaapi/fileutils" diff --git a/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer.go b/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer.go index 9c7642b9a524de109056d448f2b9c23392e47b05..3d4b0d4e98e3ad6fff995b31862fae229c1f9036 100644 --- a/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer.go +++ b/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer.go @@ -22,7 +22,7 @@ import ( "path/filepath" "sync" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/common/config" "github.com/matrix-org/dendrite/mediaapi/storage" "github.com/matrix-org/dendrite/mediaapi/types" diff --git a/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_bimg.go b/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_bimg.go index c895626b81a1da0ead7a06f94b3213d2a4409b19..178028684fe409aa7e85c9a30b4d51717a6f7130 100644 --- a/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_bimg.go +++ b/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_bimg.go @@ -21,7 +21,7 @@ import ( "os" "time" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/common/config" "github.com/matrix-org/dendrite/mediaapi/storage" "github.com/matrix-org/dendrite/mediaapi/types" diff --git a/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_nfnt.go b/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_nfnt.go index 51934b12c01d238429f7c4bb8394a425b31e2d8e..4348e2bcbb1a8dee835eb8d122362b684916277b 100644 --- a/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_nfnt.go +++ b/src/github.com/matrix-org/dendrite/mediaapi/thumbnailer/thumbnailer_nfnt.go @@ -28,7 +28,7 @@ import ( "os" "time" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/common/config" "github.com/matrix-org/dendrite/mediaapi/storage" "github.com/matrix-org/dendrite/mediaapi/types" diff --git a/src/github.com/matrix-org/dendrite/publicroomsapi/consumers/roomserver.go b/src/github.com/matrix-org/dendrite/publicroomsapi/consumers/roomserver.go index 58ac31944698e188812434aacb1242533d9a88fa..46e38b10a8b75c807076a2799c40ad0b8cca64f1 100644 --- a/src/github.com/matrix-org/dendrite/publicroomsapi/consumers/roomserver.go +++ b/src/github.com/matrix-org/dendrite/publicroomsapi/consumers/roomserver.go @@ -18,7 +18,7 @@ import ( "context" "encoding/json" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/common" "github.com/matrix-org/dendrite/common/config" "github.com/matrix-org/dendrite/publicroomsapi/storage" diff --git a/src/github.com/matrix-org/dendrite/syncapi/consumers/clientapi.go b/src/github.com/matrix-org/dendrite/syncapi/consumers/clientapi.go index 18f1c1e59decabfe57b6d9a629f2dbd8d476caae..4eb4be39f66788ac88f5b6eda2cfccd729061a08 100644 --- a/src/github.com/matrix-org/dendrite/syncapi/consumers/clientapi.go +++ b/src/github.com/matrix-org/dendrite/syncapi/consumers/clientapi.go @@ -18,7 +18,7 @@ import ( "context" "encoding/json" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/common" "github.com/matrix-org/dendrite/common/config" "github.com/matrix-org/dendrite/syncapi/storage" diff --git a/src/github.com/matrix-org/dendrite/syncapi/consumers/roomserver.go b/src/github.com/matrix-org/dendrite/syncapi/consumers/roomserver.go index 0a3e21530c2cbae8fe180fb50620d1ae8d1d632f..cefd3f1e2d448188dbcec986ba0fc70572fac763 100644 --- a/src/github.com/matrix-org/dendrite/syncapi/consumers/roomserver.go +++ b/src/github.com/matrix-org/dendrite/syncapi/consumers/roomserver.go @@ -19,7 +19,7 @@ import ( "encoding/json" "fmt" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/common" "github.com/matrix-org/dendrite/common/config" "github.com/matrix-org/dendrite/roomserver/api" diff --git a/src/github.com/matrix-org/dendrite/syncapi/storage/output_room_events_table.go b/src/github.com/matrix-org/dendrite/syncapi/storage/output_room_events_table.go index ac6e3d7f3237afadbff59eccae079b81b7cdd3ea..8f268b48468a288fb149f33295028f568404f620 100644 --- a/src/github.com/matrix-org/dendrite/syncapi/storage/output_room_events_table.go +++ b/src/github.com/matrix-org/dendrite/syncapi/storage/output_room_events_table.go @@ -18,7 +18,7 @@ import ( "context" "database/sql" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/lib/pq" "github.com/matrix-org/dendrite/common" "github.com/matrix-org/dendrite/syncapi/types" diff --git a/src/github.com/matrix-org/dendrite/syncapi/sync/notifier.go b/src/github.com/matrix-org/dendrite/syncapi/sync/notifier.go index 9d0c8be5f9a39050e5fc4ec3be63381ce48a9c42..1b54199128c03eead452217a6381f2b7f16ef85b 100644 --- a/src/github.com/matrix-org/dendrite/syncapi/sync/notifier.go +++ b/src/github.com/matrix-org/dendrite/syncapi/sync/notifier.go @@ -18,7 +18,7 @@ import ( "context" "sync" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/syncapi/storage" "github.com/matrix-org/dendrite/syncapi/types" "github.com/matrix-org/gomatrixserverlib" diff --git a/src/github.com/matrix-org/dendrite/syncapi/sync/request.go b/src/github.com/matrix-org/dendrite/syncapi/sync/request.go index e8579271faf186f7e7fee006c03a6b275097afc6..4754e6649d6947e387d4702cbcca20753e6e0f35 100644 --- a/src/github.com/matrix-org/dendrite/syncapi/sync/request.go +++ b/src/github.com/matrix-org/dendrite/syncapi/sync/request.go @@ -20,7 +20,7 @@ import ( "strconv" "time" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/syncapi/types" "github.com/matrix-org/util" ) diff --git a/src/github.com/matrix-org/dendrite/syncapi/sync/requestpool.go b/src/github.com/matrix-org/dendrite/syncapi/sync/requestpool.go index 1067c98b145d0322fae84b23b55b87a9b5183b3a..bd5909efcdcdfe91f7c9bd0d24981ae19f0b5ac9 100644 --- a/src/github.com/matrix-org/dendrite/syncapi/sync/requestpool.go +++ b/src/github.com/matrix-org/dendrite/syncapi/sync/requestpool.go @@ -19,7 +19,7 @@ import ( "net/http" "time" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "github.com/matrix-org/dendrite/clientapi/auth/authtypes" "github.com/matrix-org/dendrite/clientapi/auth/storage/accounts" "github.com/matrix-org/dendrite/clientapi/httputil" diff --git a/vendor/manifest b/vendor/manifest index 528971963c6bbd6129d440fef97e610fa9262904..c40bf446bf4ad26c700dcb47f8a5b86e2d682579 100644 --- a/vendor/manifest +++ b/vendor/manifest @@ -129,7 +129,7 @@ { "importpath": "github.com/matrix-org/dugong", "repository": "https://github.com/matrix-org/dugong", - "revision": "193b8f88e381d12f2d53023fba25e43fc81dc5ac", + "revision": "f04553160a2b197248e032f4fe23d57b9af20cde", "branch": "master" }, { @@ -153,7 +153,7 @@ { "importpath": "github.com/matrix-org/util", "repository": "https://github.com/matrix-org/util", - "revision": "cf7e2e3871b7ae39106a1763312deaaf0c139531", + "revision": "8b1c8ab81986c1ce7f06a52fce48f4a1156b66ee", "branch": "master" }, { diff --git a/vendor/src/github.com/matrix-org/dugong/README.md b/vendor/src/github.com/matrix-org/dugong/README.md index cc226765532e4cf2477d686c1ee261f04133afbe..fbbaf32d6d05992a6fcb388e0e808629a128a83f 100644 --- a/vendor/src/github.com/matrix-org/dugong/README.md +++ b/vendor/src/github.com/matrix-org/dugong/README.md @@ -3,8 +3,8 @@ Logging utilities for [logrus](https://github.com/Sirupsen/logrus). To develop on this library, you need logrus on your GOPATH: - ``go get github.com/Sirupsen/logrus`` - + ``go get github.com/sirupsen/logrus`` + You can then run its tests by running ``go test`` diff --git a/vendor/src/github.com/matrix-org/dugong/fshook.go b/vendor/src/github.com/matrix-org/dugong/fshook.go index be539ab4259ead920b9e7da46e7ad2ffea53c508..ab79b55bfa1a1988c951e726b4023c70b91a293a 100644 --- a/vendor/src/github.com/matrix-org/dugong/fshook.go +++ b/vendor/src/github.com/matrix-org/dugong/fshook.go @@ -3,7 +3,7 @@ package dugong import ( "compress/gzip" "fmt" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "io" "os" "path/filepath" diff --git a/vendor/src/github.com/matrix-org/dugong/fshook_test.go b/vendor/src/github.com/matrix-org/dugong/fshook_test.go index a51a51fe11b7e09595dcae40e053b993b54e0edd..4d34f6ad5d9fb9bd9195917674a3e2a4ef6c85c4 100644 --- a/vendor/src/github.com/matrix-org/dugong/fshook_test.go +++ b/vendor/src/github.com/matrix-org/dugong/fshook_test.go @@ -3,7 +3,7 @@ package dugong import ( "bufio" "encoding/json" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" "io/ioutil" "os" "path/filepath" diff --git a/vendor/src/github.com/matrix-org/util/context.go b/vendor/src/github.com/matrix-org/util/context.go index f1cf2de1987506c6886a9d06195aeea602be1ea6..40a85bef94fa712eb6c4d9b9c84b73a13112dda3 100644 --- a/vendor/src/github.com/matrix-org/util/context.go +++ b/vendor/src/github.com/matrix-org/util/context.go @@ -3,7 +3,7 @@ package util import ( "context" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) // contextKeys is a type alias for string to namespace Context keys per-package. diff --git a/vendor/src/github.com/matrix-org/util/json.go b/vendor/src/github.com/matrix-org/util/json.go index 1453d89d26ddcc4d658f5cc139c1fe0bec7b27c9..4d8f823b7cd2189aeabce104b037a99f7b371775 100644 --- a/vendor/src/github.com/matrix-org/util/json.go +++ b/vendor/src/github.com/matrix-org/util/json.go @@ -8,7 +8,7 @@ import ( "runtime/debug" "time" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) // JSONResponse represents an HTTP response which contains a JSON body. diff --git a/vendor/src/github.com/matrix-org/util/json_test.go b/vendor/src/github.com/matrix-org/util/json_test.go index aeb5a9e55c7e272610de7812eda2c2c0fb18146b..7071d3022699da1a6b2c3019b680a42d7d607f4e 100644 --- a/vendor/src/github.com/matrix-org/util/json_test.go +++ b/vendor/src/github.com/matrix-org/util/json_test.go @@ -7,7 +7,7 @@ import ( "net/http/httptest" "testing" - log "github.com/Sirupsen/logrus" + log "github.com/sirupsen/logrus" ) type MockJSONRequestHandler struct {