Skip to content

Commit

Permalink
go mod update
Browse files Browse the repository at this point in the history
Signed-off-by: Vishnu Soman <[email protected]>
  • Loading branch information
vishnusomank committed Feb 28, 2023
1 parent 355c35e commit b6ce2ba
Show file tree
Hide file tree
Showing 2 changed files with 1,092 additions and 8 deletions.
10 changes: 6 additions & 4 deletions v2/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/accuknox/go-spiffe/v2

go 1.19
go 1.17

require (
github.com/Microsoft/go-winio v0.6.0
Expand All @@ -15,13 +15,15 @@ require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/tools v0.1.12 // indirect
golang.org/x/tools v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit b6ce2ba

Please sign in to comment.