Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
burrow
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hang Yu
burrow
Commits
23b629bc
Unverified
Commit
23b629bc
authored
7 years ago
by
Silas Davis
Browse files
Options
Downloads
Patches
Plain Diff
remove eris-keys and fix imports
parent
69ac8c29
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
glide.lock
+0
-2
0 additions, 2 deletions
glide.lock
glide.yaml
+0
-1
0 additions, 1 deletion
glide.yaml
logging/config/config.go
+2
-2
2 additions, 2 deletions
logging/config/config.go
with
2 additions
and
5 deletions
glide.lock
+
0
−
2
View file @
23b629bc
...
...
@@ -29,8 +29,6 @@ imports:
version: 44cc805cf13205b55f69e14bcb69867d1ae92f98
- name: github.com/ebuchman/fail-test
version: c1eddaa09da2b4017351245b0d43234955276798
- name: github.com/monax/eris-keys
version: 114ebc77443db9a153692233294e48bc7e184215
- name: github.com/fsnotify/fsnotify
version: 30411dbcefb7a1da7e84f75530ad3abe4011b4f8
- name: github.com/Graylog2/go-gelf
...
...
This diff is collapsed.
Click to expand it.
glide.yaml
+
0
−
1
View file @
23b629bc
package
:
github.com/hyperledger/burrow
import
:
-
package
:
github.com/monax/eris-keys
-
package
:
github.com/spf13/cobra
-
package
:
github.com/spf13/viper
-
package
:
github.com/gin-gonic/gin
...
...
This diff is collapsed.
Click to expand it.
logging/config/config.go
+
2
−
2
View file @
23b629bc
...
...
@@ -2,11 +2,11 @@ package config
import
(
"bytes"
"fmt"
"github.com/BurntSushi/toml"
"github.com/hyperledger/burrow/logging/structure"
"github.com/BurntSushi/toml"
)
type
LoggingConfig
struct
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment