-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
36 lines (30 loc) · 1.21 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module spire-conjur-jwtauth
go 1.21
toolchain go1.21.6
require (
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/hcl v1.0.0
github.com/spiffe/spire-plugin-sdk v1.10.4
github.com/stretchr/testify v1.8.2
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.34.2
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/go-plugin v1.4.0 // indirect
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 // indirect
github.com/oklog/run v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20230223222841-637eb2293923
replace github.com/kr/pretty => github.com/kr/pretty v0.3.0