File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11# Vault
22
33<p >
4- <a href="https://img.shields.io/github/v/release/jahvon /vault"><img src="https://img.shields.io/github/v/release/jahvon /vault" alt="GitHub release"></a>
5- <a href="https://pkg.go.dev/github.com/jahvon /vault"><img src="https://pkg.go.dev/badge/github.com/jahvon /vault.svg" alt="Go Reference"></a>
4+ <a href="https://img.shields.io/github/v/release/flowexec /vault"><img src="https://img.shields.io/github/v/release/flowexec /vault" alt="GitHub release"></a>
5+ <a href="https://pkg.go.dev/github.com/flowexec /vault"><img src="https://pkg.go.dev/badge/github.com/flowexec /vault.svg" alt="Go Reference"></a>
66</p >
77
88A Go package for secure secret storage with multiple encryption backends. Made for [ flow] ( https://github.com/jahvon/flow ) but can be used independently.
@@ -14,7 +14,7 @@ package main
1414
1515import (
1616 " fmt"
17- " github.com/jahvon /vault"
17+ " github.com/flowexec /vault"
1818)
1919
2020func main () {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010
1111 "gopkg.in/yaml.v3"
1212
13- "github.com/jahvon /vault/crypto"
13+ "github.com/flowexec /vault/crypto"
1414)
1515
1616const (
Original file line number Diff line number Diff line change 66 "path/filepath"
77 "strings"
88
9- "github.com/jahvon /vault/crypto"
9+ "github.com/flowexec /vault/crypto"
1010)
1111
1212type KeyResolver struct {
Original file line number Diff line number Diff line change 66 "strings"
77 "testing"
88
9- "github.com/jahvon /vault"
10- "github.com/jahvon /vault/crypto"
9+ "github.com/flowexec /vault"
10+ "github.com/flowexec /vault/crypto"
1111)
1212
1313func TestAESKeyGeneration (t * testing.T ) {
Original file line number Diff line number Diff line change 66 "strings"
77 "testing"
88
9- "github.com/jahvon /vault"
9+ "github.com/flowexec /vault"
1010)
1111
1212func TestAgeIdentityResolver (t * testing.T ) {
Original file line number Diff line number Diff line change 44 "strings"
55 "testing"
66
7- "github.com/jahvon /vault/crypto"
7+ "github.com/flowexec /vault/crypto"
88)
99
1010func TestGenerateKey (t * testing.T ) {
File renamed without changes.
Original file line number Diff line number Diff line change 1- module github.com/jahvon /vault
1+ module github.com/flowexec /vault
22
33go 1.24
44
Original file line number Diff line number Diff line change 88 "testing"
99 "time"
1010
11- "github.com/jahvon /vault"
11+ "github.com/flowexec /vault"
1212)
1313
1414func TestVaultInterface (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments