github.com/sirupsen/logrus v0.6.7 -> v1.7.0

This commit is contained in:
6543
2020-12-06 09:59:30 +01:00
parent c1e4129911
commit 366bf42e8b
33 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/go-gitea/lgtm/router/middleware/session"
"github.com/go-gitea/lgtm/store"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/gin-gonic/gin"
)
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"github.com/go-gitea/lgtm/shared/token"
"github.com/go-gitea/lgtm/store"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/gin-gonic/gin"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"github.com/go-gitea/lgtm/model"
"github.com/go-gitea/lgtm/router/middleware/session"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/gin-gonic/gin"
)
+1 -1
View File
@@ -12,7 +12,7 @@ import (
cache "github.com/go-gitea/lgtm/cache/mock"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/franela/goblin"
"github.com/gin-gonic/gin"
)
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"strings"
"testing"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/go-gitea/lgtm/model"
"github.com/franela/goblin"
+3 -2
View File
@@ -4,7 +4,6 @@ go 1.15
require (
github.com/BurntSushi/toml v0.3.1
github.com/Sirupsen/logrus v0.6.7-0.20150309155839-2cea0f0d141f
github.com/dgrijalva/jwt-go v2.2.1-0.20150401180636-c48cfd5d9711+incompatible
github.com/elazarl/go-bindata-assetfs v0.0.0-20150414184409-bea323321994
github.com/franela/goblin v0.0.0-20150112000940-2042c4d610d2
@@ -22,11 +21,13 @@ require (
github.com/mattn/go-sqlite3 v0.0.0-20150427235825-542ae647f860
github.com/rubenv/sql-migrate v0.0.0-20150713140751-53184e1edfb4
github.com/russross/meddler v0.0.0-20150103201139-cd98050d9328
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/objx v0.0.0-20140526180921-cbeaeb16a013 // indirect
github.com/stretchr/testify v0.0.0-20150504220033-73a8112e0560
github.com/stretchr/testify v1.2.2
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/net v0.0.0-20151128090656-62ac18b46160
golang.org/x/oauth2 v0.0.0-20151117210313-442624c9ec92
golang.org/x/sys v0.0.0-20201204225414-ed752295db88 // indirect
google.golang.org/appengine v0.0.0-20160914034556-78199dcb0669 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
+10 -2
View File
@@ -2,8 +2,7 @@ github.com/BurntSushi/toml v0.1.1-0.20150501104042-056c9bc7be71 h1:KAQc1CTRbk1f1
github.com/BurntSushi/toml v0.1.1-0.20150501104042-056c9bc7be71/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Sirupsen/logrus v0.6.7-0.20150309155839-2cea0f0d141f h1:KayOYr2WCWZ+MZc/++3EQP7dieYjuMZSsupz2PSVzyw=
github.com/Sirupsen/logrus v0.6.7-0.20150309155839-2cea0f0d141f/go.mod h1:rmk17hk6i8ZSAJkSDa7nOxamrG+SP4P0mm+DAvExv4U=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/dgrijalva/jwt-go v2.2.1-0.20150401180636-c48cfd5d9711+incompatible h1:VB+e14ByfqYy11hkJRzdl+dn9hK1rSB0tgpH4+hnk20=
github.com/dgrijalva/jwt-go v2.2.1-0.20150401180636-c48cfd5d9711+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
github.com/elazarl/go-bindata-assetfs v0.0.0-20150414184409-bea323321994 h1:6YgvX4LNhWIUuRaoeB332enMLVgHcJPk+K9gc1Dovcc=
@@ -39,20 +38,29 @@ github.com/manucorporat/sse v0.0.0-20150715184805-fe6ea2c8e398 h1:dpbqQadB3NxFdA
github.com/manucorporat/sse v0.0.0-20150715184805-fe6ea2c8e398/go.mod h1:zUx1mhth20V3VKgL5jbd1BSQcW4Fy6Qs4PZvQwRFwzM=
github.com/mattn/go-sqlite3 v0.0.0-20150427235825-542ae647f860 h1:9h5oClvcMu0tJ1o7q0xBGUjAlxLxgFJdmrF4jOSnfmU=
github.com/mattn/go-sqlite3 v0.0.0-20150427235825-542ae647f860/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rubenv/sql-migrate v0.0.0-20150713140751-53184e1edfb4 h1:0V/8cK9e1VQ9zXGMoIscgkhYpDlAtUKy8DJp7MEO2NU=
github.com/rubenv/sql-migrate v0.0.0-20150713140751-53184e1edfb4/go.mod h1:WS0rl9eEliYI8DPnr3TOwz4439pay+qNgzJoVya/DmY=
github.com/russross/meddler v0.0.0-20150103201139-cd98050d9328 h1:CQa01/PmNg3Eti9Y45GoHcLTg8xJE1ASSinFSV9sYTs=
github.com/russross/meddler v0.0.0-20150103201139-cd98050d9328/go.mod h1:L0qig4K5sCW6YvsjqjPgkKJpwphlhMX1SmjGdcKXbsw=
github.com/sirupsen/logrus v0.6.7-0.20150309155839-2cea0f0d141f/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc=
github.com/sirupsen/logrus v1.7.0 h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM=
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
github.com/stretchr/objx v0.0.0-20140526180921-cbeaeb16a013 h1:lg5xphrNMF4T2GfLhtXOhFrTn5ZmPRUOWXvCLOattFY=
github.com/stretchr/objx v0.0.0-20140526180921-cbeaeb16a013/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v0.0.0-20150504220033-73a8112e0560 h1:31NOTyLbv+UxIuNTCM8ZohLNcRpbxIxAswT78UmHdTA=
github.com/stretchr/testify v0.0.0-20150504220033-73a8112e0560/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/ziutek/mymysql v1.5.4 h1:GB0qdRGsTwQSBVYuVShFBKaXSnSnYYC2d9knnE1LHFs=
github.com/ziutek/mymysql v1.5.4/go.mod h1:LMSpPZ6DbqWFxNCHW77HeMg9I646SAhApZ/wKdgO/C0=
golang.org/x/net v0.0.0-20151128090656-62ac18b46160 h1:O608IN7+UsaAJS2Psd4ssrFw0Hu7eAhvXSkPfkBAGAs=
golang.org/x/net v0.0.0-20151128090656-62ac18b46160/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/oauth2 v0.0.0-20151117210313-442624c9ec92 h1:0FRR4KY6PUwtJ/49qIfat4aVfs1a6rA0R0FgClC7aqA=
golang.org/x/oauth2 v0.0.0-20151117210313-442624c9ec92/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 h1:YyJpGZS1sBuBCzLAR1VEpK193GlqGZbnPFnPV/5Rsb4=
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201204225414-ed752295db88 h1:KmZPnMocC93w341XZp26yTJg8Za7lhb2KhkYmixoeso=
golang.org/x/sys v0.0.0-20201204225414-ed752295db88/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
google.golang.org/appengine v0.0.0-20160914034556-78199dcb0669 h1:Gn/iNp0aEQHNkLa3fPIB1MaMpzxY0MopwQfO1mHVjBM=
google.golang.org/appengine v0.0.0-20160914034556-78199dcb0669/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/go-gitea/lgtm/router"
"github.com/go-gitea/lgtm/router/middleware"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/gin-gonic/contrib/ginrus"
"github.com/ianschenck/envflag"
_ "github.com/joho/godotenv/autoload"
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"strings"
"time"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/go-gitea/lgtm/model"
"github.com/go-gitea/lgtm/shared/httputil"
"github.com/google/go-github/github"
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"github.com/go-gitea/lgtm/cache"
"github.com/go-gitea/lgtm/router/middleware/session"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/gin-gonic/gin"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"os"
"time"
"github.com/Sirupsen/logrus"
"github.com/sirupsen/logrus"
"github.com/go-gitea/lgtm/store"
"github.com/go-gitea/lgtm/store/migration"
"github.com/rubenv/sql-migrate"
+2 -2
View File
@@ -1,9 +1,9 @@
# github.com/BurntSushi/toml v0.3.1
## explicit
github.com/BurntSushi/toml
# github.com/Sirupsen/logrus v0.6.7-0.20150309155839-2cea0f0d141f
# github.com/sirupsen/logrus v0.6.7-0.20150309155839-2cea0f0d141f
## explicit
github.com/Sirupsen/logrus
github.com/sirupsen/logrus
# github.com/dgrijalva/jwt-go v2.2.1-0.20150401180636-c48cfd5d9711+incompatible
## explicit
github.com/dgrijalva/jwt-go
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"github.com/go-gitea/lgtm/remote"
"github.com/go-gitea/lgtm/store"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/gin-gonic/gin"
)
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/go-gitea/lgtm/shared/token"
"github.com/go-gitea/lgtm/store"
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/gin-gonic/gin"
)