-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 851 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/muryoutaisuu/secretsfs
go 1.15
require (
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/hanwen/go-fuse/v2 v2.1.0
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect
github.com/hashicorp/go-version v1.4.0 // indirect
github.com/hashicorp/vault/api v1.8.2
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/muryoutaisuu/vaulthelper v1.1.3
github.com/oklog/run v1.1.0 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/postfinance/vaultkv v0.0.4
github.com/sirupsen/logrus v1.9.0
github.com/spf13/viper v1.14.0
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)