aboutsummaryrefslogtreecommitdiff
path: root/pkg/store/bolt_test.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-11-10 12:26:01 +0700
committerShulhan <ms@kilabit.info>2023-11-10 12:53:36 +0700
commit378facb96e877ed275a59d974ee9b69e06120a53 (patch)
treefe930c06d3d306c872c15bf36d74a24dbb35a993 /pkg/store/bolt_test.go
parentd7ae2721b8268b1e2880656504f41d4ae94c902b (diff)
downloadeasypki-378facb96e877ed275a59d974ee9b69e06120a53.tar.xz
all: fork of unmaintained "github.com/google/easypki"
Changes, * Add Go module * replace "github.com/codegangsta/cli" with "github.com/urfave/cli" * Changes import path to this repository using the following command, $ find . -type f -name "*.go" \ | xargs sed -i "s#github.com/google/easypki#git.sr.ht/~shulhan/easypki#g" * Reformat all files using goimports * Remove reference to Travis and CodeCov
Diffstat (limited to 'pkg/store/bolt_test.go')
-rw-r--r--pkg/store/bolt_test.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkg/store/bolt_test.go b/pkg/store/bolt_test.go
index 6ae940d..d4acd7d 100644
--- a/pkg/store/bolt_test.go
+++ b/pkg/store/bolt_test.go
@@ -19,12 +19,11 @@ import (
"io/ioutil"
"math/big"
"os"
- "testing"
-
"reflect"
+ "testing"
+ "git.sr.ht/~shulhan/easypki/pkg/certificate"
"github.com/boltdb/bolt"
- "github.com/google/easypki/pkg/certificate"
)
func TestBolt(t *testing.T) {