Skip to content
GitLab
Menu
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
556e6b6c
Commit
556e6b6c
authored
Mar 22, 2019
by
Sietse Ringers
Browse files
Make bolthold an explicit dependency
parent
dd8ecb18
Changes
3
Hide whitespace changes
Inline
Side-by-side
Gopkg.lock
View file @
556e6b6c
...
...
@@ -10,12 +10,12 @@
revision = "c31a76b641f8b94ffccad99eeeabf795e53b1e4a"
[[projects]]
branch = "master"
digest = "1:670b0da164df747fbf79fb31921355d9e5c81a54bfe4c3ea7b2d4ec734f088c3"
digest = "1:9704a9f6e994a512656b73683c7f5c678168ef47e813b724302fcf5e5403f2d4"
name = "github.com/bwesterb/go-atum"
packages = ["."]
pruneopts = "UT"
revision = "b79a6b33c09b7b8d49d2454bbde06162fdc0cd70"
revision = "9965266e59eee42f26153a8be40c1463c79ed17b"
version = "v1.0.0"
[[projects]]
branch = "master"
...
...
@@ -49,14 +49,6 @@
revision = "5c37fe3735342a2e0d01c87a907579987c8936cc"
version = "v1.0.0"
[[projects]]
digest = "1:c28625428387b63dd7154eb857f51e700465cfbf7c06f619e71f2da33cefe47e"
name = "github.com/coreos/bbolt"
packages = ["."]
pruneopts = "UT"
revision = "583e8937c61f1af6513608ccc75c97b6abdf4ff9"
version = "v1.3.0"
[[projects]]
digest = "1:a2c1d0e43bd3baaa071d1b9ed72c27d78169b2b269f71c105ac4ba34b1be4a39"
name = "github.com/davecgh/go-spew"
...
...
@@ -380,11 +372,11 @@
[[projects]]
branch = "master"
digest = "1:
f1bcadef588162241008b4806b1f2a9c92153cf442fd3d9ad3bc879518a5a824
"
digest = "1:
76af7360558e8354ace5de92cf5888dfdfdc960638a4604dc8eccc4db01839a8
"
name = "github.com/timshannon/bolthold"
packages = ["."]
pruneopts = "UT"
revision = "
525de816b1a2c1cfbb67b5e9936a6b76e0c7f3e6
"
revision = "
eed35b7556710c9108bd536193dae1ecb91f16fa
"
[[projects]]
digest = "1:39a425f98fb19427061a693fe6bf0683c9bddec4b25b17067e34fdb465e39cb9"
...
...
@@ -394,6 +386,14 @@
revision = "bb2702d423886830dee131692131d35648c382e2"
version = "v0.5.2"
[[projects]]
digest = "1:5f7414cf41466d4b4dd7ec52b2cd3e481e08cfd11e7e24fef730c0e483e88bb1"
name = "go.etcd.io/bbolt"
packages = ["."]
pruneopts = "UT"
revision = "63597a96ec0ad9e6d43c3fc81e809909e0237461"
version = "v1.3.2"
[[projects]]
branch = "master"
digest = "1:f1bc26f108b7694625d4388dc0bf5c10f5d06ad11e92abff90bfe8b2175b4ee8"
...
...
@@ -484,6 +484,7 @@
"github.com/spf13/pflag",
"github.com/spf13/viper",
"github.com/stretchr/testify/require",
"github.com/timshannon/bolthold",
"github.com/x-cray/logrus-prefixed-formatter",
"gopkg.in/antage/eventsource.v1",
]
...
...
Gopkg.toml
View file @
556e6b6c
...
...
@@ -58,7 +58,7 @@
source
=
"github.com/sietseringers/pflag"
branch
=
"headers-in-flag-usage"
[[
override
]]
[[
constraint
]]
branch
=
"master"
name
=
"github.com/timshannon/bolthold"
...
...
doc.go
View file @
556e6b6c
...
...
@@ -2,3 +2,7 @@
// It parses irma_configuration folders to scheme managers, issuers, credential types and public keys,
// it contains various messages from the IRMA protocol, and parses IRMA metadata attributes.
package
irma
import
"github.com/timshannon/bolthold"
var
_
=
bolthold
.
Key
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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