Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
4c5f8340
Commit
4c5f8340
authored
Jan 30, 2019
by
Sietse Ringers
Browse files
Fix github.com/sirupsen/logrus import path
parent
b5eca5c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Gopkg.lock
View file @
4c5f8340
...
...
@@ -3,7 +3,7 @@
[[projects]]
digest = "1:69b1cc331fca23d702bd72f860c6a647afd0aa9fcbc1d0659b1365e26546dd70"
name = "github.com/
S
irupsen/logrus"
name = "github.com/
s
irupsen/logrus"
packages = ["."]
pruneopts = "UT"
revision = "bcd833dfe83d3cebad139e4a29ed79cb2318bf95"
...
...
@@ -276,7 +276,7 @@
analyzer-name = "dep"
analyzer-version = 1
input-imports = [
"github.com/
S
irupsen/logrus",
"github.com/
s
irupsen/logrus",
"github.com/bwesterb/go-atum",
"github.com/credentials/go-go-gadget-paillier",
"github.com/getsentry/raven-go",
...
...
transport.go
View file @
4c5f8340
...
...
@@ -13,9 +13,9 @@ import (
"strings"
"time"
"github.com/Sirupsen/logrus"
"github.com/go-errors/errors"
"github.com/hashicorp/go-retryablehttp"
"github.com/sirupsen/logrus"
"github.com/privacybydesign/irmago/internal/disable_sigpipe"
"github.com/privacybydesign/irmago/internal/fs"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment