Skip to content

Commit

Permalink
Added vault as an optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Shifna12Zarnaz committed Sep 13, 2023
1 parent 8066a2f commit a0c8854
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/pkg/clients/bridge_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,4 +393,4 @@ func (n *NATSContext) SubscribeGitBridgeNats(conn clickhouse.DBInterface) {
}
}
}, nats.Durable(string(bridgeConsumer)), nats.ManualAck())
}
}
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/intelops/kubviz

go 1.19
go 1.21.1

require (
github.com/ClickHouse/clickhouse-go/v2 v2.13.4
github.com/ClickHouse/clickhouse-go/v2 v2.14.0
github.com/aquasecurity/trivy v0.45.0
github.com/blang/semver v3.5.1+incompatible
github.com/corneliusweig/tabwriter v0.0.0-20190512204542-5f8a091e83b5
Expand Down
Loading

0 comments on commit a0c8854

Please sign in to comment.