Skip to content

Commit

Permalink
fix go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaeta committed Aug 13, 2024
1 parent d912598 commit 71520da
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/aws/smithy-go v1.20.3
github.com/conductorone/baton-sdk v0.2.18
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
go.uber.org/zap v1.27.0
google.golang.org/protobuf v1.34.2
)
Expand Down Expand Up @@ -68,8 +68,8 @@ require (
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/cobra v1.8.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.18.2 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
Expand Down
228 changes: 228 additions & 0 deletions vendor/github.com/conductorone/baton-sdk/pkg/config/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ github.com/conductorone/baton-sdk/pb/c1/reader/v2
github.com/conductorone/baton-sdk/pb/c1/utls/v1
github.com/conductorone/baton-sdk/pkg/annotations
github.com/conductorone/baton-sdk/pkg/cli
github.com/conductorone/baton-sdk/pkg/config
github.com/conductorone/baton-sdk/pkg/connectorbuilder
github.com/conductorone/baton-sdk/pkg/connectorrunner
github.com/conductorone/baton-sdk/pkg/connectorstore
Expand Down

0 comments on commit 71520da

Please sign in to comment.